[PHPOpenChat-Users] help
Brought to you by:
letreo
|
From: <sr...@em...> - 2001-03-06 10:45:56
|
hi all
i just downloaded the PHPOpenChat scripts
and i am facing a lot of problems
i did the database dumb and now i am trying to run the script
i am using Windows98 with Apache, PHP4 and MySQL running
i installed the scripts of the chat in the following dir
c:\apache\htdocs\chat
and i moved all the inculde files to be in the html dir becouze of the
inculde error ..
i did the following changes to the default_inc.php
----------------------------------------------
$CHATNAME = "chat";
$MAX_NICK_LENGTH = 15;
$FILE_EXTENSION = "php";
$INSTALL_DIR = "/chat";
$CHATSERVERNAME = "http://localhost";
$tmp=ereg("^(http://[^/]*).*$",$HTTP_REFERER,$teil);
$HTTP_REFERER_SERVER = $teil[1];
$BACKGROUNDIMAGE = "images/hauskopf.gif";
$DATABASENAME = "phpopenchat";
$DATABASEHOST = "localhost";
$DATABASEUSER = "phpopenchat";
$DATABASEPASSWD = "password";
--------------------------------------------
but i am getting the following error why? do you think that it is from
the
Install dir?
Warning: open(/tmp\sess_751a6f0aab12372b731b4c1d21ff17d9, O_RDWR)
failed: m (2) in session_inc.php on line 6
Error:
Sorry, the chat room is too busy at this time. Try again to login!.
Chat-HomePage
Warning: Supplied argument is not a valid MySQL-Link resource in
c:\apache\htdocs\chat\html\index.php on line 66
so please help
:)
thanks
|