By idealform01 on
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
try to run cron as well :)
try to run cron as well :)
just ran it, still can't
just ran it, still can't update the page.tpl :?
i don't have any caching on
i don't have any caching on or any errors in the log, this is so odd...
.
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
thankfully it ended up fixing
thankfully it ended up fixing itself. I have no idea what was going on but the server was acting funky.
Thanks though!