Last Updated: October 8, 2013 | Reading Time: < 1 minute
Plugins can ruin your day, especially if one of your plugin triggered some error reactions. One thing in mind, turn off Plugins to easily trace the error’s source.
Open up phpmyadmin / shell, just paste this command into SQL query box:
[sql]UPDATE wp_options SET option_value = ‘a:0:{}’ WHERE option_name = ‘active_plugins’;[/sql]
It will deactivate all plugins, start to trace the issue by reactivating plugins one by one.