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);
}
|