I have 2 issues that need help with please.
Thank you in advance for your support.
]]>Not sure what the cause is, possibly an AJAX issue, just reporting.
]]>Issue:
Visitors click the submit button, but the form does not process their entries. No errors appear in console logs, server logs, or Gravity Forms logs. Form submissions succeed when manually entering details, but fail when autofilled via URL parameters (e.g., [email protected]&fname=John). Happens on fresh WordPress installations with only Gravity Forms and a page builder installed. What I’ve Tried:
Additional Notes:
Additional Clues:
Issue occurs before submission is processed (even with simple confirmation messages instead of redirects). Form submissions don’t even register as clicks in Hotjar for Elementor and Formidable forms. The issue happens for almost all real visitors, not just specific ones. No 403/404 errors in server logs, but POST requests from real users don’t seem to reach the server.
How visitors access the form:
Possible Causes? JavaScript not executing properly for real visitors? AJAX requests getting blocked silently? ModSecurity filtering requests without logging errors? I’m out of ideas at this point—has anyone encountered anything similar or have suggestions for further debugging?
]]>and here: https://www.ads-software.com/support/topic/ajax-search-stops-working-due-to-caching/#post-18346826
The people at Ivory Search suggested: “Please contact the WP Super Cache plugin support below to know how to exclude is_ajax_nonce from the cache.”
Is this possible?
To be clear, I don’t want to exclude posts/pages from caching that use this ajax search, as I have the search bar set to appear in the sidebar of every post/page.
Thanks
]]>I see this topic here, with a solution related to ESI: https://www.ads-software.com/support/topic/ivory-search-stops-returning-results-after-a-few-days-of-cache-being-active/
But I don’t see an option for this within WP Supercache. Is Ivory Search incompatible with WP Supercache, or is there another solution I can use to fix this issue?
Better still is that it supports custom post types right out of the box which many plugins don’t without having to put some form of workaround in place. I have a large(ish) archive of posts from an old site that I can never really figure out how to share effectively and this plugin solves that problem for me.
]]>This issue started immediately after running the following code:
session_destroy();
clear_wordpress_cache();
wp_cache_flush();
$wpdb->query("DELETE FROM $wpdb->options WHERE option_name LIKE ('_transient_%')");
$wpdb->query("DELETE FROM $wpdb->options WHERE option_name LIKE ('_site_transient_%')");
flush_rewrite_rules();
clear_wordpress_cache();
Some actions return the following error response:
{
"code": "rest_cookie_invalid_nonce",
"message": "Cookie check failed",
"data": { "status": 403 }
}
What I’ve Tried So Far:
Checked Browser & Cleared Cookies
Disabled Security Plugins (Wordfence, iThemes Security, etc.)
Regenerated
.htaccess
by visiting Settings → Permalinks → Save Changes Verified File Permissions (
755
for folders, 644
for files) Checked if Cloudflare, ModSecurity, or Firewall is blocking requestsPossible Causes?
_transient_%
and _site_transient_%
entries from wp_options
may have removed security-related tokens used by WordPress and plugins.session_destroy();
might have cleared active session data, causing authentication failures.rest_cookie_invalid_nonce
errors.Questions:
Any insights or solutions would be greatly appreciated!
Thanks in advance for your help.
This version clearly outlines the problem, lists debugging attempts, and asks specific questions, making it more effective for getting help. Would you like me to adjust anything further?
{code: “rest_cookie_invalid_nonce”, message: “Cookie check failed”, data: {status: 403}}
code
:
“rest_cookie_invalid_nonce”
this is a multisite, we have couple of cache pluggin installed but active in respective projects only. i have nitropack ut deactivated it. Kindly help me with the solution.