greetings!
new prob... after a successful installation, i tried to download earthen theme. unzip to the theme folder, enabled it as default. then saving it... but after loading it again it gave me this errors
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'earthen_menu_local_tasks' was given in C:\inetpub\wwwroot\sui\portal1\includes\theme.inc on line 617.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'earthen_button' was given in C:\inetpub\wwwroot\sui\portal1\includes\theme.inc on line 617.
* warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'earthen_breadcrumb' was given in C:\inetpub\wwwroot\sui\portal1\includes\theme.inc on line 617.
Fatal error: Call to undefined function art_content_replace() in C:\inetpub\wwwroot\sui\portal1\themes\earthen\page.tpl.php on line 57
cant go back to the main/front page all menus are gone
help... or how can i restore the default theme
Comments
If you have access to
If you have access to PHPMyAdmin or some other tool to look at the MySQL database, you can manually set the theme back to default.
In the variable table, look for a key called "theme_default" ... it will likely have something like this:
s:7:"earthen";
Change that to
s:7:"Garland";