I the following rror when trying to install the chat program, i have php and mysqul on the webserver I am on, and have phpbb2 installled on it along with some gaming stats programs (babstats and chronos, which are both require php and mysql) please give me some info on why I am getting this error with the installation, thanks in advance.
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/******/public_html/phpopenchat/config.inc.php:471) in /home/******/public_html/phpopenchat/index.php on line 50
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/******/public_html/phpopenchat/config.inc.php:471) in /home/******/public_html/phpopenchat/index.php on line 50
Fatal error: Call to a member function on a non-object in /home/******/public_html/phpopenchat/include/class.Chat.inc on line 1299
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-08-02
It looks like you haven't created the database on mysql for the script. Create the database then load db.schema from the database and everything should work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This may get answered in my other message, but just in case :-)
I have the database created, but how do I load db.schema? My webhost has created the database name, and I've used it to set up phpBB, so I know it works.
Thanks!
Gemmy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I the following rror when trying to install the chat program, i have php and mysqul on the webserver I am on, and have phpbb2 installled on it along with some gaming stats programs (babstats and chronos, which are both require php and mysql) please give me some info on why I am getting this error with the installation, thanks in advance.
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/******/public_html/phpopenchat/config.inc.php:471) in /home/******/public_html/phpopenchat/index.php on line 50
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/******/public_html/phpopenchat/config.inc.php:471) in /home/******/public_html/phpopenchat/index.php on line 50
Fatal error: Call to a member function on a non-object in /home/******/public_html/phpopenchat/include/class.Chat.inc on line 1299
It looks like you haven't created the database on mysql for the script. Create the database then load db.schema from the database and everything should work.
This may get answered in my other message, but just in case :-)
I have the database created, but how do I load db.schema? My webhost has created the database name, and I've used it to set up phpBB, so I know it works.
Thanks!
Gemmy