PDA

View Full Version : SQL query to disable plugin system


sarkar
10-23-2006, 05:28 AM
I have installed a plugin which has totally messed up my board and acp. None of the acp pages load so I cannot disable it.

Can someone give me an SQL query to disable the plugin/hook system of vb?

Adrian Schneider
10-23-2006, 05:59 AM
Put this in config.php define('DISABLE_HOOKS', true);

sarkar
10-23-2006, 01:38 PM
Put this in config.php define('DISABLE_HOOKS', true);

Thanks alot mate, that fixed my problem! :cool: