[TYPO3-mvc] FLUID cannot find my widget
Domi
djgarms at gmail.com
Mon Apr 22 08:52:40 CEST 2013
On 04/21/2013 05:52 AM, Sy Moen wrote:
> Uh... stupid mistake, used the <f: FLUID namespace instead of the <fi:
> extension namespace, however I still get an error saying the class was
> not loaded:
>
>>> Could not analyse
>>> class:Tx_Flickrimages_ViewHelpers_Widget_FlickrPaginateViewHelper
>>> maybe not loaded or no autoloader?
Seems that you mix up >= 6.x namespace class naming with < 6.x
Tx_Flickrimages(...). You have to be careful with the names, because
your approuch should work directly if you rename all classes and
namespaces correctly. I overwrite in one of my extension the paginate vh
myself and it worked without trouble
Regards,
Dominic
More information about the TYPO3-project-typo3v4mvc
mailing list