Raam Dev
Forum Replies Created
-
@jeriksson As per the WordPress Support Forum Guidelines, we’re not allowed to discuss or provide support for Pro products here. You’ll need to use our community forum or open a ticket.
add_filter(‘zencache_disable_auto_wipe_cache_routines’, ‘__zencache_disable_auto_clear_wipe_cache_routines’, 10, 0);
add_filter(‘zencache_disable_auto_clear_cache_routines’, ‘__zencache_disable_auto_clear_wipe_cache_routines’, 10, 0);If you’re using Comet Cache, those should be using
comet_cacheinstead ofzencache.Second i have routine to clear home page + assosiated category and tag archives for each post that gets published. Both home page clear and category clear works, the tag archives are not cleared though on initial publish of new post!
I’d need to see that routine before I can offer any more advice to troubleshoot. Since you’re using the Pro version of Comet Cache, please open a thread on our community forum or open a support ticket and include the custom code that you’re using so that I can take a closer look.
- This reply was modified 9 years, 9 months ago by Raam Dev.
Forum: Plugins
In reply to: [Comet Cache] Pro Version and PayPal@santacruze As per the WordPress Forum Guidelines, we’re not allowed to discuss Pro products on this forum. Please use the Comet Cache community forum on our site.
As per your question, there’s a “checkout with PayPal” link on the checkout page.
Forum: Plugins
In reply to: [Comet Cache] Cache directories from different domainsComet Cache caches things based on the Request URI received by PHP. If you’re seeing other domains appearing in your cache directory, that would indicate that your web server is not properly rewriting those requests to the proper domain (using something like an
.htaccessfile) or that your web server is misconfigured in some way. In either case, I highly recommend contacting your web hosting company about this to have them fix it.Comet Cache supports caching multiple domains in the way you’re seeing because some site owners use mapped domains, where they use multiple domain variations for a single site. If you want to tell Comet Cache to ignore all requests except those coming from a specific hostname, you could add something like the following to your
wp-config.phpfile (replacewww.example.comandexample.comwith your domain):if ( $_SERVER['SERVER_NAME'] !== 'example.com' || $_SERVER['SERVER_NAME'] !== 'www.example.com' ) { define('COMET_CACHE_ALLOWED', false); }Forum: Reviews
In reply to: [Comet Cache] Deletion failed: Internal Server Error@oeaneyes Can you tell me which version of PHP you’re running and which version of Comet Cache failed to uninstall?
Also, if you need to manually uninstall Comet Cache, you can follow these instructions.
Forum: Plugins
In reply to: [Comet Cache] Plugin Updated Crashed Site With 500 ErrorI found that the pre-update version managed to update okay; but I found that the post-update version was showing this error:
@whitelamp So you’re saying that after you restored the site from a backup and then updated Comet Cache to the latest version, everything worked fine?
Can you tell me which version of PHP you’re running and whether or not PHP OPCache is enabled?
I get no css on mapped domains and 502 gateway errors. As soon as I disable the plugin everything functions normal.
@fla0 Are there any clues in your web server log files that might explain what’s generating the 502 gateway error?
Can you tell me which version of PHP you’re running and whether or not PHP OPCache is enabled?
Forum: Plugins
In reply to: [Comet Cache] Exceptionally large number of caching updates@nathan-adams Two questions:
1) Are you using Comet Cache Pro with the Auto-Cache Engine enabled, or are you using Comet Cache Lite from here on ww.wp.xz.cn (which doesn’t have the Auto-Cache Engine feature)?
2) Do you have 404 Caching enabled? See Comet Cache → Plugin Options → 404 Requests
Note that Comet Cache itself does not go through your site and cache things (unless you’re using the Auto-Cache Engine). The core mechanism that Comet Cache uses to ‘create’ a cache file is a request to your site. So when you visit a page on your site for the first time, if it has not been cached yet then Comet Cache will generate a cache file at that time. But unless and until a request to a page occurs, Comet Cache will not generate a cache file.
The behavior you explained sounds like something is spidering your site and each of those requests is resulting in Comet Cache attempting to create a cache file. If those are non-existent pages, then Comet Cache will only attempt to create a cache file if 404 Requests caching is enabled.
Forum: Plugins
In reply to: [Comet Cache] Sometimes the notes in the source coded are not added@teknofilo When I checked bottom of the source of that page, I see 4 blank lines. This is common when you’re running or integrating with something else (such as CloudFlare) that might be stripping out HTML Comments from your page. See this KB article: What if I just see blank lines at the bottom?
Forum: Plugins
In reply to: [Comet Cache] chart.js error@dblinks Thanks! I replied on the thread you linked to above.
Thanks for the report! The latest version of Comet Cache Lite (hosted here on ww.wp.xz.cn) doesn’t actually use
Chart.js(it’s only used in the Pro version), however the latest Comet Cache update added a Pro-only feature to the Lite version and as part of that workChart.jswas unnecessarily enqueued. I’ve filed a bug report to get this fixed for the next Comet Cache release.@dblinks @eskapism Thanks for the report! The latest version of Comet Cache Lite (hosted here on ww.wp.xz.cn) doesn’t actually use
Chart.js(it’s only used in the Pro version), however the latest Comet Cache update added a Pro-only feature to the Lite version and as part of that workChart.jswas unnecessarily enqueued. I’ve filed a bug report to get this fixed for the next Comet Cache release.Forum: Plugins
In reply to: [Comet Cache] Avoid cashing sidebar?@webbmasterpianise I replied to a similar question a few weeks ago and my reply there applies to your question as well; see https://ww.wp.xz.cn/support/topic/popular-posts-widget-problem/#post-7714607
Forum: Plugins
In reply to: [Comet Cache] Plugin Updated Crashed Site With 500 Error@andrew1977 Hey Andrew, a 500 Error sounds like a web server error, so the web server logs would be the best place to look for clues. The only thing that Comet Cache does that might cause issues with the web server is write to the
.htaccessfile (assuming you’re running the Apache web server). However, this is not something new in the latest version — I can’t think of any changes in the latest release that would cause problems with the web server. Also, Comet Cache never touches the.htaccessfile unless you’ve specifically enabled an option in the plugin to do so.So, the two places I would look are your
.htaccessfile (if you have one), to see if there might be something corrupt in there that’s causing the web server to throw a 500 error; and your web server log files, to see more details about what exactly is causing the 500 error. If you’re not sure where that log file is, or if you don’t have access to it, your web hosting company should be able to help you.Forum: Plugins
In reply to: [Comet Cache] CometCache breaks GravityForms ReCaptcha@aphrodite Where do you see “verify domain”? I don’t see any such option inside the Gravity Forms plugin.
Forum: Plugins
In reply to: [Comet Cache] Cache is fully wiped after activating some pluginsThe same filters to empty the cache whenever a plugin is updated will be triggered if you perform remote updates by using JetPack control panel or systems like InfiniteWP, right?
Yes, any time a plugin is updated — no matter where it’s updated from — the old plugin will be deactivated and the new version of the plugin activated, at which time the
activated_pluginhook will fire and the cache will be cleared.Forum: Reviews
In reply to: [Comet Cache] Comet Cache does not permit deletion from plugins!@kbollhorst79 An Internal Server Error is an error that’s coming from your web server, not from Comet Cache. Can you tell me which version of PHP your server is running so that I can attempt to reproduce that issue?
I demand that the developers provide a solution for deleting their plugin!
We have manual uninstallation instructions posted here. If you follow those instructions, Comet Cache will be removed.
- This reply was modified 9 years, 9 months ago by Raam Dev.
Forum: Plugins
In reply to: [Comet Cache] update changes client-side cache to NoThe latest version of Comet Cache (v160917, released today) includes changes related to this GitHub issue. Please see the full changelog:
Bug Fix: Fixed a bug where upgrading from v160521 would result in the Client-Side Cache option being reset to the default (disabled). If you enabled the Client-Side Cache at some point, now is a good time to double-check that it’s still enabled. This bug fix also improves the reliability of all version upgrade routines that Comet Cache runs during upgrades. See Issue #807.