[TYPO3-mvc] Bug in registering extBase BE modules
Marc Bastian Heinrichs
typo3 at mbh-web.de
Tue Feb 23 16:49:09 CET 2010
Hi,
yesterday I wrote into the thread "Possible bug in registering extBase
BE modules - either in extbase or typo3" about the problem using
$TBE_MODULES['_dispatcher'] as array in extbase.
After installing extbase_kickstarter today I see in my syslog that I've
the same massive error. This extension registers an BE module by using
$TBE_MODULES['tools_ExtbaseKickstarterKickstarter'] as array for its
config. Why extbase doesn't respect the standard, that $TBE_MODULES is
an array of mapping main modules to a commaseparated list of
submodule-names?
This can not be fixed by adding a simple line
"unset($modulesArray['_dispatcher']);" to t3lib_loadModules::load, but
have to be changed in the design extbase handles its BE modules.
kind regards,
Marc Bastian Heinrichs
More information about the TYPO3-project-typo3v4mvc
mailing list