Vtiger Workflow send email is not working
# sh cron/vtigercron.sh
We tried to run vtigercron.sh then get the log below.
--------------------------------------------------------------
[INFO]: Workflow - not ready to run as the time to run again is not completed
[INFO]: RecurringInvoice - not ready to run as the time to run again is not completed
[INFO]: SendReminder - not ready to run as the time to run again is not completed
[INFO]: ScheduleReports - not ready to run as the time to run again is not completed
[INFO]: MailScanner - not ready to run as the time to run again is not completed
[INFO]: Scheduled Import - not ready to run as the time to run again is not completed
--------------------------------------------------------------
Solution:
Follow the steps -
- Go to vtlib/Vtiger/Cron.php
- Go function - isRunnable()
- after
if (!$this->isDisabled()) {
- add
return true;
Then run the cron script again.
# sh cron/vtigercron.sh
We tried to run vtigercron.sh then get the log below.
--------------------------------------------------------------
[INFO]: Workflow - not ready to run as the time to run again is not completed
[INFO]: RecurringInvoice - not ready to run as the time to run again is not completed
[INFO]: SendReminder - not ready to run as the time to run again is not completed
[INFO]: ScheduleReports - not ready to run as the time to run again is not completed
[INFO]: MailScanner - not ready to run as the time to run again is not completed
[INFO]: Scheduled Import - not ready to run as the time to run again is not completed
--------------------------------------------------------------
Solution:
Follow the steps -
- Go to vtlib/Vtiger/Cron.php
- Go function - isRunnable()
- after
if (!$this->isDisabled()) {
- add
return true;
Then run the cron script again.
# sh cron/vtigercron.sh
Nhận xét
Đăng nhận xét