Active
Project:
Content Templates (Contemplate)
Version:
5.x-2.01
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 May 2008 at 17:13 UTC
Updated:
19 May 2008 at 01:36 UTC
title explains problem. I have about 12 content types and I'm getting this problem only on 3 of the content types and I can't work out what the common factor is. All of them are "new" content types (so nothing core like page, story, blog, forum, etc) but then, I have a content type which is new, has a totally custom name ("tv show") and is working fine. I'm using auto nodetitles on two of those I get a blank screen for...but not the third AND I also use auto nodetitles for another content type that I have no problems with.
Anyone else seen anything like this?
Comments
Comment #1
jrglasgow commentedthis sounds similar to issue #230885: CCK activates triggers Fatal error which was 6.x, I just ported the fix we came up with to 5.x, give it a try, it is release 5.x-2.02
Comment #2
esllou commentedthat seems to have solved it. For the ones I couldn't access before, I'm seeing:
While traversing node variables your recursion limit of 10 was hit 12 timesor something similar, when I click on Create Template. What is it that's different in these content types then?
Comment #3
jrglasgow commentedYeah,
In the new release, instead of reaching the memory limit of PHP and making the browser go blank(or give PHP memory limit error depending on settings) it lets you, the user, know that it reached the max_recursion_depth limit and continues from there. Basically it stops the problem from getting out of hand, and lets you continue from there. This problem only occurs when you are in the create contemplate page.