Hi, really hope someone can help me here, I've searched through the forum but have not yet been able to resolve this issue. I can only access through SSH. On a Linux shared host with Fasthosts running PHP 7.3 and Espo CRM version 5.5.6
I've successfully entered the Cron Job as requested in Scheduled Jobs - Note: Add this line to the crontab file to run Espo Scheduled Jobs:
* * * * * cd /home/domains/vol4/076/2269076/user/htdocs; /usr/bin/php -f cron.php > /dev/null 2>&1
But nothing happens - email has tested as OK no email syncs. I can of course send emails. At a guess this is also effecting other jobs.
I would be grateful for any support or even better step by step guides as I am totally useless when it comes to CronJobs
Thank you in advance.
I've successfully entered the Cron Job as requested in Scheduled Jobs - Note: Add this line to the crontab file to run Espo Scheduled Jobs:
* * * * * cd /home/domains/vol4/076/2269076/user/htdocs; /usr/bin/php -f cron.php > /dev/null 2>&1
But nothing happens - email has tested as OK no email syncs. I can of course send emails. At a guess this is also effecting other jobs.
I would be grateful for any support or even better step by step guides as I am totally useless when it comes to CronJobs
Thank you in advance.
Comment