Reputation: 213
I build a DCE content element where users can add new products for different categories. So I use sections as follow:
Problem is that I can add only up to 34 new elements. After that I can create new elements but TYPO3 is not saving that. So it is not possible to add new products Are there any limitations or something else? Or had someone the same problem?
Thank you Mando
Upvotes: 0
Views: 631
Reputation: 16
go to the php settings, then to max_input_vars and increase the limit/number to 2000. It will work!
Upvotes: 0
Reputation: 1003
Usually, there is no limit on the number of flex section container elements. Have a look at your webserver logs, maybe some POST values are dropped, and try to increase the size of the underlying DB field, maybe thats cut off.
Upvotes: 2