Home › Forums › Backend Issues (wp-admin) › ACF unable to perform validation due to an invalid security nonce? › Reply To: ACF unable to perform validation due to an invalid security nonce?
The likely underlying cause is that the nonce is getting truncated when the number of fields or parameters exceeds PHP’s max_input_vars
setting.
My guess is that @clicknathan’s fix works for those close to exceeding the limit, as disabling the metabox provides some needed leeway in the total number of input variables.
For us, the fix seems to be increasing the site’s or server’s max_input_vars
setting to 10,000, depending on the environment.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.