NO USER_INT objects in TypoScript supported!!!!
Classes in userFuncs must not have the same name as the called functionProblem: The userfunction will be called twice, once with parameters such as $conf-Array and once without.Why? Since this example class lacks an init-function, on makeinstance the function having the same name as the class gets calledSolution:- Use different names for class and function(s)- Define an empty init() in the class.
The following classes are extended by this extension:
class.ux_t3lib_tceforms.phphelpTextIcon()getMainFields()
class.ux_t3lib_tcemain.phpstart()
class.ux_t3lib_transferdata.phpfetchRecord()
ux_view_help.phpinit()
class.ux_t3lib_tceforms_inline.phpparseStructureString()
class.tx_tv_rendering.php (only used if “advanced BE view” is enabled with TemplaVoila)renderPreviewContent_preProcess()
class.ux_tx_cms_layout.php (only used if “advanced BE view” is enabled)tt_content_drawHeader()
.. so if you have problems with this extension make sure no other extension extends the same classes/functions.