• Resolved zhulkov

    (@zhulkov)


    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 working

    I 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)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter zhulkov

    (@zhulkov)

    And a quick update. Getting a white screen when trying to re-install WordPress through the Dashboard. Manually reinstalling by downloading a fresh copy and overwriting existing files doesn’t fix the issue either.

    Thread Starter zhulkov

    (@zhulkov)

    The issue seems to be resolved. What I did is to update the server configuration from PHP 5.3 to PHP 5.6

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White screen – can't upload plugins’ is closed to new replies.