Hi, I have done everthing from this page https://docs.espocrm.com/administrat...ing-up-crontab and in whm crontab -e -u "myusername" have this line:
* * * * * cd /home/heliosra/public_html/EspoCRM-7.0.9; /opt/cpanel/ea-php73/root/usr/bin/php-cgi -f cron.php > /dev/null 2>&1
but when I try to execute got this text in console "Can be run only via CLI." same text in logs when I add: >> /home/heliosra/public_html/EspoCRM-7.0.9/cronlog.log
Any ideas where I messed up?
* * * * * cd /home/heliosra/public_html/EspoCRM-7.0.9; /opt/cpanel/ea-php73/root/usr/bin/php-cgi -f cron.php > /dev/null 2>&1
but when I try to execute got this text in console "Can be run only via CLI." same text in logs when I add: >> /home/heliosra/public_html/EspoCRM-7.0.9/cronlog.log
Any ideas where I messed up?
Comment