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

jrglasgow’s picture

this 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

esllou’s picture

that 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 times

or something similar, when I click on Create Template. What is it that's different in these content types then?

jrglasgow’s picture

Yeah,
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.