Log in

View Full Version : How do I manually turn off a plugin?


nine.seven
01-23-2009, 07:57 PM
I am curious if there is a way to turn off a plugin without using the AdminCP? There was a plugin that I turned on and it locked me out of every part of my VB with the error "Database Error."

Is there anyway I can go into a file or something and turn that plugin off?

:confused:

Thanks a lot for reading!

Dave

Adrian Schneider
01-23-2009, 08:05 PM
Add define('DISABLE_HOOKS', true); to config.php to disable all plugins while you go in and disable the plugins/products breaking it.

nine.seven
01-23-2009, 08:20 PM
Can't thank you enough Aj ;p.