Title: Problems with QuickCache
Last modified: September 3, 2016

---

# Problems with QuickCache

 *  [kentaiwan98](https://wordpress.org/support/users/kentaiwan98/)
 * (@kentaiwan98)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-quickcache/)
 * Using Quick Cache on my sites for ages… noted that it seems to have fewer & fewer
   features on each update… and more & more problems.
 * Currently, I have two sites on the same server: both with QC installed. One is
   fine; one throws errors. I still like the plugin, but will be trying others to
   fix the issues.
 * I appreciate the coding for this plugin takes effort… Good luck.

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

 *  Plugin Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-quickcache/#post-7877572)
 * > noted that it seems to have fewer & fewer features on each update… and more&
   > more problems.
    - **v140605:** 8 new features, 6 enhancements, and 4 bug fixes.
    - **v140725:** 1 new feature, 4 enhancements, and 10 bug fixes.
    - **v140104:** 2 new features.
    - **v131224:** 5 enhancements, 5 bug fixes.
 * As you can see, we’re constantly adding features, enhancements, and fixing bugs,
   so I’m not sure where you get the idea that the plugin “seems to have fewer &
   fewer features on each update”.
 * > Currently, I have two sites on the same server: both with QC installed. One
   > is fine; one throws errors.
 * Since the Quick Cache code is obviously the same on both sites, the problem is
   more likely another plugin that is not common to both sites, or a configuration
   difference between the two sites. The fact that you have Quick Cache running 
   on both sites and one has issues and one doesn’t is pretty good evidence that
   Quick Cache isn’t the problem at all.
 *  Thread Starter [kentaiwan98](https://wordpress.org/support/users/kentaiwan98/)
 * (@kentaiwan98)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-quickcache/#post-7877573)
 * Perhaps the simplicity of the menu options hides its complexity.
 * The plugins were a subset of the plugins on the other site. I will do a thorough
   examination. Let you know.
 *  Thread Starter [kentaiwan98](https://wordpress.org/support/users/kentaiwan98/)
 * (@kentaiwan98)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-quickcache/#post-7877574)
 * OK. Error reported:
 * “You’re currently running PHP v5.2.17. A simple update is necessary. Please ask
   your web hosting company to do this for you. To remove this message, please deactivate
   Quick Cache.”
 * I can confirm that I’m running PHP version 5.4.x. I tried downgrading to 5.3.
   x to see what happens. BUT the primary site is running 5.4.x just fine.
 *  Plugin Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-quickcache/#post-7877587)
 * > I can confirm that I’m running PHP version 5.4.x. I tried downgrading to 5.3.
   > x to see what happens. BUT the primary site is running 5.4.x just fine.
 * I’ve seen this on a few sites that appear to have PHP 5.3+ installed, but in 
   the server configuration itself PHP v5.2 is actually being used. You may want
   to contact your web hosting company to verify that PHP 5.3+ is running.
 * Another way you can test is by creating a PHP file with the following code and
   accessing it in your browser. This is essentially the code that Quick Cache uses
   to verify you’re running PHP 5.3+:
 *     ```
       <?php
       if(version_compare(PHP_VERSION, '5.3', '>='))
       	echo "You are running PHP 5.3+";
       else
       	echo "You are NOT running PHP 5.3+! Your current PHP version is " . PHP_VERSION;
       ```
   
 *  Thread Starter [kentaiwan98](https://wordpress.org/support/users/kentaiwan98/)
 * (@kentaiwan98)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-quickcache/#post-7877588)
 * I got 5.2+ for one and 5.3 for the other. Two sites (same server)… will have 
   to contact my hosting company. Thanks.

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

The topic ‘Problems with QuickCache’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/quick-cache_efefef.svg)
 * [Quick Cache (Speed Without Compromise)](https://wordpress.org/plugins/quick-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quick-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quick-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/quick-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quick-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quick-cache/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [kentaiwan98](https://wordpress.org/support/users/kentaiwan98/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/problems-with-quickcache/#post-7877588)