ChrisRAoW / mautic-rss-to-email-bundle

Mautic plugin to send emails from RSS
102 stars 23 forks source link

Mautic stops loading after composer install #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, I managed to install this and get it to work fine on a Bitnami Mautic instance on AWS. I've been trying to do the same on an Ubuntu Server instance but every time I install this, Mautic stops loading. I tried installing Mautic first and then this and it didn't work. So I thought I'll install this on the Mautic folder before I install/configure Mautic. Did that and the Mautic installer isn't coming up any more... Any thoughts or guidelines to figure out what's going on? As it's a brand new server with no sensitive data, I'm more than happy to give you the access too. Many thanks in advance.

ChrisRAoW commented 6 years ago

@pradeepm I'm happy to help. Did you already checked the log files?

I could also check directly on your server. Can you send the inlogdetails to removed?

ghost commented 6 years ago

Hello Chris, please check your emails. Thanks.

ChrisRAoW commented 6 years ago

Replied your email.

Mautic was installed from the ZIP downloaded from the Mautic website. This doenst include the composer.json. So when you run the composer install all the required libraries from the vendor folder are removed.

So for others stumbling on the same issue:

ghost commented 6 years ago

Many thanks Chris! For the help and the explanation. Keep up the good work.