Regarding Mautic

We had setup? Configured Mautic instance on AWS and its worked properly , But suddenly link getting stopped and showing error as a attached screenshot , So we need help to fix the same.

Make sure your persmissions are set properly and clear the cache with the proper user.

Example: (make sure you use the righ path and user)

chown -R www-data:www-data /var/www/html/mautic/
chmod -R 755 /var/www/html/mautic/
php /var/www/html/mautic/bin/console cache:clear

1 Like