Quote:
Originally Posted by Bubble #5
Disable what? 
|
Open your /includes/config.php and add
Code:
define('DISABLE_HOOKS', true);
under
I am guessing it looks like this when you are done.
Code:
<?php
define('DISABLE_HOOKS', true);
Then log in...Next go to your plugin manager and disable the mod from there..
After that you will either need to remove what you added to the config.php, comment it out or replace the word 'true' with 'false'. But that again is a guess...
Hope that helps...