I can now view the extensions page. Thanks octavian_3009. I got this on the extensions page though:
Warning: array_pop() [function.array-pop]: The argument should be an array in /***/***/***/*/*/***/public_html/include/xml.php on line 200
Warning: array_pop() [function.array-pop]: The argument should be an array in /***/***/***/*/*/***/public_html/include/xml.php on line 200
Warning: array_pop() [function.array-pop]: The argument should be an array in /***/***/***/*/*/***/public_html/include/xml.php on line 200
Warning: array_pop() [function.array-pop]: The argument should be an array in /***/***/***/*/*/***/public_html/include/xml.php on line 200
Warning: array_pop() [function.array-pop]: The argument should be an array in /***/***/***/*/*/***/public_html/include/xml.php on line 200
Warning: array_pop() [function.array-pop]: The argument should be an array in /***/***/***/*/*/***/public_html/include/xml.php on line 200
So i just removed (on line 200):
$last_element = array_pop($tokenized_hook);
Hopefully it wont prove to be a bad move and be fatal on my part.. I checked /admin/index.php?action=phpinfo and --disable-tokenizer wasn't there so not sure of the overall problem. But all seems to be good now and working fine, unless i run into problems later. I'll let you guys know!