[TYPO3-mvc] widget.paginate: Maximum function nesting

Stefan Franke stefan.franke at gmx.co.uk
Wed Jul 13 16:03:53 CEST 2011


Hi all,
I am trying to incorporate the widget.paginate into my template, but always get the following error message:

Fatal error: Maximum function nesting level of '100' reached, aborting! in /srv/typo3-sources/typo3_src-4.5.2/typo3/sysext/fluid/Classes/Core/ViewHelper/Arguments.php on line 5275

Without the paginator, my list works just fine. Here is a snippet of the code:

<f:widget.paginate objects="{articles}" as="paginatedBlogs" configuration="{itemsPerPage: 5}">
	<f:for each="{paginatedBlogs}" as="article">
		[...]
	</f:for>
</f:widget.paginate>

Any ideas why this doesn't work?

Thanks in advance,
Stefan




-- 
NEU: FreePhone - kostenlos mobil telefonieren!			
Jetzt informieren: http://www.gmx.net/de/go/freephone


More information about the TYPO3-project-typo3v4mvc mailing list