Title: Plugin installation causes wp-admin white screen
Last modified: August 21, 2016

---

# Plugin installation causes wp-admin white screen

 *  Resolved [bonacipher](https://wordpress.org/support/users/bonacipher/)
 * (@bonacipher)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-installation-causes-wp-admin-white-screen/)
 * 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://wordpress.org/extend/plugins/affiliates/](http://wordpress.org/extend/plugins/affiliates/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [itthinx](https://wordpress.org/support/users/itthinx/)
 * (@itthinx)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-installation-causes-wp-admin-white-screen/#post-3855698)
 * 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.

 * ![](https://ps.w.org/affiliates/assets/icon-256x256.png?rev=1118899)
 * [Affiliates](https://wordpress.org/plugins/affiliates/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/affiliates/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/affiliates/)
 * [Active Topics](https://wordpress.org/support/plugin/affiliates/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/affiliates/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/affiliates/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [itthinx](https://wordpress.org/support/users/itthinx/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-installation-causes-wp-admin-white-screen/#post-3855698)
 * Status: resolved