Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    I’m sorry for the issue…
    I need more info about the issue, can you please enable the debug in Wp by editing the wp-config.php file and change this line:

    // Enable WP_DEBUG mode
    define('WP_DEBUG', false);

    to:

    // Enable WP_DEBUG mode
    define('WP_DEBUG', true);

    and also add those:
    // Enable Debug logging to the /wp-content/debug.log file
    define(‘WP_DEBUG_LOG’, true);

    // Disable display of errors and warnings
    define(‘WP_DEBUG_DISPLAY’, false);
    @ini_set(‘display_errors’,0);

    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define(‘SCRIPT_DEBUG’, true);
    `
    after try to install it and past here the content of the file wp-content/debug.log

    Thanks

    Thread Starter dick.ahles

    (@dickahles-1)

    Alessandro,

    I have to make my excuse. The problem with the blank screen was a low PHP memory allocation. Problem solved and was not due to your fantastic plugin.

    Sorry again

    Dick Ahles

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Admin went on blanc’ is closed to new replies.