hi,

i installed drupal. it was working great. i installed a theme, didnt like it. installed another, called Genesis DarkMatter.

ya, the second i installed that one and made it default, this is all i can see on my site:

Fatal error: Call to undefined function genesis_theme() in /home/me/public_html/mysite/myfolder/themes/genesis_darkmatter/

cant get back to the admin panel to revert it, etc.

can anyone help, pleaSE?!

Comments

sijumathew’s picture

Hello,
If you are friendly with using mysql ( if in phpmyadmin its more easy ) just select the table 'users' in the drupal data base find the row with uid field 1 ( thats the superadmin ) edit row and set the theme field as 'garland' or any other themes you have save it and go to drupal. There after resetting the theme to any friendly one other than genesis_darkmatter , come back to mysql and make the theme to blank for the admin ( its necessary only if you don't want a custom theme for admin ).

brooksie’s picture

Thanks sijumathew, I had the same problem and that solution worked great!

glars’s picture

thanks, it´s an easy and fast solution for this problem It worked for me.