btw I dont remember ever seeing anyone entounter these ones:
Warning: Undefined variable: REQUEST_URI in
\path\to\global.php on line 39
Warning: Undefined variable: QUERY_STRING in
\path\to\global.php on line 47
Warning: Undefined index: HTTP_POST_VARS in
\path\to\global.php on line 64
Warning: Undefined index: action in
\path\to\global.php on line 64
Warning: Undefined index: action in
\path\to\global.php on line 67
then there is this one which is what I did see:
Warning: Cannot add header information - headers already sent by (output started at \path\to\vbulletin\global.php:39) in \path\to\vbulletin\admin\functions.php on line 1457
This is what I get when I include it on my index
Warning: Undefined variable: REQUEST_URI in
\path\to\vbulletin\global.php on line 39
Warning: Undefined variable: QUERY_STRING in
\path\to\vbulletin\global.php on line 47
Warning: Undefined index: HTTP_POST_VARS in
\path\to\vbulletin\global.php on line 64
Warning: Undefined index: action in
\path\to\vbulletin\global.php on line 64
Warning: Undefined index: action in
\path\to\vbulletin\global.php on line 67
Fatal error: Failed opening required './admin/config.php' (include_path='') in \path\to\vbulletin\global.php on line 72
This isnt fun anymore