wilsea Posted January 7, 2014 Posted January 7, 2014 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?
wilsea Posted January 7, 2014 Author Posted January 7, 2014 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now