quazatron - 2006-03-21

i found a few errors on the phpopenchat-3.0.1/2

Firstly RENAME the config.php.dist TO config.php This will overwrite your old Config file and as many of you are aware the old config.php doesnt seem to do anything,,

Now on your Newly created config.php

Look for this line

// configuration file for PHPOpenChat
// will be included by almost all source files
define('POC_BASE', dirname(_FILE_));

and change it to

// configuration file for PHPOpenChat
// will be included by almost all source files
define('POC_BASE', dirname('phpopenchat-3.0.1'));

Make sure you Delete anything from the tmp folder if you encounter errors as this WILL prolong your task to install.