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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -