ACF plugin - Wordpress: Not saving sets of sub fields in a repeater when I have several sets (about >150) -



ACF plugin - Wordpress: Not saving sets of sub fields in a repeater when I have several sets (about >150) -

i have wordpress site , i'm using acf plugin. in 1 of posts have repeater field lot of sets of sub fields. have problem when have lot of these sets (about 150) in post , seek update post adding more sets. times post remains equals, without new sets. , times sets (not new ones) removed post , new sets not saved.

i've made changes on server through php.ini, problem still remains:

max_input_vars = 3000 max_input_nesting_level = 128 max_input_time = 300 max_execution_time = 150 post_max_size = 32m

any thought on how prepare it?

thanks.

i fixed it.

i had php.ini in root folder. moved wp-admin folder , works. if php.ini in root folder, changes in php.ini aren't applied wordpress back-end.

wordpress acf

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -