I upgraded from 7.8 to 7.9 today and I believe the core upgrade was successful.
Then I tried to upgrade modules and I believe, the auto upgrade also upgraded theme acquia marina and now the web page gives error on front page as well as admin page. (see www(dot)uday(dot)net site)
I tried to rename acquia marina theme folder, but it did not help.

I thought that I would change the admin theme to Garland or something default. I tried www.site.com/?q=admin But I cannot get a login screen also.

Any idea what I can do to resolve this issue. If not acquia marina, I would at least like to have Drupal default theme.

Thanks.

Comments

boran’s picture

Try forcing the theme set in your settings.php

$conf['maintenance_theme'] = 'seven';
$conf['theme_default'] = 'garland';

stephenrobinson’s picture

look in your database with phpmyadmin in the variables table for theme_default and maintenance_theme and change them

jamiegrinnell’s picture

Same issue here. I get an error that says Fatal error: Call to undefined function phptemplate_preprocess_block_editing() in /home/cvyp/websites/www/sites/all/themes/cvyp/template.php on line 208 when I go to any page in my site. I opened the file in Notepad ++ but it's not helping. Can someone help me?

stephenrobinson’s picture

look in your database with phpmyadmin in the variables table for theme_default and maintenance_theme and change them to seven or garland