Fatal error: Unknown():
Brought to you by:
letreo
Name: Jeff Shaikh
Email: jeff@digitalcanvas.com
After install and modifing config.inc.php:
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition adodb_mysql of the object you are trying to operate on was loaded _before_ the session was started in /usr/home/eslisland/www/htdocs/phpopenchat/include/class.Chat.inc on line 1130
FreeBSD 4.4
Apache/1.3.27
PHP 4.3.1 Server API CGI
+ register_globals Off
+ Mysql Client API version 3.23.54
+ session.auto_start Off
+ session.bug_compat_42 On
MySQL 3.23.54
Logged In: YES
user_id=98351
I sounds like session problem. Try to remark
session_save_path(TMPDIR); within config.inc.php
-letreo