Home › Forums › Backend Issues (wp-admin) › ACFs will not save. › Reply To: ACFs will not save.
Elliot,
This is overdue but I found an issue to this problem.
It comes from the max_input_var
located in the php.ini file.
I’m using PHP v 5.4.4 which required adding the following line to the php.ini file to support saving fields that exceed the default limit. I’m not sure what the default is but here’s what I’m using now.
max_input_var = 100000
Source: http://stackoverflow.com/questions/10303714/php-max-input-vars
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.