Raam Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Comet Cache] White Screen of DeathThe 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 the Comet Cache PHP requirements check would fail and produce a fatal error when upgrading from a version of Comet Cache that did not require an extension that is now required by newer releases. This would occur when, for example, the required PHP
mbstringextension was missing. Props @jaswsinc for finding the bug. See Issue #817.Forum: Plugins
In reply to: [Comet Cache] Warning message when loading front pageThe latest version of Comet Cache (v160917, released today) includes changes related to this GitHub issue. Please see the full changelog:
Bug Fix: In some scenarios Comet Cache might produce a false-positive “Warning: mkdir(): File exists” message when checking if the cache directory exists. Comet Cache now calls
clearstatcache()and usesfile_exists()instead ofis_dir()to help make this check more robust. See Issue #786.Forum: Plugins
In reply to: [Comet Cache] PHP Warning just showed up on my published siteThe latest version of Comet Cache (v160917, released today) includes changes related to this GitHub issue. Please see the full changelog:
Bug Fix: In some scenarios Comet Cache might produce a false-positive “Warning: mkdir(): File exists” message when checking if the cache directory exists. Comet Cache now calls
clearstatcache()and usesfile_exists()instead ofis_dir()to help make this check more robust. See Issue #786.Forum: Plugins
In reply to: [Comet Cache] Failed to update your /wp-config.php file automatically.@birdog123 That depends on your server environment and on how much you want to secure your site.
0644should be enough to write to the file, assuming the web server is running under your user account (some servers are set up to have the web server running as a specialwwworapacheuser, in which case0644would not be enough).For a description of what
0644provides, see: http://permissions-calculator.org/decode/644/See also: https://codex.ww.wp.xz.cn/Changing_File_Permissions
Forum: Plugins
In reply to: [Comet Cache] Cache is fully wiped after activating some plugins@kent-brockman Hey Marcelo! That is intended behavior, yes. There is no internal list of plugins that Comet Cache uses to determine when the cache should be cleared, rather it hooks into the WordPress Core
activated_pluginanddeactivated_pluginto clear the cache whenever a plugin is activated or deactivated.I can’t think of any reason you wouldn’t see the cache get cleared when you activate/deactivate a plugin — if you can reproduce that behavior with a specific plugin, I’d love to know the name of it so that I can do some testing.
We realize that not all plugins affect the front-end of the site and therefore not all plugins require clearing the cache, however there’s no good way for Comet Cache to know one from the other, so we take the safe approach and clear the cache. If we didn’t clear the cache and a plugin was activated that did affect the front-end, it might be interpreted as a bug to the site owner (the new plugin they just activated would seem to have no affect on the front-end until the cache was cleared).
It’s possible to disable the automatic clear/wipe routines; see Disabling Automatic Clear / Wipe Cache Routines. If you only wanted to disable those when activating/deactivating a plugin, you might write some additional code that checks which page the current request is coming from to see if a plugin is being activated/disabled.
I hope this helps!
Forum: Themes and Templates
In reply to: [Independent Publisher] Images on home page@xmanx1 Thanks so much for sharing your solution here. 🙂
Forum: Plugins
In reply to: [Comment Mail] Contribution to translation – codes@collapsing_os You can find those strings here (third one down):
Forum: Plugins
In reply to: [Comet Cache] shorter Cache Expiration Time for the homepage?@alain2 Thank you for the feedback. We’re still working out the best way forward for that feature and I’ll definitely take that feedback into account.
Forum: Plugins
In reply to: [Comet Cache] Broken Plugin Link under Theme/Plugin Developers@garrett-eclipse Thanks so much for letting me know. 🙂 I’ve updated that redirect to point to the correct URL, which is as follows:
https://github.com/websharks/comet-cache-pro/blob/dev/src/includes/templates/ac-plugin.txt
Forum: Plugins
In reply to: [Comet Cache] shorter Cache Expiration Time for the homepage?@alain2 That’s not currently a feature in Comet Cache, however we do have a feature request open for that feature. I recommend leaving a comment on that GitHub issue if you can to show your vote for this feature. 🙂
Forum: Plugins
In reply to: [Comet Cache] Separate caches for Mobile vs Desktop?@mountainguy2 Comet Cache does not have a ‘mobile mode’ at this time, however we have a feature request open and it’s currently high on our list of priorities for an upcoming release.
In the meantime, you could use the User-Agent Exclusion Patterns feature to exclude any mobile User-Agents from the cache, that way the mobile theme doesn’t get cached.
The other option is to have a deeper integration between the theme and Comet Cache by using Dynamic Version Salts. With that feature, you can tell Comet Cache to create a separate version of the cache whenever the mobile version of the theme is loaded. Some theme developers, such as the Weaver II Theme, have special integration with Comet Cache for this purpose.
Forum: Plugins
In reply to: [Comment Mail] Contribution to translation – codes@dzhome Thanks so much for contributing! 🙂
I do not know what the code %1$s stands for or %2$s. I simply copy and paste these codes.
The
%1$sand%2$sget dynamically replaced by the software. In the above example,%1$sgets replaced with the subscriber’s email address and%2$sgets replaced with the date the subscription was created.As far as getting context: The best way to do that is through looking at the source code and through using the software to better understand where the various strings are used.
Where can I get the information I need as a translator?
There’s lots and lots of information here: https://make.ww.wp.xz.cn/polyglots/handbook/
Forum: Plugins
In reply to: [Comet Cache] CometCache breaks GravityForms ReCaptcha@jsnd I have been unable to reproduce any problem using Comet Cache and Gravity Forms w/ reCAPTCHA together. It all works beautifully. See screenshots here: https://cloudup.com/c-k0vEmA-3A
@mlotorocks If you’ve deleted Comet Cache and the problem hasn’t gone away, then the problem isn’t with Comet Cache. It sounds to me like you might have a browser caching issue — I suggest clearing the cache for Firefox (try Firefox → Preferences → Advanced → Networks → Cached Web Content → Clear Now).
I just visited your site in Firefox (on a Mac) and I see the stylesheets loading fine.
Forum: Plugins
In reply to: [Comet Cache] Comet Cache has disappeared from menu@beniellis Haha. 🙂 Glad to hear it’s working now.