Bug #36636
closedCannot add more than 47 <section> elements
0%
Description
Hi guys
Was told to report this here instead of the bugtracker for Templavoila (http://bugs.typo3.org/view.php?id=18515):
"There seems to be a limit of 47 elements when adding sections in a flexible content element.
When trying to add element no. 48 I get this message:
Validating the security token of this form has failed. Please reload the form and submit it again.
Here is how the tx_templavoila_flex field looks like:
<T3FlexForms>
<data>
<sheet index="sDEF">
<language index="lDEF">
<field index="field_section">
<el index="el">
<section index="1">
<itemType index="field_container">
<el>
<field index="field_title">
.....
<section index="47">
<itemType index="field_container">
.....
</language>
</sheet>
</data>
</T3FlexForms>"
I have tried multiple times with different content inside the element, so I doubt it has something to do with the filesize. Again, it always stops at 47 which is really wierd. Maybe I'm overlooking something really really simple but I can't figure this one out...
Please take a look and see if you can reproduce the problem. The ds.xml is attached to the mantis ticket.
Kind regards,
Einar
Updated by Mathias Schreiber over 9 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Susanne Moog about 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack almost 9 years ago
- Target version changed from 7.5 to 7 LTS
Updated by Riccardo De Contardi almost 9 years ago
could it be maybe an exhausted memory problem?
Updated by Mathias Schreiber almost 9 years ago
- Status changed from New to Closed
I am pretty sure this is limited to the size of the field where you try to store values into.
Try setting it to longblob (I can save 120 sections here, so no technical limit)