[TYPO3-mvc] [SOLVED] Re: Extbase 1.3.0 and scheduler
Marc Bastian Heinrichs
typo3 at mbh-web.de
Mon Feb 14 12:36:34 CET 2011
Hey,
> Fatal error: Class 'Tx_my_ext_Controller_ExportTaskController' not found in
> typo3_src/t3lib/class.t3lib_div.php on line 5277
>
> That's makes me wonder: Why is the class name expected to be
> "Tx_my_ext_Controller_ExportTaskController" and not
> "Tx_MyExt_Controller_ExportTaskController" like it used to be in the
> previous versions of Extbase? So first of all the class name is constructed
> correctly.
In Tx_Extbase_Utility_Extension::configurePlugin and ::registerPlugin
it's okay to use the ext_key as extension name, but internal the
UpperCamelCase spelling is used. So you should use the UpperCamelCase
everywhere the extension name is required.
This should solve also your settings and repositiory problems.
Best
Marc Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list