Project

General

Profile

Bug #70052

Updated by Markus Klein over 8 years ago


 If EXT:static_info_tables is not installed, and a record "tx_rtehtmlarea_acronym" is created, an exception is thrown: 

 <pre> 
 Uncaught TYPO3 Exception 
 #1439569743: Field static_lang_isocode of table tx_rtehtmlarea_acronym reference to foreign table static_languages, but this table is not defined in TCA 
 </pre> 

 TCA of this field has: 
 <pre> 
 'displayCond' => 'EXT:static_info_tables:LOADED:true', 
 </pre>

Back