Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.7. Known problems

  1. NO USER_INT objects in TypoScript supported!!!!

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

  1. class.ux_t3lib_tceforms.phphelpTextIcon()getMainFields()

  2. class.ux_t3lib_tcemain.phpstart()

  3. class.ux_t3lib_transferdata.phpfetchRecord()

  4. ux_view_help.phpinit()

  5. class.ux_t3lib_tceforms_inline.phpparseStructureString()

  6. class.tx_tv_rendering.php (only used if “advanced BE view” is enabled with TemplaVoila)renderPreviewContent_preProcess()

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