magento Not valid template file /page/1column.phtml
Magento block template file not loaded
I'm trying to do something very basic: edit a small part of the category product pager template. I copied
pager.phtml
from .../base/default/template/page/html/
into my own theme's template/page/html
folder and changed what I needed changed in the new file. Unfortunately, nothing is changed on the frontend.
I've tried enabling "Template Path Hints" and it definitely shows my custom template being loaded. When I blank out my theme's
pager.phtml
, all the content stays (as if its still loading the default template). When I edit the default template, still nothing changes! Ah ha! It must be cached...
But I've got the caches disabled (its a development site) and tried refreshing them all anyway. Nothing changes. I've edited many a template on this site and they've all worked as expected, its only
pager.phtml
that is giving me trouble.
If anyone could point me in the right direction or even toss a few more debugging ideas my way, that would be great. Thanks in advance.
Answers
No comments:
Post a Comment