Quote:
Originally Posted by mgcom
this is an absolute disaster, no way of getting back into the admin cp, can't even uninstall it
|
FTP into your forums folder:
Disable plugins by adding this to the top of your config.php, under the <?php:
Code:
define('DISABLE_HOOKS', true);
then you will be able to go into your adminCP and remove the plugin.
Be sure to edit your config.php and remove that line when your done.