If you get a blank page, please share your PHP error logs.
Nothing in the logs.
All I see is a redirect to such url which causes a 403 status code:
https://www.example.com//wp-admin/network/plugins.php?action=activate&plugin=email-address-encoder%2Femail-address-encoder.php&plugin_status=all&paged=1&s&_wpnonce=xxxxxxxx
It does not matter if I try to enable it network-wide or for site id 1.
The plugin works in the default website.
On the main site, I also cannot deactivate the plugin. I get a blank page as well. No log entries.
Here, the redirect URL is https://www.example.com/wp-admin/plugins.php?action=deactivate&plugin=email-address-encoder%2Femail-address-encoder.php&plugin_status=all&paged=1&s&_wpnonce=XXXXXXXXX
The installation was migrated from singlesite to multisite yesterday. Since then I have this problems.
-
This reply was modified 1 month ago by
toxicum.
If there is no error in your php logs, is there an error in your browser console?
no error in console either. I only see 403 status code.
There seem to be something really broken with the plugin on my multisite WP. Even when I click on “Details” of the Plugin on the Plugins page, I only get a blank overlay.
Bad thing is that due to this problem, I cannot enable the plugin on the 2nd Site (or disable on the main site).
If your error logs are empty, use the WordPress constants to immediately display errors on your site. Without an error message I can’t help.