Title: Adding New Site Throwing Error
Last modified: June 13, 2017

---

# Adding New Site Throwing Error

 *  [jroy1082](https://wordpress.org/support/users/jroy1082/)
 * (@jroy1082)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/adding-new-site-throwing-error/)
 * Adding a new site is throwing the following error:
 * “Please network activate W3 Total Cache when using WordPress Multisite.”
 * Its coming from Root_AdminActivation.php and caused by some code that was removed
   at some point. Changing the code to the following resolves the issue:
 * if ( ! function_exists( ‘is_plugin_active_for_network’ ) )
    require_once( ABSPATH.‘/
   wp-admin/includes/plugin.php’ );
 * if ( ! is_plugin_active_for_network( ‘w3-total-cache/w3-total-cache.php’ ) ) {
   
   echo ‘Please [network activate](https://wordpress.org/support/topic/adding-new-site-throwing-error/&apos; . network_admin_url( &apos;plugins.php&apos; ) . &apos;?output_format=md)
   W3 Total Cache when using WordPress Multisite.’; die; }

Viewing 1 replies (of 1 total)

 *  Thread Starter [jroy1082](https://wordpress.org/support/users/jroy1082/)
 * (@jroy1082)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/adding-new-site-throwing-error/#post-9224093)
 * Apologies, to be more specific this is a non subdomain multisite installation.

Viewing 1 replies (of 1 total)

The topic ‘Adding New Site Throwing Error’ is closed to new replies.

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

 * 1 reply
 * 1 participant
 * Last reply from: [jroy1082](https://wordpress.org/support/users/jroy1082/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/adding-new-site-throwing-error/#post-9224093)
 * Status: not resolved