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

composer [Composer\Downloader\TransportException]


Go to End


5 Posts   2711 Views

Avatar
capponz

Community Member, 2 Posts

29 May 2013 at 2:24pm

Hi,
I just installed composer on my local machine a acer notebook with Xfce running.
after
~$ composer create-project silverstripe/installer ./opt/lampp/htdocs/testapp
an error occures:
[Composer\Downloader\TransportException]
The "https://api.github.com/repos/silverstripe/sapphire/zipball/3.0.5" file could not be downloaded (HTTP/1.1 404 Not Found)
I'm new and just followed these instructions:
http://getcomposer.org/doc/00-intro.md#globally

Could someone point me in the right direction, please,
Thanks

Avatar
Bambii7

Community Member, 254 Posts

29 May 2013 at 3:11pm

Thats odd, I'm no composer expert. Yesterday I managed to run

composer update --dev
on a existing installation of 3.0.1 which updated to 3.0.5 but I had some issues with duplicate core & i18n folders.

Avatar
capponz

Community Member, 2 Posts

31 May 2013 at 11:04am

Edited: 31/05/2013 11:05am

Thanks Bambii7,
no one with an idea about this issue?? :(

Avatar
flashbackzoo

Community Member, 2 Posts

1 June 2013 at 10:01pm

Edited: 01/06/2013 10:02pm

looks like 3.0.5 isn't there anymore.

try

composer create-project silverstripe/installer ./opt/lampp/htdocs/testapp 3.1.x-dev

Avatar
Sean

Forum Moderator, 922 Posts

5 June 2013 at 10:39am

composer create-project silverstripe/installer /some/path

That works for me, fresh checkout of 3.0.5. Maybe Github had some problems a few days ago?