I’m running this
php_value max_input_nesting_level 128
php_value max_input_time 300
php_value max_input_vars 3000
php_value max_execution_time 300
php_value post_max_size 32M
php_value memory_limit 128M
In the htaccess file. i’ve also checked phpinfo and the settings are correct.
There is no errors in the logs regarding memory limits.
The standard fields of the page are saving changes e.g. Title/Content etc.
It is just the ACF fields that do not change.
Were do you want me to debug the issue?
_functions.php -> update_field or update_value ???
OK.
I’m also running the latest version (nightly) of ACF via github and i’ve added the htaccess entries
php_value max_input_nesting_level 128
php_value max_input_time 300
php_value max_input_vars 3000
php_value max_execution_time 300
php_value post_max_size 32M
Give this a go as well
I know this issue is marked as solved but I seem to be having a similar (maybe the same) problem and I thought I’d start here.
I have a page (used as home/front-page) with 2 repeater fields. Everything seemed to be working OK until I entered data into the fields of the second repeater. Now the values of the fields appear to be permanently saved to the database and I’m unable to add or edit any values at all. I can only update them directly in the database through phpMyAdmin (or the like). I’ve tried to implement the php.ini/php_value values and that didn’t solve the issue. The only one I wasn’t sure how to get working (and confirm it) was the max_input_vars.
FYI: Currently the site is running on MAMP
Any help is greatly appreciated and thanks in advance. Viva la ACF!
Thank you very much, after changing htaccess like this:
php_value max_input_nesting_level 128
php_value max_input_time 300
php_value max_input_vars 3000
php_value max_execution_time 300
php_value post_max_size 32M
it worked. It might be overkill, but I was not sure which one of these were at fault
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.