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.

Archive /

Our old forums are still available as a read-only archive.

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

Database Error after moved to another server


Go to End


3 Posts   1918 Views

Avatar
ClearSky

Community Member, 6 Posts

21 July 2008 at 9:26am

Hi,

I have two sites using SilverStripe. After I moved them to another server I got this error:

Error

The website server has not been able to respond to your request.

Has anyone got any idea of this?

Thanks!

Avatar
Willr

Forum Moderator, 5523 Posts

21 July 2008 at 12:12pm

just to test enable dev mode on the second server so that instead of that generic msg you can get the actual error

you can enable dev mode by adding Director::set_environment_type("dev"); to your mysite/_config.php file

Avatar
Blackdog

Community Member, 156 Posts

21 July 2008 at 1:47pm

I had this happen to me and it turned out to be Capitalization of the table names.

check that.