CronJob ERRORS

Hello,



Has anyone setup Mautic using hostgator. Cronjobs reading errors.



/usr/local/cpanel/bin/jailshell: php/home1/******/public_html/mautic/app/console: No

such file or directory


My paths are setup as is : php /home1/******/public_html/mautic/app/console mautic:segments:update
also I've tried : usr/bin/php/home1/esauna/public_html/mautic/app/console mautic:segments:update

Am I missing something.
1 Like

Hello,

Has anyone setup Mautic using hostgator. Cronjobs reading errors.

/usr/local/cpanel/bin/jailshell: php/home1/******/public_html/mautic/app/console: No
such file or directory

My paths are setup as is : php /home1/******/public_html/mautic/app/console mautic:segments:update
also I’ve tried : usr/bin/php/home1/esauna/public_html/mautic/app/console mautic:segments:update

Am I missing something.

I have a site working on HostGator. Here’s how the crons are formatted. This shared server is running php7 and Mautic is installed in the root of an email. subdomain.

/opt/php70/bin/php /home2/user/email/app/console mautic:webhooks:process

Thanks you are a life/time saver!!! @darrelt

You’re welcome. Hopefully, someone will be able to answer my Cron issue too. Different hosting service.

That was one of the two errors that I was getting on host Gator when I setup the cron path wrong!!! Exact ERROR message!!! @darrelt for your problem…