[ad_1]
Hi Guys i followed the troubleshooting guide on WordPress.com. But now how do i reactive my plugins the screen is empty?
https://preview.redd.it/zyvq7aa2x9cd1.png?width=1059&format=png&auto=webp&s=38f62faef918216e7f75e78d595eb2cce9ba4e4a
#
Use [phpMyAdmin](https://wordpress.org/support/article/phpmyadmin/) to deactivate all plugins.
1. In the table wp\_options, under the *option\_name* column (field) find the *active\_plugins* row
2. Change the *option\_value* field to: **a:0:{}**

So you disabled all plugins using a mysql command, correct? Did you record the value that was there before you deleted it? If not, experiment by replacing the a:0:{} string with this value: a:6
>No plugins are currently available
WP looks for plugins in the wp-content/plugins folder. Many people will rename this folder during troubleshooting. Make sure you renamed it back to the original. The missing list of installed plugins is not related to a database value.