[TYPO3-dev] processDatamapClass issue

Steffen Kamper steffen at sk-typo3.de
Thu Jun 19 14:09:06 CEST 2008


"Dmitry Dulepov [typo3]" <dmitry at typo3.org> schrieb im Newsbeitrag 
news:mailman.1.1213876367.710.typo3-dev at lists.netfielders.de...
> Steffen Kamper wrote:
>> IIRC you should only use the classname
>>
>> $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] 
>> = 'tx_wkleague_ttnewsPid';
>
> Not the case... It accepts full EXT-like path.
>
> Probably config cache was not cleared.
>
> -- 
but it looks for the classname (not the file), so classname is expected
$hookObjectsArr[] = &t3lib_div::getUserObj($classRef);

later there is the call:
if (method_exists($hookObj, 'processDatamap_preProcessFieldArray')) {
     $hookObj->processDatamap_preProcessFieldArray($incomingFieldArray, 
$table, $id, $this);
}

vg Steffen 






More information about the TYPO3-dev mailing list