[TYPO3-mvc] Load extbase plugin with typoscript in TYPO3 6.0
Andreas Kiessling
andreas.kiessling at web.de
Wed Jan 23 09:45:18 CET 2013
Hi,
>
> --- quote ---
>
> page.10 = USER
> page.10 {
> userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run
> pluginName = MyPluginName
> extensionName = MyExtensionName
> }
>
> --- /quote --
>
Quick guess: the vendorName setting is missing. The autoloader for sure
needs that info.
So if you're still in the TYPO3 namespace, try to add this (or compare
it to what is now set in tt_content.list.20 for your plugin) :
vendorName = TYPO3
HTH,
Andreas
More information about the TYPO3-project-typo3v4mvc
mailing list