I installed SugarCRM on my server, and I want to set up a cron job to trigger SugarCRM's cron job script. What should I do to set up the cron job?
Our webcron service is best for triggering SugarCRM's cron job script. Just follow below simple steps to configure cron job for your SugarCRM:
if (substr($sapi_type, 0, 3) != 'cli') {
sugar_die("cron.php is CLI only.");
}
to
//if (substr($sapi_type, 0, 3) != 'cli') {
// sugar_die("cron.php is CLI only.");
//}