Hello,
I am trying to run from console the cron job (php.exe -f cron.php) and i get there errors in my php log files
[22-Dec-2016 13:30:18 Asia/Kuwait] PHP Notice: Undefined index: LBL_POLLMONITOREDINBOXESCUSTOMAOP in D:\SugarCRMdev\modules\Schedulers\Scheduler.php on line 1052
[22-Dec-2016 13:30:18 Asia/Kuwait] PHP Notice: Undefined index: SchedulersJobs in D:\SugarCRMdev\include\SearchForm\SearchForm2.php on line 129
[22-Dec-2016 13:33:35 Asia/Kuwait] PHP Notice: Undefined index: email2 in D:\SugarCRMdev\modules\Home\controller.php on line 96
The thing is that the schedulers do not update their last run record and no action is being taken.
Appart from that i do not see any other errors in any log (iis, suitecrm or php log)
Can anybody help me?
I am running IIS 8 with suitecrm 7.7.7
Thank you!