cron - VtigerCRM 7.0, scheduler don't work -


hello , thank in advance, in company has started using vtigercrm 7.0 open source on linux , worked out creation of workflows send emails , on set scheduler run crons workflows every 15 minutes, never runs. there can make scheduler work? kind regards, dimitris

first step check cron setup.

using crontab -e find details of cron job.

you should define cron below:

* * * * * {full path of vtiger directory/cron/vtigercron.sh  >/dev/null 2>&1 

once define workflow can test workflow calling cron file directly below:

http://{crm url}/vtigercron.php 

make sure have set 775 permission cron folders , files.

hope you.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -