Git Product home page Git Product logo

Comments (9)

andreaskoch avatar andreaskoch commented on June 18, 2024 1

Hi @timrsfo,
I get the same error when trying to open the Magento Connect Manager.

The reason for the error is simply that I disabled that route in the Nginx config (see: config/nginx/sites-enabled/default.conf#L31):

server {
    ...

    location ^~ /downloader/  { deny all; }
    ...

}

Because I never used the Connect Manager to install extensions I never thought about it that some people might want to use it.

Give me a few minutes and I will allow accessing the /downloader route in the Nginx config.

from dockerized-magento.

timrsfo avatar timrsfo commented on June 18, 2024

has anybody gotten magento connect manager to work with dockerized-magento? if so can you please tell me how - thanks

from dockerized-magento.

sanvisimo avatar sanvisimo commented on June 18, 2024

I use this repository to build my magento docker container and it works.
You can find it in my repository:
https://github.com/sanvisimo/magento

from dockerized-magento.

timrsfo avatar timrsfo commented on June 18, 2024

@sanvisimo when you say it works, have you done System > Magento Connect > Magento Connect Manager ? I have been using this dockerized-magento for a couple of months, only the demo site. I am able to do a lot of things with it, including RestFul API, oauth ... just fine. This is the first thing I am having trouble with.

from dockerized-magento.

sanvisimo avatar sanvisimo commented on June 18, 2024

yes.
and installed somes modules too.
It's a permission problem with nginx, but I used the official php-apache image.
I know that must fix permission on nginx config file, I tried to do it, but I never used nginx so I skip to apache.

from dockerized-magento.

timrsfo avatar timrsfo commented on June 18, 2024

@sanvisimo thanks, just to be clear you got a version of dockerized-matgento to work but not this version. you had the same / similar permission problems I am having and decided to swap out nginx for apache. it seems strange that @andreaskoch wouldn't have run into this problem. i opened up this issue Magento Connect Manager not working with dockerized-magento

from dockerized-magento.

andreaskoch avatar andreaskoch commented on June 18, 2024

Hi @timrsfo,
the Magento Connect Manger should be accessible now:

screenshot-2016-11-09-001-magento downloader - google chrome

If it still does not work for you feel free to re-open this issue.

Thanks for raising this issue.

Greetings
Andy

from dockerized-magento.

timrsfo avatar timrsfo commented on June 18, 2024

@andreaskoch , thanks that did it!
I tried allowing a specific IP, but that wasn't quite right.
location ^~ /downloader/ { allow 172.17.0.1; deny all; } ,
also see: Configuring nginx for Magento 1.x

from dockerized-magento.

andreaskoch avatar andreaskoch commented on June 18, 2024

Yeah, IP restrictions and docker are a tricky thing. You never can be sure which IP reaches the web server :-)

from dockerized-magento.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.