Menu

Include path errors

2004-03-04
2004-03-05
  • Chris Osborne

    Chris Osborne - 2004-03-04

    I am just installing this and have reached the initial test stage, all appeared to be going well.

    Can someone help me with the error messages at

    http://www.neofile.net/phpopenchat/test.php

    Thanks!!

     
    • Daniel Fulton

      Daniel Fulton - 2004-03-04

      Try explicitly setting POC_BASE on line 39 of config.inc.php

      from

      define('POC_BASE', dirname(__FILE__));

      to I think in your case

      define('POC_BASE', '/nfs/cust/9/87/27/472789/web/phpopenchat');

      Cheers

      Dan

       
    • Chris Osborne

      Chris Osborne - 2004-03-05

      Thanks Dan, fixed!! I was also able to fix a couple of other error messages which generated once this one was cleared.

      I got the test.php to run green across the board but then on login I now get this:

      "Fatal error: Call to a member function on a non-object in /nfs/cust/9/87/27/472789/web/phpopenchat/include/class.Chat.inc on line 155"

      I have run install.php repeatedly and it keeps telling me that the file permissions for the config file are incorrect - I have CHMOD it to 777 and everything else I can think of, still the same message. It also keeps telling me to CHMOD 777 the following directory:

      /include/templates/openchat/images/icons/chatter

      It is already 777 but I keep getting the same error message every time despite this.

      Any thoughts? I am new to PHP - I thought Perl was about as messy as I wanted to get - so any help gratefully appreciated.

      Cheers!

       

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.