Home › Forums › Backend Issues (wp-admin) › Can't add more fields! › Reply To: Can't add more fields!
I think i solved the problem by increasing PHP limit. You have to add to your .htaccess file this piece of code and everything will run smooth:
<IfModule mod_php5.c>
php_value suhosin.simulation 1
php_value suhosin.post.max_vars 6000
php_value suhosin.get.max_vars 6000
php_value suhosin.request.max_vars 6000
</IfModule>
🙂
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.