If you can’t login to SilverStripe CMS and can’t reset your username and password. Then you can set your username and password for SilverStripe using lines in mysite/_config.php:
Security::setDefaultAdmin('username','password');
To get the errors to be mailed to you use the lines in mysite/_config.php
SS_Log::add_writer(new SS_LogEmailWriter('me@mydomain.com'), SS_Log::ERR);
Force the Silverstripe to show you the errors if got any by setting the environment type using this line in mysite/_config.php
Director::set_environment_type("dev");
After adding those lines you in your _config.php file you always need to build the database by using address http://www.yoursitename.com/dev/build?flush=1
Looking for quality SilverStripe Hosting? Look no further than Arvixe Web Hosting!