To avoid 'can only be run from CLI' error, comment out lines 32 - 34

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bruce185
    Member
    • Feb 2016
    • 71

    To avoid 'can only be run from CLI' error, comment out lines 32 - 34

    In # /home/public_html/espocrm/cron.php

    // if (substr($sapiName, 0, 3) != 'cli') {
    // die("Cron can be run only via CLI");
    //}
Working...