• Resolved bonacipher

    (@bonacipher)


    Hi, I’ve installed this plugin and the affiliates-light-woocommerce plugin and even got it working. But it causes the “White screen of death” when I try to access /wp-admin/. Removing the affiliates plugin makes the problem go away, so I know affiliates is the cause.

    Is there a way of debugging what is going wrong here?

    I have WordPress 3.4.2 and Woocommerce 1.6.5.2.

    thanks

    http://ww.wp.xz.cn/extend/plugins/affiliates/

Viewing 1 replies (of 1 total)
  • Plugin Author itthinx

    (@itthinx)

    On a test installation with WordPress 3.4.2, Affiliates 2.2.0, Affiliates WooCommerce Light 1.0.4 and WooCommerce 1.6.5.2 I don’t get a WSOD when visiting wp-admin, there might be a conflict somewhere in your setup.

    Disable all other plugins except those three and switch to a default theme, then put these in your wp-config.php:

    define('WP_DEBUG', true);
    define('WP_DEBUG_DISPLAY', true);
    define('WP_DEBUG_LOG', true);

    Then enable other plugins individually and check until the WSOD happens. Now in wp-content/debug.log you should see clues as to why …

Viewing 1 replies (of 1 total)

The topic ‘Plugin installation causes wp-admin white screen’ is closed to new replies.