By emackn on
I'm upgrading my Drupal install from 4.7.5 to 5.0. Previously, I was setting a different template for anything that used the admin path. But now I can use the admin theme settings with the 5.0 release.
The only problem is that when viewing the admin/build/block page there is no formatting. Is there something special that has to be added to a theme when upgrading?
Comments
Still looking, nothing new,
Still looking, nothing new, still no formatting for my blocks admin page.
Also losing theme after
Also losing theme after enabling a Module.
Finally!!
Well.. I sorted out why no theme was coming up. Like I said before, I was setting a different template via _phptemplate_variables when the url contained 'admin'. That template was page-admin.tpl.php. For some odd reason, drupal continued to look at that template file even after I removed the template change in _phptemplate_variables. So in the end, I had to remove/rename page-admin.tpl.php.
Very weird, but I'm glad its over ;)
If anyone can tell me why this was happening, it would be greatly appreciated.
Things that I did check that lead to dead-ends: The session, the variable table, any assignment to template_file variable, drupal cache, server restart, any core references to page-admin.
Hope this helps someone out.