I have 10 content types but I can't edit (or create) the template for any of them. I get the dreaded white screen of death on /admin/content/templates/*, even with php error reporting on.
Memory limit is 35M, and absolutely all other admin pages works perfectly.
Comments
Comment #1
Valeratal commentedIhave this problem too
Memory limit is 250M
Comment #2
jrglasgow commentedthe problem might not be memory... What does your php error log say?
Comment #3
perandre commentedI don't have access to the error log at the moment. Do you, Valeratal?
Comment #4
jrglasgow commentedAnytime you have a White Screen of Death it does not necessarily signify that you have a memory issue, it just mean that you have a PHP Fatal Error. Even though you both have the WSOD it doesn't mean that you both have the same error.
Comment #5
perandre commentedMy provider told me it's not a memory issue. Could it be a combination of modules?
Comment #6
jrglasgow commentedDid your provider tell you what the error log said?
It could be a combination of modules. I.E. one module calling a function of another module and one of the modules not giving the correct variables in the call.
A couple of suggestions...
Because when you goto the template edit page the module loads the module and tries to let all other modules modify the node before you get the opportunity to view the variables to put into your template. Any one of these modules that implements hook_nodeapi() could be causing the problem.
Comment #7
Valeratal commentedI not found any errors in php-log
I try to find
Comment #8
perandre commentedI finally found the answer (in my case): Contemplate is in conflict with the ajax comments module.
Could be a bug in contemplate:
http://drupal.org/node/381722
Comment #9
dgtlmoon commentedJust tested with current ajax_comments 6.x-1.x dev and contemplate 6.x-1.x dev and found no such problem