Menu

config.inc.php error

Anonymous
2004-04-15
2004-04-20
  • Anonymous

    Anonymous - 2004-04-15

    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.

     
    • Pandur2000

      Pandur2000 - 2004-04-20

      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.. 

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.