Search code examples
typo3sections

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


Solution

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