Pt
Forum Replies Created
-
Hi @jchambo,
you should be able to adjust your LiteSpeed Cache settings not to cache that particular resource. Here are some things you can try:- Go to (wp-admin) > Settings > LiteSpeed Cache > [4] Excludes. Then under Do Not Cache URIs add “/wp-admin/tools.php?page=redirection.php” on a new line.
- Further down the same page, look for Do Not Cache Roles and ensure the relevant user role(s) is ticked.
- Go to (wp-admin) > Settings > LiteSpeed Cache > [1] Cache Control Settings and turn off Cache Logged-in Users.
- Further down the same page, turn off Cache REST API.
Perhaps try them one at a time and see which one works for you. I feel like I have used more than one in the past and I’m not sure which one did the trick. 3/4 of those will obviously affect caching across the board, not just in Redirection, so keep that in mind. If you site had a lot of logged in non-admins, the third option might not be ideal. If it gets a lot of REST hits, you may not want to do the last one.
Forum: Plugins
In reply to: [The Events Calendar] Fatal Error after Upgrading to 6.11 when Editing a PageSame for me – Fatal error when trying to use any WordPress backend editor. Avada’s Front end editor seems happy, but doesn’t do everything I need. I too will roll it back and disable autoupdates for a day or so.
Avada 7.11.15 (With child theme)
Latest Events Calendar (Version bundled with Avada)
WordPress 6.7.2
VentraIP Hosting (LiteSpeed)
PHP 8.1.32Forum: Plugins
In reply to: [Beautiful taxonomy filters] Closed/Removed – Anything we need to know?Great! Thanks Jonathon.
Forum: Plugins
In reply to: [Beautiful taxonomy filters] Closed/Removed – Anything we need to know?WordFence have further info on the issue and have given it a CVSS of 7.5:
The Beautiful taxonomy filters plugin for WordPress is vulnerable to SQL Injection via the ‘selects[0][term]’ parameter in all versions up to, and including, 2.4.3 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Patched: No
https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/beautiful-taxonomy-filters/beautiful-taxonomy-filters-243-unauthenticated-sql-injection
Remediation: No known patch available. Please review the vulnerability’s details in depth and employ mitigations based on your organization’s risk tolerance. It may be best to uninstall the affected software and find a replacement.
Affected Version: <= 2.4.3Forum: Plugins
In reply to: [Search Exclude] Missing style dependency causing errors in wp-adminI am experiencing this too. I just downloaded a fresh copy of 2.1.7 from the WordPress plugin page and it is indeed missing a /css/ folder under /build/gutenberg/.
Thanks @wfpeter!
For the record, I had the same experience. Two completely unrelated, very low traffic sites (one obsolete dev site and one legacy client site) showing 1508 and 1319 respectively.
Forum: Plugins
In reply to: [Say What?] Line returns in WooCommerce emails.Ah, I wondered if that would be it. Damn – was hoping to avoid overriding templates.
Thanks Lee!
Forum: Plugins
In reply to: [Contact Form 7] Disable recaptcha on one or two forms onlyAnother option might be to use https://ww.wp.xz.cn/plugins/wpcf7-recaptcha/ and recaptcha V2. As far as I can tell, that still uses the old [recaptcha] shortcode to determine whether a given form should use recaptcha or not.
Note: you would need to use V2 for all forms where recaptcha is desired and switch to a V2 API.Forum: Plugins
In reply to: [Contact Form 7] Disable recaptcha on one or two forms onlyNo I haven’t yet, sorry. There’s always a higher priority. If your first form is simple enough, and you aren’t capturing the input, it may be simpler for it not to be a form at all?
Forum: Plugins
In reply to: [Contact Form 7] Disable recaptcha on one or two forms onlyThank you very much for the quick reply! Ok, I shall attempt to make use of that hook. If this thread is still open to replies when I get to it, I will post example code for others to refer to in the future.
Forum: Plugins
In reply to: [WP Store Locator] Google API Key is shown to publicGreat, thanks @farroyob!
Hopefully this saves him some support emails.
Forum: Plugins
In reply to: [WP Store Locator] Google API Key is shown to publicThanks @farroyob, I suspected that might be the case. It would be nice if Google’s automated check also checked if the key was a) just a browser key and b) restricted to the relevant domains before pestering me with notices.
Any further thoughts Tijmen?Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Is CF7 DTX still being developed?Thanks so much @tessawatkinsllc for taking on maintenance of CF7 DTX! I got quite a fright when WordFence notified me that it had been removed from the WordPress plugin directory (I assume this is a side effect of adding a contributor, or perhaps just a brief mistake?).
Glad to know an enthusiastic and experienced developer is on the case 🙂
Forum: Plugins
In reply to: [Meta pixel for WordPress] Receiving Uncaught TypeError: strlen()Me too, after upgrading PHP from 7.4.x to 8.1.x.
Forum: Plugins
In reply to: [Cart Notices for WooCommerce] Incorrect plugin title and slug once installedAh, never mind – My fault. I found an old function replacing “cart” with “order” in text strings. It wasn’t limited to a specific text domain or even just to the front end.
Thanks for the excellent plugin and quick reply 🙂
Pt.