Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I try to install a theme I am getting the Install package failed This can happen if the server does not have write access to the '~/Modules' or '~/Themes' error. #38

Closed
TimTracy opened this issue Apr 11, 2018 · 8 comments

Comments

@TimTracy
Copy link

TimTracy commented Apr 11, 2018

have checked previous issues I believe my feed id is correct but continue to receive the above error.
The theme gallery worked about a month ago with this same setting.

my settings gallery feed is
https://gallery.orchardproject.net/api/FeedService

@TimTracy TimTracy reopened this Apr 12, 2018
@edwardm
Copy link

edwardm commented May 18, 2018

I'm also experiencing this issue. I was thinking it might be my local project. But I tried on other Orchard installs, locally and in a live production server... same issue. Never saw this before until now.

@edwardm
Copy link

edwardm commented May 24, 2018

Anyone have any ideas on this?

@TimTracy
Copy link
Author

TimTracy commented May 25, 2018 via email

@edwardm
Copy link

edwardm commented May 25, 2018

@TimTracy Thanks for the reply, I will try downloading and installing manually then, thanks

@TimTracy
Copy link
Author

TimTracy commented May 25, 2018 via email

@jayharris
Copy link

This appears to be an issue with the feed, not with the Orchard installation. Though the feed is at gallery.orchardproject.com, the Gallery's feed service is reporting the download link for each package as orchardgallery.azurewebsites.net. Anything request to orchardgallery.azurewebsites.net is returning an HTTP403.

The package won't download because of the 403, causing the installation failure.

The FeedService is using orchardgallery.azurewebsites.net based on workContext.CurrentSite.BaseUrl, so I am guessing that the Gallery Settings are set to orchardgallery.azurewebsites.net instead of gallery.orchardproject.net.

@jayharris
Copy link

I think this BaseURL issue may also be the source of #37.

@sebastienros
Copy link
Member

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants