[TYPO3-dev] xclass for t3lib_tcemain does not work
Popy
popy.dev at gmail.com
Fri Feb 12 12:17:43 CET 2010
2010/2/12 Peter Russ <peter.russ at 4many.net>
> --- Original Nachricht ---
> Absender: Sonja Scholz
> Datum: 12.02.2010 10:57:
>
> Hi,
>>
>> thank you for your answer.
>>
>> I have created a xclass ux_SC_mod_user_ws_index, which works well. And in
>> this xclass I instanciate TCEmain like this:
>>
>> $tce = t3lib_div::makeInstance('t3lib_TCEmain');
>> $tce->stripslashes_values = 0;
>> $tce->start(array(), $cmdArray);
>> $tce->process_cmdmap();
>>
>> My xclass for t3lib_TCEmain is registered in ext_localconf.php and is
>> shown correctly in the configuration module where I can see all xclasses:
>>
>> $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_tcemain.php'] =
>> t3lib_extMgm::extPath($_EXTKEY).'typo3_versions/'.TYPO3_version.'/class.ux_t3lib_tcemain.php';
>>
>>
>> I have just tried to do die() outside of my ux_t3lib_TCEmain class
>> definition in the xclass file, but nothing changed - so the file isn't
>> included...
>>
>
> Can you access http://your.host/`
> t3lib_extMgm::extPath($_EXTKEY).'typo3_versions/'.TYPO3_version.'/class.ux_t3lib_tcemain.php'`
> with your browser?
>
> Peter.
>
???
Peter, what are you smoking ? :D
Is your class.ux_t3lib_tcemain.php file included ? And what is the exact
name our the class ?
More information about the TYPO3-dev
mailing list