Name: Richard
Email: kido_rq@yahoo.com
Name: Richard
Email: kido_rq@yahoo.com
Name: Richard
Email: kido_rq@yahoo.com
I m trying to use your ap but no luck:
When I use url to the index.php file I get:
Fatal error: Call to a member function on a non-object in /usr/local/apache/htdocs/chatrooms/OpenChat/include/class.Chat.inc on line 1177
This error seem to popup a lot as I debug
to register.php
blank page
test.php blank page
There is no config.inc onlt config.inc.php
Here is some of my config:
define('POC_BASE', dirname(__FILE__));
if( strtoupper( substr(PHP_OS,0,3) ) == 'WIN' )
{
define('POC_OS','win');
define('DELI','\\');
/**
* Temp-directory where we write the channel lock files
* This define will either be 'Unix' or 'Windows'
*/
define('TMPDIR', 'c:\cvs\rel300\tmp');
} else {
//This is the Linux/Unix case
define('POC_OS','unix');
define('DELI','/');
//For security reasons change TMPDIR to a directory,
//outsite of your webroot. NOTE: This directory must be
//writeable for the webserver.
define('TMPDIR', POC_BASE.'/tmp');
}
define('DATABASE_HOST', 'localhost');
define('DATABASE_USER', 'website');
define('DATABASE_PASSWORD', 'Web5ite');
define('DATABASE_TABLESPACE', 'PHPOpenChat');
Not sure if I need to change anything else
HELP Please
Logged In: NO
I try this some problem when I install the first time....
It is a problem with the db.
Your user db has no rights over the table.
To solve it I have drop the table and start all again.
with install.php.