Cronjob query - shared host CLI query?

Hey @pgr

Hope you do not mind the direct question - I just know from my readings on Suite you’ve put a lot into shaping the cron elements.

Quick question for you; I’ve got a scenario in which i can’t run Cron via CLI - or rather it doesn’t appear that it’s running after i’ve added entries into the crontab under the shared host web user.

Is there a method in which i can secure cron.php via .htaccess or other methods and remove the CLI processing check?

What downsides are there to doing this?

Thank you :pray:

Solved
Had to specify exactly the php7.4-cli

          • /usr/bin/php7.4-cli -f /var/www/html/suitecrm/cron.php > /dev/null 2&1
1 Like