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

Steffen Ritter info at rs-websystems.de
Wed Jul 13 16:08:03 CEST 2011


Am 13.07.2011 16:03, schrieb Stefan Franke:
> 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
>
>
>
>
Suhosin Hardening... just loosen your config


More information about the TYPO3-project-typo3v4mvc mailing list