Quote:
Originally Posted by Gadget_Guy
I am having an issue with this installed now.
My admincp login doesn't work anymore and I am locked out of my site.
Any idea how I can manually revert the plug-in?
D
|
You can edit config.php, add this line to globally disabling all plugins:
PHP Code:
define('DISABLE_HOOKS', 1);
After that, login into your Admincp, please whitelist yourself by putting your user ID into the Excluded users field. Then remove that line again to re-enable the plugins.
Can you let me know on which steps you did that made you being locked out of the Admincp?