Comments on How to Install Mautic Marketing Automation Tool on Ubuntu 16.04

Mautic is an open source self-hosted marketing automation tool for everyone. You can use it to grow up your business, monitor your website, create landing pages, create campaign for your business, manage contacts, and even send marketing emails.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Emeke

Hello,

Thanks for your guide. But I am currently having issue with mautic installation on ubuntu. After the first two steps of installation of mautic on ubuntu I get '500 internal server error' then as I checked my error log below is what I found:

 

[2019-12-09 14:52:55] mautic.WARNING: PHP Warning - require(/var/www/mautic/app/cache/prod/doctrine/orm/Proxies/__CG__MauticUserBundleEntityRole.php): failed to open s$

[2019-12-09 14:52:55] mautic.ERROR: PHP Notice: require(): Failed opening required '/var/www/mautic/app/cache/prod/doctrine/orm/Proxies/__CG__MauticUserBundleEntityRol$

[2019-12-09 14:52:55] mautic.ERROR: Symfony\Component\Debug\Exception\FatalErrorException: Notice: require(): Failed opening required '/var/www/mautic/app/cache/prod/d$

[2019-12-09 14:52:55] mautic.CRITICAL: Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: "Compile Error: require(): Failed opening required$

 

How can I resolve it?

By: alex

try: cd /var/www/mautic/app
rm -rf /app/cache
chmod 777
app/console cache:warmup