I don't know if this is a code problem, UI problem, or if I misunderstand what the module is supposed to do. The output indicates the template called is modules/system/html.tpl.php. While it's true that that template is called, there is also a page template being called and the UI does not indicate this.

My theme's template.php file has some code to add the page's path alias to the theme_hook_suggestions array. So, I can visit the www.mysite.com/about page and the page--about.tpl.php template is called. I can confirm this is working by adding some text to that page--about.tpl.php template. However, the output from the devel_themer module makes no mention of this template.

CommentFileSizeAuthor
#4 missing-page-tpl.patch482 byteskenneth.venken

Comments

wawaloo’s picture

Status: Active » Needs review

[edited] Forget what written in this post. Sorry!

Hi,

I had the same problem. I applied the patch from this other bug http://drupal.org/node/1074088 and the page.tpl.php started appearing.

Regards,

wawaloo’s picture

Status: Needs review » Active

I don't know if that bug has something to do with the cache, but it works immediately after caches are flushed. If I change the page or refresh the current one, it stops displaying page.tpl.php until the cache is cleared again.

Weird.

ttkaminski’s picture

I am experiencing the exact same problem. The page template only shows up after immediately clearing the cache, but not after I refresh the page. This bug is really annoying.

kenneth.venken’s picture

Status: Active » Needs review
StatusFileSize
new482 bytes

Attached patch should fix this issue

effulgentsia’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.