Closed (fixed)
Project:
Panels
Version:
6.x-3.0-beta2
Component:
Panel nodes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2008 at 14:59 UTC
Updated:
27 Jul 2009 at 20:00 UTC
I was trying out the panel nodes module. After I defined everything, and wanted to view the node, I got the following error:
Fatal error: Maximum function nesting level of '100' reached, aborting! in /home/bruno/workspace/dev.indymedia.be/trunk/modules/node/node.module on line 275
- I used the flexible lay-out
- I used a mini-panel
(the error also popped up when using eg. the single column lay-out and without the mini-panel)
Comments
Comment #1
sdboyer commentedYeah, this is a known issue, although it's not actually in the KNOWN_ISSUES.txt file, afaik. I do have a standing issue somewhere about resolving endless recursing loops.
Basically, this occurs when you've put some content into a panel that results in it calling itself...most frequently due to the way that mini-panels are structured (since they're the only thing that currently embeds a display within a display). Given that this is a bit of a chunky problem to solve permanently and I have NOOO time right now, my suggestion would be that you go in and see if you can isolate the pane that's causing the infinite recursion and access that content in some other kind of way.
Comment #2
Jazz88 commentedI got the same error using mini panels when I tried to insert a minipanel within a minipanel :(
My exception however was raising in the /includes/database.inc file.
I had to rename my panels folder to "_panels" to see my site again. I will try with different version and
layoff the panels within panels feature.
Comment #3
merlinofchaos commentedI have this fixed for panel nodes, but not for mini panels. The same technique should apply, I think.
Comment #4
merlinofchaos commentedI just put in recursion defense for mini panels as well.