Forums
(@ngzero)
10 years, 11 months ago
You can send this query to the mysql wordpress database to deactivate all plugins… then login to the admin page and enable all except plugnedit
UPDATE wp_options SET option_value = ‘a:0:{}’ WHERE option_name = ‘active_plugins’;
Hi, i have also the same problem after updating the plugin.
https://stevenspyrka.de/wordpress/wp-admin/
It is the latest debian with plesk/apache. How can i fix that?