mautic: clear cache from application

root@ubuntu:~# php /var/www/mautic/app/console cache:clear

Note that after clearing Cache the App is Stuck because there is a Permissions problem (Mautic cannot write the Cache Folder) so you need to chmod -R 777 cache folder (this is insecure but works). You need to use the appropriate permissions based on your requirements.

Leave a Reply

Your email address will not be published. Required fields are marked *