Home › Forums › Backend Issues (wp-admin) › ACF values not showing in backend › Reply To: ACF values not showing in backend
Hey @eddr,
Do you have a lot of fields? Before I had the problem with the same field names, my problem was that the max_input_vars
setting in php was set too low (default is 1000 I believe).
Maybe you can check your php log and see if it gives you any errors about that? And if it does put something like php_value max_input_vars 3000
in your .htaccess file, or edit (if you can) your php.ini file.
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.