eitanc
Forum Replies Created
-
What do you say?
I see for each such failed delivery, in the event log, there is a “resend” button, to do a manual retry, but I don’t see such “engine” setting to retry later automaticallyOK, thanks.
Thank you!
Thank you!
I would first like to understand why I must use this directive, next why is the white page when initiating the backup and eventually how to fix the public URL with the cron
- This reply was modified 5 years, 10 months ago by Jan Dembowski.
Also adding an issue that ALTERNATE_WP_CRON adds a user visible URL parameter of “?doing_wp_cron=<number>.<number>” how can we get read of this?!
About this issue
https://wordpress.stackexchange.com/questions/12777/why-is-doing-wp-cron-being-appended-to-my-urlsCan something here help and not harm Backwpup?
https://www.thewayoftheweb.net/solve-wp-cron-job-errors-caused-by-wordpress-hosting/- This reply was modified 5 years, 11 months ago by eitanc.
Forum: Plugins
In reply to: [SiteAlert (Formerly WP Health)] wp_version_checkAh, my bad, it was from WordPress built-in “Tools > Site Health”, but anyway now it is gone for some reason… sorry to bother.
Forum: Plugins
In reply to: [Restricted Site Access] Change also the site’s titleI meant as part of the plugin settings. If we temp change the site access, it is logical to match the title. I know I can do this from the wp settings, but the idea is to have a “bundle” of actions in the plugin. thanks.
Will do, thanks!
It was 5.4 and now I changed it to 7.1, the highest version possible by my hosting company
Hi Justin, thanks for the offer, but I do prefer for the V sign to remain, but only aligned to the left. Is this planned to be fixed/enhanced?
Forum: Plugins
In reply to: [Geo Controller] Enhancement request – redirect also based on requested URLIt is possible but less desired. REGEX is not friendly nor easy. It is for very specific needs. Wildcard is efficient and can cover the most common scenarios.
Got it, thanks.
OK, this did the trick.
So, I ask you to please:
1. Enhance the admin bar option to also include a browser/CF cache purge menu item. I think it will help a lot.
2. Explain better the differences between the page and the browser cache features
3. In the cache settings – that the “File Change Detection” will also have a parallel option so post and pages content change (the text stored in the WP DB) will also trigger a purge of the local and CF cache. This will be a great automation benefit!
4. Security – to setup the CF API you ask for the global API token of CF, which is the “strongest” API token they have for an account. I found a CF cache purge extension for Chrome, that claim to enable the purge of all CF cache using only a custom permissions API token. I think you should change your plugin to limit the risk by changing the token you ask for to be such a custom token.
See at
https://chrome.google.com/webstore/detail/cloudflare-purge-plugin/nbpecchpcfacahhekolpaofpmogkmmok?hl=en
https://www.cf-purge.com/token-setup.htmlThanks!!!
Thanks.
Also please take example from this plugin – https://wordpress.org/plugins/post-smtp/
It has an option to export, from the wp gui, the config as text (as base64, I think) and then imported back.This will greatly help to backup and restore the config and also duplicate it between installations, saving lots of time.
Of course, make sure this process is secure, so you won’t enable to import back malicious or damaging code.
Thanks!