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!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!!
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
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!