|
Verfasst am: 03. 08. 2012 [23:44]
|
|
brigitte
Dabei seit: 12.12.2005
Beiträge: 68
|
Hallo!
*.log schreibt folgendes:
03-08-12 22:46: Usage of $ICON_TYPES is deprecated since 4.4.
The extTables.php entry $ICON_TYPES['fe_users'] = '../typo3/gfx/i/modules_fe_users.gif'; should be replaced with
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-fe_users', '../typo3/gfx/i/modules_fe_users.gif');
instead.
03-08-12 22:46: Usage of $ICON_TYPES is deprecated since 4.4.
The extTables.php entry $ICON_TYPES['shop'] = '../typo3/gfx/i/modules_shop.gif'; should be replaced with
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-shop', '../typo3/gfx/i/modules_shop.gif');
instead.
03-08-12 22:46: Usage of $ICON_TYPES is deprecated since 4.4.
The extTables.php entry $ICON_TYPES['board'] = '../typo3/gfx/i/modules_board.gif'; should be replaced with
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-board', '../typo3/gfx/i/modules_board.gif');
instead.
03-08-12 22:46: Usage of $ICON_TYPES is deprecated since 4.4.
The extTables.php entry $ICON_TYPES['approve'] = '../typo3/gfx/i/modules_approvals.gif'; should be replaced with
t3lib_SpriteManager::addTcaTypeIcon('pages', 'contains-approve', '../typo3/gfx/i/modules_approvals.gif');
instead.
auf der Suche fand ich Einträge wo z.B. statt ['fe_users'] ['tt_news'] steht.
wird beschrieben, dass es mit tt_news etwas hat.
mich verwirtt, ich habe kein pluglin ['fe_users'] ['shop'] ['board'] oder ['approve'] installiert.
woher können diese fehler generiert werden?
TYPO3 Ver. 4.5.11, manuelle installation
|