Thanks for reporting this. I'll have a look at these plugin combinations before the next release. If there is something we can do to assist with compatiblity, we'll do so. In the mean time, you may want to contact the developers of these plugins, and make them aware of this Quick Cache Constant:
- Code:
define("QUICK_CACHE_ALLOWED", false);
A plugin developer can define this Constant within a routine that processes something special, which would otherwise not be compatible with Quick Cache. Often times, this simple definition can mean the difference between problems, and full compatibility with Quick Cache.
Quick Cache is also backward compatible with WP-Super Cache, in that it also recognizes:
- Code:
define("DONOTCACHEPAGE", true);
@TODO :: Bad behavior, IP detection, compatiblity.Statistics: Posted by Jason Caldwell — August 24th, 2010, 9:41 am
]]>