PDA

View Full Version : Error in Plugin took down my entire forum...


Jaxel
02-06-2009, 03:53 AM
I made a change to one of my plugins and I mistyped something... it ended up taking my entire forum down... Since the plugin is in INIT_STARTUP, I cant access my admincp to fix it.
Is there a solution for this? I tried to fix the plugin from PhpMyAdmin, but it didn't change anything.

UncoderMom
02-06-2009, 03:58 AM
In your config.php file add

define('DISABLE_HOOKS', true);

right under <?php

then after you fix the problem, remove the code from your config file