Home › Forums › Bug Reports › Fields Not Saving W/ Update › Reply To: Fields Not Saving W/ Update
Hi @thestart,
Thanks for the post.
It is possible that your server is terminating the save process before ACF can finish the field’s save process.
Please increase your max_vars setting by making the following changes to your php.ini file:
max_input_vars = 3000
suhosin.get.max_vars = 3000
suhosin.post.max_vars = 3000
suhosin.request.max_vars = 3000
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.