[PHPOpenChat-Users] helpme please
Brought to you by:
letreo
|
From: <sr...@em...> - 2001-03-06 13:21:36
|
hi all
i have installed the chat script but i am facing a problems
by the way i have windows98, PHP4, Apache and MySQL
i created a dir called C:\TMP
and i installed the chat script in the
c:\apache\htdocs\chat
however i am facing two problems:
i am getting the following message while i try to run the index.php
----------------------------------------------------------------
Error:
Sorry, the chat room is too busy at this time. Try again to login!.
----------------------------------------------------------------
while no body is in the chat coz i am working on my local machine
the scond error is the following
----------------------------------------------------------------
Warning: Supplied argument is not a valid MySQL-Link resource in
c:\apache\htdocs\chat\html\index.php on line 65
Warning: Supplied argument is not a valid MySQL-Link resource in
c:\apache\htdocs\chat\html\index.php on line 66
Warning: Supplied argument is not a valid MySQL result resource in
c:\apache\htdocs\chat\html\index.php on line 66
Warning: Supplied argument is not a valid MySQL-Link resource in
c:\apache\htdocs\chat\html\index.php on line 107
----------------------------------------------------------------
which points to the following lines in the index.php
65- $result=mysql_query("DELETE FROM chat WHERE
Zeit<(UNIX_TIMESTAMP()-(10*60))",$db_handle);
66- $num=mysql_result(mysql_query("SELECT count(*) AS count FROM
chat",$db_handle),0,"count");
waiting for your reply
thanks
srt
|