I have just uploaded the script to my server, put all the MySQL in the database and edited the config file, but when I try and open it I get this error message:
Fatal error: Call to a member function on a non-object in /web/poc/include/class.Chat.inc on line 155
Any suggestions?
Thanks for your help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition template of the object you are trying to operate on was loaded _before_ the session was started in /webpages/outlaw/phpopenchat/include/class.Chat.inc on line 154
Basically, trying to access any page other than /phpopenchat/index.php results in the above....
Ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have just uploaded the script to my server, put all the MySQL in the database and edited the config file, but when I try and open it I get this error message:
Fatal error: Call to a member function on a non-object in /web/poc/include/class.Chat.inc on line 155
Any suggestions?
Thanks for your help
I'm receving a similar error:
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition template of the object you are trying to operate on was loaded _before_ the session was started in /webpages/outlaw/phpopenchat/include/class.Chat.inc on line 154
Basically, trying to access any page other than /phpopenchat/index.php results in the above....
Ideas?