I just upgraded to 4.6 from 4.5 and my buttons aren't working anywhere...can't save things in the admin panel, can't write forum topics, etc. I am wondering if my custom theme is to blame...but since I can't click the button to save the theme change, I can't change my default theme...however if I didn't have this problem, I wouldn't need to try to change the theme...it's a vicious cycle hehe. How can I do this manually? Is it in the database? Stored in one of the Drupal files somewhere?

I will need to change the default theme as well as enable it for my profile.

Comments

robertdouglass’s picture

I don't believe it is a problem with your theme. More likely it is your $base_url. The first question I have is, did you correctly alter your directory structure to the new structure needed for 4.6? In particular, there used to be a file conf.php in the includes folder. That is gone and replacing it is a file settings.php in the sites/default folder. That is where you need to make sure your $base_url and your database connection info is set.

If you really really need to change your theme manually and everything else is spot-on correct, you can add these lines to your settings.php file:

global $custom_theme;
$custom_theme = 'pushbutton';

where 'pushbutton' is just an example.

- Robert Douglass

-----
http://www.hornroller.com/French_Horn_News
www.robshouse.net