i just recently created my phpopenchat server and i configured the config.inc.php file exactly as shown, and it gives me this error:
Parse error: parse error in /home/muffin/public_html/phpopenchat/config.inc.php on line 39
Warning: main(POC_INCLUDE_PATH/adodb/adodb.inc.php): failed to open stream: No such file or directory in /home/muffin/public_html/phpopenchat/index.php on line 39
Fatal error: main(): Failed opening required 'POC_INCLUDE_PATH/adodb/adodb.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/muffin/public_html/phpopenchat/index.php on line 39
when i try to access the root or the install.php
i used to be able to access the root but not step2, but now everything is screwed up. i will gladly e-mail you a copy of my config.inc.php if you want to take a look at it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i just recently created my phpopenchat server and i configured the config.inc.php file exactly as shown, and it gives me this error:
Parse error: parse error in /home/muffin/public_html/phpopenchat/config.inc.php on line 39
Warning: main(POC_INCLUDE_PATH/adodb/adodb.inc.php): failed to open stream: No such file or directory in /home/muffin/public_html/phpopenchat/index.php on line 39
Fatal error: main(): Failed opening required 'POC_INCLUDE_PATH/adodb/adodb.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/muffin/public_html/phpopenchat/index.php on line 39
when i try to access the root or the install.php
i used to be able to access the root but not step2, but now everything is screwed up. i will gladly e-mail you a copy of my config.inc.php if you want to take a look at it.
Try to replace
define('POC_BASE', dirname(__FILE__));
with
define('POC_BASE', '/phpopenchat');
I guess POC seems to be unable to get the right directory pathes..