Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor angelleye

    (@angelleye)

    The white screen typically means there’s a PHP error happening but PHP error display is disabled. Enable WP_DEBUG in your wp-config.php file and you should see what the actual error is that’s happening.

    Thread Starter Century Products

    (@century-products)

    We had the debug enabled but all we got was the white screen

    Plugin Contributor angelleye

    (@angelleye)

    Try adding this to your config file.

    error_reporting(E_ALL);
    ini_set('display_errors',1);
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White Screen when Plugin Activated’ is closed to new replies.