Cron Job

I’m using SiteGround shared hosting and then just assisted me in setting up the Crone job to run the schedule but thought it may be useful for others on the forum who may have the same hosting company have the information on how to do this

The cron job:

/usr/local/php56/bin/php-cli -f /home/user_name/public_html/crm/cron.php > /dev/null 2>&1

Where,

/usr/local/php56/bin/php-cli - is the path to the php-cli binary

and

/home/user_name/public_html/crm/cron.php - is the full path to the cron.php file.

If you go to cPanel Advance settings which of mine is at the bottom you will then see CRON Jobs.

Hope this helps anyone else using SiteGround web hosting I’ve always found the support to be excellent and extremely quick.