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

/admin?isDev=1 on SS2.4.2


Go to End


19 Posts   6590 Views

Avatar
Sean

Forum Moderator, 922 Posts

13 October 2010 at 9:12am

Make sure assets and _combinedfiles inside assets is writable by the webserver.

Avatar
zenmonkey

Community Member, 545 Posts

13 October 2010 at 9:23am

assets is 777 and _combinedfiles is 755 with apache as owner.

Should _combinedfiles be 777 as well?

Avatar
dalesaurus

Community Member, 283 Posts

13 October 2010 at 9:37am

This error indicates that certainly isn't right, something weird is clogging up the system. Flush your manifest with /dev/build?flush=all (or go manually delete all cache folders for SS), and run /dev/tests/.

Also do what Sean said.

Do you see anything additional if you add ?debug=1 instead of ?isDev=1?

Avatar
zenmonkey

Community Member, 545 Posts

13 October 2010 at 9:57am

Manually deleted cache, Did a dev/build and nothing helped. I don't get any new errors with debug.

Running dev/tests just gives me "Please install PHPUnit using pear" so I'll need my sysadmins to take care of that to get any feedback.

Avatar
dalesaurus

Community Member, 283 Posts

13 October 2010 at 10:35am

Keep going with a full reinstall from scratch. Something is not right with your copy of the code and your webserver/PHP installation, the installer will walk through all aspects of your environment and correct/identify it.

To lurkers, this is NOT typical.

Avatar
zenmonkey

Community Member, 545 Posts

14 October 2010 at 1:30am

Ok Will do.

True this is not typical. I currently have 10 different silverstripe sites running, plus at least as many on dev servers. And this is the only install causing probs :)

Avatar
dalesaurus

Community Member, 283 Posts

14 October 2010 at 3:12am

Cool, I can say that the error that is being thrown is in the core Controller class and that piece of code is pretty robust. Not having any controllers on the stack is plain bizarre, and seemingly impossible as that function can't be called until a controller is pushed on the stack.

Sometimes its easier to stop troubleshooting and start over... :) Good luck!

Avatar
Jaap

Community Member, 2 Posts

16 October 2010 at 10:22pm

Hi guys,

I had a similar problem, changing the _combinedfiles folder rights to 777 and resetting the user solved my problem. :)