[TYPO3-german] tca.php wird nicht gelesen

Ralf Heydenreich rheydenr at justmail.de
Mon Jul 9 01:05:05 CEST 2012


Hallo zusammen,
ich verwende die Extensions cal und wec_map. Im tca.php von cal steht sowas:

/* If wec_map is present, define the address fields */
if(t3lib_extMgm::isLoaded('wec_map')) {
	
	$TCA['tx_cal_location']['ctrl']['EXT']['wec_map'] = array (
		'isMappable' => 1,

... usw.

Ich habe in der localconf die Extension wec_map vor cal geladen, und
t3lib_extMgm::isLoaded('wec_map') liefert mir im Debugger auch 'true'
(wenn ich das als Expression auswerte). Allerdings steht im TCA trotzdem
kein Schlüssel ['tx_cal_location']['ctrl']['EXT']. Also muß ich doch
davon ausgehen, daß die ganze Datei nicht geladen wird. Im
ext_tables.php der cal-Extension steht aber auch 		

'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tca.php',

weswegen ich davon ausgehe, daß das File zumindest irgendwie
referenziert wird. Wäre cool, wenn hier jemand 'ne Idee hätte...

Viele Grüße,
Ralf.


More information about the TYPO3-german mailing list