mautic / docker-mautic

Docker Image for Mautic
https://www.mautic.org
353 stars 268 forks source link

Cannot install new extension from marketplace using latest docker image #241

Open xcellenceit opened 1 year ago

xcellenceit commented 1 year ago

With the latest docker image I am running, I am getting following error when trying to install extension from marketplace. And due to that I cannot install any extension from MarketPlace.

Heads up! Composer is required for installing and updating plugins in the Marketplace. It looks like you're not using Composer yet, so you'll only be able to browse the Marketplace. Want to switch to Composer today?

You can check the screenshot here

Note that, the dropdown beside extension is also blank! I am not sure if this is correct behaiour as I am trying mautic for the first time.

Here is the docker-compose I am using for this...

`version: "2"

services: database: image: powertic/percona-docker container_name: database environment: MYSQL_ROOT_PASSWORD: mypassword ports:

networks: mauticnet:

volumes: database: mautic_data:`

Pls guide what could be wrong and how to fix this.

ahakobyan79 commented 10 months ago

What version of Mautic did it install? I noticed it isn't installing the latest 3.2.4 version

vinyll commented 5 months ago

I am meeting this issue with Mautic 5 via the example or the fpm install

xcellenceit commented 5 months ago

I am using docker image for mautic from mautic/mautic:v4-apache