[TYPO3-core] RFC: Feature #15988: Refactor TCA definitions of table pages
Oliver Hader
oliver at typo3.org
Fri Oct 15 14:50:06 CEST 2010
FYI: Committed to SVN Trunk (rev. 9072)
olly
Am 15.10.10 14:10, schrieb Oliver Hader:
> Hi Steffen,
>
> Am 15.10.10 13:00, schrieb Steffen Kamper:
>> Hi Olly,
>>
>> there is a problem as the columns array is null when extensions add
>> columns.
>> This is the case with realurl
>> Fatal error: Unsupported operand types in
>> C:\xampp\htdocs\intro45\typo3conf\ext\realurl\ext_tables.php on line 50
>>
>> as there is
>> $TCA['pages']['columns'] += array( ...
>> (btw realurl should use the API)
>
> Thanks for your review. Indeed realurl should load the columns by
> calling t3lib_div::loadTCA('pages'). However, since the
> dynamicConfigFile was not present until now, it's just the regular case
> for the table pages.
>
> I've added that loadTCA() call after the part where the pages table got
> initialized.
>
> olly
--
Oliver Hader
TYPO3 v4 Core Team Leader
More information about the TYPO3-team-core
mailing list