I was adding a block region to my theme. I wanted to clear the cache and after clearing it from performance > clear cache; my updates to the page.tpl are not working. The file seems to be updated on the server, but it's displaying a different, very old, version. Any help would be greatly appriciated.

Thanks.

Comments

devenderdagar’s picture

try to run cron as well :)

idealform01’s picture

just ran it, still can't update the page.tpl :?

idealform01’s picture

i don't have any caching on or any errors in the log, this is so odd...

cog.rusty’s picture

It could help if you mentioned your Drupal version.

Try adding a drupal_rebuild_theme_registry(); line in your theme's template.php file while you are making changes to your theme.

Make sure that your theme is "enabled" in admin/build/themes (the square checkbox -- sometimes this setting is lost), and not only "default".

If you are looking at an admin page to check your changes, make sure that your theme is selected in admin/settings/admin

idealform01’s picture

thankfully it ended up fixing itself. I have no idea what was going on but the server was acting funky.
Thanks though!