Quote:
Originally Posted by Jonm
snap, but as soon as I login it turns white.
|
Interesting. Did you disable all plugins? You can do that in the config.php file you don't need ACP.
Put this at the top of the config file, right under where you see <?php
define('DISABLE_HOOKS', true);
Then later on re-edit the file and comment this out, to turn plugins back on:
//define('DISABLE_HOOKS', true);