Something doesnt look right. I need help:
I am trying to install this in one of my testboards before applying it to my main bb. The testvb folder is password protected by htaccess.
After following first step:
Replacing
if ($debug)
with:
// Logician Hack: Always debug on while adding a setting
$debug=1;
// Logician Hack: Always debug on while adding a setting
if ($debug)
YES, I know there are 2 instances of "if ($debug)", which I replaced with the above text and saved the changes in my server.
After that, when I go to:
http://YOUR_SITE_URL/FORUM_URL/admincp/options.php?do=addgroup
I see a blank white page!! I dont want to mess around with my live site and would like to make changes in my test forum first. I dont understand whats wrong here. Any help??
|