...
Make a backup of your database
Login your databse via phpMyAdmin
Click SQL
Paste this code in to the Run SQL Query box and click "Go"
Code Block | ||
---|---|---|
| ||
UPDATE wp_options SET option_value = '' WHERE option_name = 'active_plugins'; |
5. You will see this message if successful. You can now re-enable your plugins one by one.
...