i have changed my theme to ax, but only at the page that will let me change the theme, i get;

Fatal error: Cannot redeclare class xtemplate in E:\Apache\Apache\htdocs\themes\ax\xtpl\xtemplate.inc on line 3

What is the way of changing the theme from database, because it seems impossible to edit by interface.
Lashae-

Comments

matteo’s picture

theme default is stored under variable table, in a row containing 'theme_default' in 'name' column.
You can edit it.
When overrided for a single user, you can find the valur in users table, in 'data' column'

Another try is to rename ax.theme to something else (ex. ax.themeold) and retry, in order to change default with Drupal.

hope it helps,

Matteo