Home › Forums › General Issues › Fields do not load properly › Reply To: Fields do not load properly
Hi @maresj
It is possible you have hit the php variable limits.
Try adding this settings to your php config files.
max_execution_time = 90 ; Maximum execution
max_input_time = 60 ; Maximum amount of time
memory_limit = 512M ; Maximum amount of memory
max_input_vars = 2000
suhosin.post.max_vars = 5000
suhosin.request.max_vars = 500
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.