Project

General

Profile

Actions

Bug #36636

closed

Cannot add more than 47 <section> elements

Added by Einar Gislason about 12 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2012-04-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.4 (Backend)
  • Is Regression set to No
Actions #2

Updated by Susanne Moog almost 9 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #3

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #4

Updated by Riccardo De Contardi over 8 years ago

could it be maybe an exhausted memory problem?

Actions #5

Updated by Mathias Schreiber over 8 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)

Actions

Also available in: Atom PDF