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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Recovering after crash


Go to End


943 Views

Avatar
Victor

Community Member, 128 Posts

9 November 2009 at 12:52pm

Edited: 09/11/2009 2:33pm

I found a weird problem: a site perfectly run on MacOSX under MAMP after reboot returns Silverstripe error
"Website Error There has been an error

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

an error and I can never log in nor (because of this) run /dev/build or ?flash=all

Is there any way/strategy to repair site after such crash? Thank you in advance

Victor

PS After putting in dev-mode I got a more descriptive error:

"Line 35 in /Applications/MAMP/htdocs/devsite/sapphire/core/model/MySQLDatabase.php
....

35 $this->dbConn = mysql_connect($parameters['server'], $parameters['username'], $parameters['password']);

and realized that MySQL server does not run. Sorry for false alarm

Victor