Project

General

Profile

Actions

Bug #17937

closed

Cannot create more than 9 related records in IRRE

Added by Mischa over 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2007-12-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

On my new extension, IRRE shows a strange behaviour:

I can only create up to 9 related items in the sub-sub-relation.

Example:

Table.
IRRE Element A
IRRE Subelement 1
IRRE Subelement 2
IRRE Subelement 3
IRRE Subelement 4
IRRE Subelement 5
IRRE Subelement 6
IRRE Element B
IRRE Subelement 7
IRRE Subelement 8
IRRE Subelement 9

No more IRRE Subelements are possible. If I delete one of them, I can create
a new one.

My TCA:

for "Table":

"tx_powermail_fieldsets" => Array(
"label" =>
"LLL:EXT:powermail/locallang_db.xml:tx_powermail_forms.fieldsets",
"config" => Array (
"type" => "inline",
"foreign_table" => "tx_powermail_fieldsets",
"foreign_field" => "form",
'foreign_sortby' => 'sorting',
'foreign_label' => 'title',
'maxitems' => 1000,
'appearance' => Array(
'collapseAll' => 1,
'expandSingle' => 1,
'useSortable' => 1,
'newRecordLinkAddTitle' => 1,
'newRecordLinkPosition' => 'both',
),
)
),

for IRRE Element A:

"fields" => Array(
"label" =>
"LLL:EXT:powermail/locallang_db.xml:tx_powermail_fieldsets.fields",
"config" => Array (
"type" => "inline",
"foreign_table" => "tx_powermail_fields",
"foreign_field" => "fieldset",
"maxitems" => 1000,
'appearance' => Array(
'collapseAll' => 1,
'expandSingle' => 1,
'useSortable' => 1,
'newRecordLinkAddTitle' => 1,
'newRecordLinkPosition' => 'both',
),
)
)

Any suggestions?

(issue imported from #M7003)


Files

T3X_powermail-0_1_0-z-200712181321.t3x (74.4 KB) T3X_powermail-0_1_0-z-200712181321.t3x Administrator Admin, 2007-12-18 13:20
ext_tables.sql (2.33 KB) ext_tables.sql Administrator Admin, 2007-12-18 22:23
T3X_powermail-0_1_0-z-200712191051.t3x (78.6 KB) T3X_powermail-0_1_0-z-200712191051.t3x Administrator Admin, 2007-12-19 10:51

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #16945: Hardened-PHP / Suhosin / suhosin.executor.max_depth / ALERT - maximum execution depth reachedClosedIngo Renner2007-02-06

Actions
Related to TYPO3 Core - Bug #19885: Adding more then x IRRE child-records causes system logoutClosedChristian Kuhn2009-01-22

Actions
Actions

Also available in: Atom PDF