I just have installed a cvs client and downloaded POC 3 devel. I am receiving this error:
Warning: get_template(include/templates/openchat/index.tpl) [function.get-template]: failed to create stream: No such file or directory in /usr/local/apache2/htdocs/phpopenchat/include/class.Template.inc on line 149
Warning: get_template() [function.get-template]: Failed opening 'include/templates/openchat/index.tpl' for inclusion (include_path='include') in /usr/local/apache2/htdocs/phpopenchat/include/class.Template.inc on line 149
I use PHP 4.3.0 and Apache 2.0.44... I already have modified php.ini for the includes. I run test.php and seems ok. What I don't know is the adodb setup...
Any idea?
Edfel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I receive this if I try to access /phpopenchat/admin/index.php:
Warning: main(adodb/adodb.inc.php) [function.main]: failed to create stream: No such file or directory in /usr/local/apache2/htdocs/phpopenchat/admin/index.php on line 40
Ok, after sending an email to Michael, he replied telling to check permissions on the tmp directory. Altough it was an rare '/' missing (maybe in my setup only), Michael recommendation led to the fix.
I am glad to tell that I am able to run POC 3.0 development with PHP 4.3.0, Apache 2.0.44 and Redhat Linux 8.0. It is still a development version but IT WORKS!
Later
Edfel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I just have installed a cvs client and downloaded POC 3 devel. I am receiving this error:
Warning: get_template(include/templates/openchat/index.tpl) [function.get-template]: failed to create stream: No such file or directory in /usr/local/apache2/htdocs/phpopenchat/include/class.Template.inc on line 149
Warning: get_template() [function.get-template]: Failed opening 'include/templates/openchat/index.tpl' for inclusion (include_path='include') in /usr/local/apache2/htdocs/phpopenchat/include/class.Template.inc on line 149
I use PHP 4.3.0 and Apache 2.0.44... I already have modified php.ini for the includes. I run test.php and seems ok. What I don't know is the adodb setup...
Any idea?
Edfel
Also I run Red Hat Linux 8
Later
I receive this if I try to access /phpopenchat/admin/index.php:
Warning: main(adodb/adodb.inc.php) [function.main]: failed to create stream: No such file or directory in /usr/local/apache2/htdocs/phpopenchat/admin/index.php on line 40
Fatal error: main() [function.main]: Failed opening required 'adodb/adodb.inc.php' (include_path='incl
Any clue?
Ok, I have researched more this. Users are created when registering, problem is related with _channel_ creation...
Any clue?
Edfel
Ok, after sending an email to Michael, he replied telling to check permissions on the tmp directory. Altough it was an rare '/' missing (maybe in my setup only), Michael recommendation led to the fix.
I am glad to tell that I am able to run POC 3.0 development with PHP 4.3.0, Apache 2.0.44 and Redhat Linux 8.0. It is still a development version but IT WORKS!
Later
Edfel