I just finished the installation of the phpopenchat. When I go to the main page (http://myhost/phpopenchat-2.1.3/html/index.php), I've the following message of error:
"Sorry, the chat room is to busy at this time. Try again login".
But there are nobody for the time being.
And when I click on "Try again login", it takes me to html/frame_set.php with the same indication (chat too busy) plus 7 messages like:
Warning: Supplied argument is not a valid MySQL-Link resource in /usr/local/apache/htdocs/phpopenchat-2.1.3/includes/write_line_inc.php on line 30
Any idea? Thanks in advance
Gael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
check your mysql settings ($DATABASEHOST,$DATABASENAME,$DATABASEPASSWD) within defaults_inc.php file.
and check the mysql-account by using the command line tools of MySQL (mysql -u phpopenchat -p phpopenchat [ENTER])
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I just finished the installation of the phpopenchat. When I go to the main page (http://myhost/phpopenchat-2.1.3/html/index.php), I've the following message of error:
"Sorry, the chat room is to busy at this time. Try again login".
But there are nobody for the time being.
And when I click on "Try again login", it takes me to html/frame_set.php with the same indication (chat too busy) plus 7 messages like:
Warning: Supplied argument is not a valid MySQL-Link resource in /usr/local/apache/htdocs/phpopenchat-2.1.3/includes/write_line_inc.php on line 30
Any idea? Thanks in advance
Gael
check your mysql settings ($DATABASEHOST,$DATABASENAME,$DATABASEPASSWD) within defaults_inc.php file.
and check the mysql-account by using the command line tools of MySQL (mysql -u phpopenchat -p phpopenchat [ENTER])