Closed (fixed)
Project:
Lost & found issues
Component:
Documentation
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Sep 2012 at 18:42 UTC
Updated:
4 Jan 2014 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
andypost[22:46] chx: andypost: testing , make sure that the cache key is set to a directory so you can look at a generated php file
[22:46] chx: so, in twig.engine
[22:46] chx: 'cache' => DRUPAL_ROOT . '/compilation_cache',
[22:46] chx: 'cache' => FALSE,
[22:47] chx: remove the cache FALSE row
[22:47] chx: and then check the generated php in the compilation cache dir
[22:47] chx: that's how you can debug if there's a problem
Comment #2
andypostThis patch enables cache, so it possible to debug compiled taemplates
Comment #3
andypostNo reason to change
'cache' => FALSEComment #4
podarokworking for me
Comment #5
jenlamptonupdating title.
You *test* the template by putting it in the stark theme, and then flushing your site's caches. Then look at the source code.
Comment #6
podaroklooks like this is fixed
status + tagging