Announcement

Collapse
No announcement yet.

crontab

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • crontab

    Hi,
    I have installed ESPO on a web server where I can't access the Command line.
    So, the cron task are not running.
    Is it a problem or can I use ESPO without cron? (I understand it is a problem for the mailbox but I'm not using this feature for the moment)

    Also, I can setup a cron task by calling a script with a url: ex http://mysiteespo.com/cron.php.
    Is there a way to use this feature to get the cron task to run with ESPO?

  • #2
    Hi,
    open [espo_path]/cron.php and remove / comment a condition with 'die()'. After saving you will get access to cron with http://mysiteespo.com/cron.php.

    Comment

    Working...
    X