Home › Forums › Add-ons › Repeater Field › Large Number of Fields Breaking Repeater? › Reply To: Large Number of Fields Breaking Repeater?
Aaaaaaand I answered my own question by digging a bit deeper into your forums. I found this thread: http://support.advancedcustomfields.com/forums/topic/repeater-field-values-disappearing/
And discovered that dropping the following into my htaccess file fixed it:
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
Though I haven’t tested on my live server, only localhost, but I think that my problem was the max_input_vars thing. Yay!
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.