Data base is created, db.schema has been run so all tables are there also but still get red on POC-Database: and POC-Tables: Here is what my config.inc.php looks like:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-08-19
Well I would doublecheck that the user has rights on the database. Test this by logging into mysql locally as the user and verify that that user can get to the database and tables it needs to.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have installed the phpopenchat b2 in my server and the test.php works but when I access the main page it shows :
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition <b>adodb_mysql</b> of the object you are trying to operate on was loaded _before_ the session was started in /var/www/html/ieadam.com.br/chat/include/class.Chat.inc on line 1130
Any ideias ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Data base is created, db.schema has been run so all tables are there also but still get red on POC-Database: and POC-Tables: Here is what my config.inc.php looks like:
/*
* database account settings
*/
define('DATABASE_HOST','localhost');
define('DATABASE_USER','MySQL user name');
define('DATABASE_PASSWORD','MySQL password');
define('DATABASE_tablespace','MySQL database name');
HELP!!!!!
Well I would doublecheck that the user has rights on the database. Test this by logging into mysql locally as the user and verify that that user can get to the database and tables it needs to.
Hi,
I have installed the phpopenchat b2 in my server and the test.php works but when I access the main page it shows :
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition <b>adodb_mysql</b> of the object you are trying to operate on was loaded _before_ the session was started in /var/www/html/ieadam.com.br/chat/include/class.Chat.inc on line 1130
Any ideias ?