Jump to content

repeater error - Error: Maximum function nesting level of '100' reached, aborting!


Recommended Posts

Posted

I'm trying to use a repeater, following the guidelines at http://processwire.com/api/fieldtypes/repeaters/.

I installed the repeated module, created a repeater field, add three text fields to it, and then added the newly created repeater field to a template.

When I try to create a page based on the template containing the repeater field, I get the following error message.

Error: Maximum function nesting level of '100' reached, aborting! (line 114 of C:\wamp\www\process_edu\wire\core\Data.php) 

What am I doing wrong?

Posted

Thanks folks - disabling xdebug as suggested in the link solved the problem. My disabling was pretty crude - I remmed out the line in php.ini where xdebug was installed by putting an aposthrophe in front of it.

ie;

;zend_extension = "c:/wamp/bin/php/php5.4.3/zend_ext/php_xdebug-2.2.0-5.4-vc9.dll"

Not sure what I'll do now when i want to do some step through debugging though.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...