Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Themes /

Discuss SilverStripe Themes.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Problem installing theme


Go to End


17 Posts   7305 Views

Avatar
Ryan M.

Community Member, 309 Posts

20 August 2010 at 7:07pm

The site builder never destroys data. It merely archives old versions away in the database. Handy in case you ever need to do an emergency restore of a page (had a client accidentally delete about 20 pages two weeks ago, emergency restore saved his ass). While it won't completely purge the database of old fields, this will clear old fields out of the current version: dev/build/?flush=1

Anyway, are you changing the theme via the Admin CMS or via the config file? If you're changing it via Admin, try changing it via the config file instead. Run a ?flush=all after changing the theme. If it's stuck, delete the silverstripe-cache folder.

Go to Top