Title: WP Fastest Cache Error
Last modified: August 30, 2016

---

# WP Fastest Cache Error

 *  Resolved [hardel](https://wordpress.org/support/users/hardel/)
 * (@hardel)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/wp-fastest-cache-error/)
 * Any update on this issue: [https://wordpress.org/support/topic/first-click-on-sigup-gives-error-second-click-confirms-sigup](https://wordpress.org/support/topic/first-click-on-sigup-gives-error-second-click-confirms-sigup)
 * I do not feel comfortable editing the wp-config.php file.
 * Thanks!
 * Drew
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/wp-fastest-cache-error/#post-6407685)
 * Hello hardel,
 * As of now, we have not found a solution. So the only way is for you to disable
   the caching. Once we find a permanent solution we will update you.
 *  Thread Starter [hardel](https://wordpress.org/support/users/hardel/)
 * (@hardel)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wp-fastest-cache-error/#post-6407800)
 * Has this been fixed with the latest update?
 *  Plugin Contributor [ibericode](https://wordpress.org/support/users/ibericode/)
 * (@ibericode)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wp-fastest-cache-error/#post-6407801)
 * Hi hardel,
 * Sorry, it hasn’t. The solution for now is to tell WordPress (and other plugins)
   you’re using a caching plugin which is actually the right thing to do. This will
   make sure plugins take into account that some pages might be cached for a long
   time, so they can act accordingly.
 * You can do just that by adding the following line to your `wp-config.php` file.
 *     ```
       define( 'WP_CACHE', true );
       ```
   
 * If you’re not comfortable doing that, please send us an email via our [website](https://mc4wp.com/contact)
   and we’ll guide you through the process.
 * Does that help?
 *  Thread Starter [hardel](https://wordpress.org/support/users/hardel/)
 * (@hardel)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wp-fastest-cache-error/#post-6407854)
 * Hi,
 * I put it here:
 * /** Sets up WordPress vars and included files. */
    define( ‘WP_CACHE’, true );
   require_once(ABSPATH . ‘wp-settings.php’);
 * At the very end of the file, after watching this video as reference. Is this 
   the correct placement?
 * Reference video: [https://www.youtube.com/watch?v=7QoaTvIVsY4](https://www.youtube.com/watch?v=7QoaTvIVsY4)
 *  Thread Starter [hardel](https://wordpress.org/support/users/hardel/)
 * (@hardel)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/wp-fastest-cache-error/#post-6407855)
 * Harish fixed the file for me. Thank you again!

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

The topic ‘WP Fastest Cache Error’ is closed to new replies.

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

## Tags

 * [OOPs error](https://wordpress.org/support/topic-tag/oops-error/)

 * 5 replies
 * 3 participants
 * Last reply from: [hardel](https://wordpress.org/support/users/hardel/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/wp-fastest-cache-error/#post-6407855)
 * Status: resolved