FriendlyDotCH / mautic-multi-domain

MIT License
38 stars 18 forks source link

Plugin is not in plugin-list and also not in sidebar #24

Closed Bamstian closed 5 months ago

Bamstian commented 7 months ago

Hi,

I am using Mautic v4.4.10 in an Docker Container with your manual installation. So I downloaded the plugin and uploaded the folder to /plugins.

I have the follwing plugins installed:

drwxr-xr-x 14 www-data www-data 4096 Oct 13 19:00 GrapesJsBuilderBundle
drwxr-xr-x 17 www-data www-data 4096 Oct 13 19:00 MauticCitrixBundle
drwxr-xr-x 12 www-data www-data 4096 Oct 13 19:00 MauticClearbitBundle
drwxr-xr-x  9 www-data www-data 4096 Oct 13 19:00 MauticCloudStorageBundle
drwxr-xr-x 15 www-data www-data 4096 Oct 13 19:00 MauticCrmBundle
drwxr-xr-x  9 www-data www-data 4096 Oct 13 19:00 MauticEmailMarketingBundle
drwxr-xr-x 16 www-data www-data 4096 Oct 13 19:00 MauticFocusBundle
drwxr-xr-x 13 www-data www-data 4096 Oct 13 19:00 MauticFullContactBundle
drwxr-xr-x  6 www-data www-data 4096 Oct 13 19:00 MauticGmailBundle
drwxr-xr-x 13 www-data www-data 4096 Sep 27 11:38 MauticMultiDomainBundle
drwxr-xr-x  7 www-data www-data 4096 Oct 13 19:00 MauticOutlookBundle
drwxr-xr-x 17 www-data www-data 4096 Oct 13 19:00 MauticSocialBundle
drwxr-xr-x 13 www-data www-data 4096 Oct 13 19:00 MauticTagManagerBundle
drwxr-xr-x  4 www-data www-data 4096 Oct 13 19:00 MauticZapierBundle
# cd MauticMultiDomainBundle
# ls
Assets  Controller  Event      Form     MauticMultiDomainBundle.php  Permissions  Translations  composer.json
Config  Entity      EventListener  LICENSE  Model            README.md    Views

Do you have any recommendations to get this plugin to work? Thanks in advance and kind regards from Berlin, Germany

Basti

physx2494 commented 5 months ago

Having same issue with Mautic v4 installed via Docker. Plugin just doesn't show.

physx2494 commented 5 months ago

Alright, I was able to solve by first clearing the cache rm -rf var/cache/* then php bin/console mautic:plugins:reload from inside the container's shell.