aguko
Post count: 43
|
Are 99 times of “Multiple Items” of a Field set a limit?
Can’t I increase this?
Thanks.
|
traversal
Post count: 207
|
I don’t believe we have any specific limit set on it, so perhaps it’s a bug. We’ll check it out.
|
aguko
Post count: 43
|
>We’ll check it out.
Thank you!
Although I increased 115 times at first, when I saved the post, I was able to save them only to 99 times.
|
traversal
Post count: 207
|
Hey, I’ve looked into this now.
There’s no specific limit for this in MasterPress. I suspect it might be related to PHP configuration, in particular the “max_input_vars” configuration, which controls the maximum number of post variables allowed in a save. If you exceed that, data will be truncated off the end of the form submit, so you’d lose trailing items as you’ve described.
Have a look at:
http://stackoverflow.com/questions/9399315/how-to-increase-maximum-post-variable-in-php
Are you able to try this and let me know if it helps? Thanks!
|
aguko
Post count: 43
|
Thanks!
I change the value of “max_input_vars.”
|