Mando Statti
Mando Statti

Reputation: 213

TYPO3 DCE Section Element

I build a DCE content element where users can add new products for different categories. So I use sections as follow:

Section

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

Answers (2)

captainkidd
captainkidd

Reputation: 16

go to the php settings, then to max_input_vars and increase the limit/number to 2000. It will work!

Upvotes: 0

Christian Kuhn
Christian Kuhn

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

Related Questions