Forum Replies Created

Viewing 1 replies (of 1 total)
  • This appears to be the most recent thread regarding WordPress “White Screen of Death” with WP 4.3.1.

    I have a virtual private server running 6 instances of WordPress and four had the white screen issue. After exhaustive review of the configuration, disabling add-on’s and other nonsense, the fix was to edit wp-config.php and add the line:
    define(‘CONCATENATE_SCRIPTS’, false);

    Just after the php opening tag. This resolved the issue and I wanted to document it here.

Viewing 1 replies (of 1 total)