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.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

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

Codeanywhere Container install


Go to End


2 Posts   1600 Views

Avatar
iaindavidson

Community Member, 1 Post

5 December 2016 at 8:08pm

Hi guys, I've just installed SilverStripe 3.5 into a Codeanywhere Container with a PHP Development Stack.

Had a couple of permissions issues that I fixed and a date.timezone not set that I circumvented using .htaccess as I couldn't write to php.ini.

SilverStripe is now installed but I cannot navigate to anything, just says "the page isn't working" -"...is currently unable to handle this request. HTTP ERROR 500"

Dev/build, flush, admin, nothing.

I put SS_Backtrace::backtrace(); into my config.php and get the following:
require_once(/home/cabox/workspace/mysite/_config.php)
ConfigManifest.php:141
SS_ConfigManifest->activateConfig()
Config.php:324
Config->pushConfigYamlManifest(SS_ConfigManifest)
Core.php:121
require_once(/home/cabox/workspace/framework/core/Core.php)
main.php:136
{closure}(ErrorControlChain)
call_user_func(Closure,ErrorControlChain)
ErrorControlChain.php:215
ErrorControlChain->step()
ErrorControlChain.php:206
ErrorControlChain->execute()
main.php:168

I'm well out of my depth here but was hoping someone could shed some light on this?

Many thanks,
Iain

Avatar
martimiz

Forum Moderator, 1391 Posts

9 December 2016 at 3:02am

Make sure your site is in dev mode (because live mode will only ever give you that 500 error). If that doesn't help, check your error logs, that may have some more info...