White screen – can't upload plugins
-
Since today without apparent reason my installation of WordPress stopped being able to install plugins through the dashboard. Other things stopped working at the same time:
– several plugins stopped saving settings
– Loco Translate stopped workingI tried disabling all the plugins and even then I get the white screen when trying to install a plugin. It doesn’t matter what plugin I try to install.
I also added this code to wp-config.php:
define(‘WP_DEBUG’, true);
if (WP_DEBUG) {
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
@ini_set(‘display_errors’, 0);
}No errors are shown on screen, in the debug.log or in PHP’s error.log
This has happened to another installation of WordPress before, which is still unresolved.
The current problematic installation is at: https://bogdan.incodestudio.com/ (mostly in bulgarian)
- The topic ‘White screen – can't upload plugins’ is closed to new replies.