[TYPO3-dev] xclass for t3lib_tcemain does not work

Peter Russ peter.russ at 4many.net
Fri Feb 12 11:15:24 CET 2010


--- 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.

-- 
loans that change lives http://www.kiva.org

_____________________________
uon GbR
http://www.uon.li
http://www.xing.com/profile/Peter_Russ




More information about the TYPO3-dev mailing list