Closed adamkiss closed 10 years ago
Can you clarify this sentence (just want to make sure I got the exact details right):
"move everything to trash [everything except and admin, unseru about 404"
Thanks, Ryan
Hi, of course I can:)
*note: I'm not sure about 404 I don't remeber after even seeing it after install.
Adam,
You mentioned that this appears as an issue in literally every CMS and framework. Do you think it's something to do with xdebug? I'm just trying to figure out whether this is a problem with ProcessWire that needs to be fixed, or if it's a side effect of xdebug?
Also on the line you mentioned "everything except and admin" -- I think a word is missing... everything except [what?] and admin? :)
Thanks, Ryan
*Edited original issue
Also, it might be xdebug issue – at least google thinks so, I just thought I'll post it here in case it happens to somebody without xdebug.
Old issue, but since it appears on Google here is a confirmation of Adam's suspicion http://processwire.com/talk/topic/339-urgent-matter-fatal-error-maximum-function-nesting-level-of-100-reached/
I am getting this same error when creating a template with a simple repeater. Error: Maximum function nesting level of '100' reached, aborting! (line 113 of WireData.php)
I can confirm that setting max_nesting_level to 200 in the index.php file fixes the issue. ini_set('xdebug.max_nesting_level', 200);
Adding xdebug.max_nesting_level = 200 on the last line of php.ini solved my problem.
How to recreate:
I find the wording of this particular error funny, though.