I runing Mautic on Centos web panel 7, but cronjob is not working.
I'll give an example.
This is one of the commands I'm using. This command updates the MaxMind - GeoLite 2 database on Mautic.
* * * * * php /home/user/public_html/mautic/app/console mautic:iplookup:download
I made him do the update every minute to get feedback if it was working, but the commands only work if I run manually (on the 'run' button). I would like the action to work automatically, as it is to be.
I already tried to put the user who will execute the command:
* * * * * user php /home/user/public_html/mautic/app/console mautic:iplookup:download
but that way it does not work even in the manual. 'Run'
I've already tried to fix user permissions, but I did not succeed.
What I found strange is that in the log shows in the exact minutes the actions being called, but it has no effect on the Mautic.
Command: tail -n 20 /var/log/cron
can anybody help me?