Active
Project:
Content Templates (Contemplate)
Version:
7.x-1.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2012 at 13:22 UTC
Updated:
14 Apr 2016 at 02:21 UTC
Jump to comment: Most recent
Comments
Comment #1
fringedgentian commentedComment #2
fnapo commentedSame to me when I try to modify a content template :-(
How did you solved? (did you solved?)
Comment #3
squinternata commentedsame to me :(
Comment #4
fnapo commentedIt seems to be a recursive variable problem from CCK.
I (temporary) solved by changing contemplate/contemplate.module ~ line 709:
from
if ($depth >= variable_get('contemplate_max_recursion_depth', 10)) {to
if ($depth >= variable_get('contemplate_max_recursion_depth', 1)) {I strongly reccommend using the tpl way to modify the design; you can put a
node--contentype.tpl.php in the theme tpl directory and modify directly the file.
<3
Comment #4.0
fnapo commentedthere is no delete
Comment #5
mactoph commentedAnother way to temporarily get around the issue is to go to /admin/config/contemplate and set "Max recursion depth" to 0.