2
Quote:
Notice [PHP]: Undefined variable: HTTP_SERVER_VARS in file modules/newbb/config.php line 44
Notice [PHP]: Undefined variable: HTTP_SERVER_VARS in file modules/newbb/config.php line 44
Notice [PHP]: Undefined variable: HTTP_GET_VARS in file modules/newbb/viewforum.php line 34
Open viewforum.php on line 34 and change:
$forum = intval($HTTP_GET_VARS['forum']);
to:
$forum = intval($_GET['forum']);
And config @ line 44:
$bbCookie['path'] = str_replace(basename($HTTP_SERVER_VARS['PHP_SELF']),"",$HTTP_SERVER_VARS['PHP_SELF']);
to:
$bbCookie['path'] = str_replace(basename($_SERVER['PHP_SELF']),"",$_SERVER['PHP_SELF']);
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...