Selected Theme location
|
hoogs
Joined: 2004-12-12
Posts: 16 |
Posted: Thu, 2004-12-23 03:59
|
|
So I was creating a new theme and some how screwed it up. to the point that it is selected as the default theme and will not load. I can not get back into the application to change the default back to matrix, where can I do that via the data base or is it stored in a file which theme is the default? So this was the error: I had the Folder name "Pitch Black" and Gallery is looking to have the Class the same name as the folder which of course you can't have a space in the class name. So |
|
| Login or register to post comments |

Posts: 8598
first try main.php?g2_view=core:SiteAdmin in your browser.. if you're still logged in as admin the site admin pages may work ok even though your default theme is broken. if that doesn't work, look in g2_PluginParameterMap table for the default theme.
Posts: 16
Mindless thanks... fond the entry in the DB but for some reason I changed it back to say matrix and I get the same error as before... like it is storing the Pitch Black in a file some place..
Posts: 8598
yes, all plugin parameters are file-cached. you can remove your g2data/cache/module/core dir or use lib/tools/test/index.php to delete the entire file cache.