Bug #78992
Updated by Alexander Opitz almost 8 years ago
In 7.6 LTS I get > Notice: Undefined index: typeicon_classes in /vagrant/webapp/htdocs/public/typo3_src/typo3/sysext/core/Classes/Imaging/IconFactory.php on line $GLOBALS['TCA'][$table]['ctrl']['typeicon_classes'] IMHO not needed to be set in TCA so shoud be checked Notice: Undefined index: nav_hide in /vagrant/webapp/htdocs/public/typo3_src/typo3/sysext/core/Classes/Imaging/IconFactory.php on line 266 Notice: Undefined index: enablecolumns in /vagrant/webapp/htdocs/public/typo3_src/typo3/sysext/core/Classes/Imaging/IconFactory.php on line 269 nav_hide do not need to be inside a record and in TCA enablecolumns do not need to be defined. So we should check.