I am trying to install this theme in SilverStripe: http://www.silverstripe.org/woody-theme/
Here is what I did:
I copied the code/Page.php & CustomSiteConfig.php in the mysite folder.
Also copied the last line of _config.php as mentioned in the link.
Then copied the templates/woody folder to themes directory.
copied the woodybox into the root folder.
Modified the mysite/_config.php file to include the line: SSViewer::set_theme('woody');
Still, the site shows server error. I think its an error with installation of the theme. Also I am able to install other themes correctly.