Project

General

Profile

Actions

Bug #25168

closed

$GLOBALS['TCA'][tablename] breaks backend

Added by Christian Tauscher over 13 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-02-24
Due date:
% Done:

0%

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

Description

If via extTables.php a TCA value of some Extention is changed, the whole TCA of this EXT is broken.

Example:
$GLOBALS['TCA']['tt_news']['columns']['image']['config']['allowed'] = 'gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai';

and all Records of tt_news will be "No title" in list Module. The record itself cannot be edited anymore.
Tested with tt_news and some other EXT. All same bad behaviour.

now it becomes even more strange:
$GLOBALS['TCA']['tt_content']['columns']['image']['config']['allowed'] = 'gif,jpg,jpeg,tif,tiff,bmp,pcx,tga,png,pdf,ai';

does not break the TCA.
Only EXT are affected.

This happens with T3 V4.5.0 and V4.5.1,

T3 V4.4.4 works fine as expected. No Problem there.
(issue imported from #M17754)


Files

extTablesUsage.jpg (143 KB) extTablesUsage.jpg Administrator Admin, 2011-02-26 20:39
17754.patch (1.45 KB) 17754.patch Administrator Admin, 2011-02-27 15:12
17754_v2.patch (1.89 KB) 17754_v2.patch Administrator Admin, 2011-02-27 15:14
17754_v3.patch (1.88 KB) 17754_v3.patch Administrator Admin, 2011-02-28 00:14
Actions

Also available in: Atom PDF