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

Have no access to composer / flush leaves a 404


Go to End


2 Posts   1734 Views

Avatar
stiffenlavato

Community Member, 7 Posts

9 July 2015 at 11:30pm

noob question as I can't really find answers to these anywhere on the site, sorry as this is my first post but I'm panicking

first of all; How can I install add-on's without composer? there is literally no documentation I've found about this.

second of all; when I flush, it leaves me with a blank page; I've tried doing this instead http://mysite.com/test/index.php/dev/build?flush=all

It will give me some sort of a token in the address bar but a 404 page; am I doing it properly?

Avatar
Jeffrey

Community Member, 2 Posts

13 August 2015 at 5:35pm

Hi stiffenlavato,

For question#1, please check these two pages:
https://docs.silverstripe.org/en/3.1/developer_guides/extending/modules/
http://www.silverstripe.org/community/forums/installing-silverstripe/show/6469

Question#2: run `dev/build` at the site level: http://mysite.com/dev/build?flush=all

Hope these help you.