Project

General

Profile

Actions

Bug #24021

closed

Fatal error inside buildRepresentationForNode()

Added by Georg Ringer over 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-11
Due date:
% Done:

0%

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

Description

I just tested the new tcatree and got a fatal error.

my test-configuration inside my own extension:
-----------
'pages' => array (
'exclude' => 0,
'label' => 'LLL:EXT:banner/locallang_db.xml:tx_banner_domain_model_banner.pages',
'config' => array (
'type' => 'select',
'foreign_table' => 'pages',
'foreign_table_where' => 'ORDER BY pages.uid',
'size' => 5,
'minitems' => 0,
'maxitems' => 20,
'renderMode' => 'tree',
'treeConfig' => array(
'parentField' => 'pid',
'appearance' => array(
'expandAll' => TRUE,
'showHeader' => TRUE,
)
)
)
),
------------

error: #1: PHP Catchable Fatal Error: Argument 2 passed to t3lib_iconWorks::mapRecordTypeToSpriteIconClass(

(issue imported from #M16353)


Files

error-tcatree.patch (784 Bytes) error-tcatree.patch Administrator Admin, 2010-11-11 19:08

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #24012: TCA tree and deleted recordsClosedSteffen Ritter2010-11-10

Actions
Actions #1

Updated by Susanne Moog about 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF