Quote:
Originally posted by freeshares1
i am getting the following error any idea's?
Warning: Unable to access ./admin/config.php in /usr/local/psa/home/vhosts/Jokersrewards.com/httpdocs/forum/global.php on line 129
line 129 is this part
// ###################### Start init #######################
unset($dbservertype);
unset($debug);
//load config
require('./admin/config.php');
if ($debug != 1) {
unset($showqueries);
unset($explain);
}
|
This is a great hack, Thanks for it i now have it working. I had to to put chdir() bit in the config file instead of the full path.