Scheduled task appear to be not running (although on some rare occasions “Last Successful Run:” was updated.)
AOP Check Inbound Mailboxes has never run and is active.
Check Inbound Mailboxes has never run (but is inactive).
IMAP support in PHP is installed and running. phpinfo() reports IMAP c-Client Version 2007f with SSL and Kerberos Support enabled.
I have a crontab setup:
iMac:/some/dir user_name$ sudo crontab -l
Password:
*/5 * * * * cd /some/web/root/dir/service; php -f cron.php > /dev/null 2>&1
Meanwhile, I can just cd to the directly and run the cron.php script from the command line. The errors vary, but typically look like these:
iMac:dir_name user_name$ sudo php -f cron.php
PHP Notice: Undefined index: module in /some/web/root/dir/service/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
PHP Notice: Undefined index: module in /some/web/root/dir/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
[b]PHP Notice: Undefined property: InboundEmail::$team_id in /some/web/root/dir/service/custom/modules/Schedulers/_AddJobsHere.php on line 61
PHP Fatal error: Call to undefined function imap_expunge() in /some/web/root/dir/custom/modules/Schedulers/_AddJobsHere.php on line 207[/b]
PHP Notice: Undefined index: module in /some/web/root/dir/service/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
iMac:dir_name user_name$ sudo php -f cron.php
PHP Notice: Undefined index: module in /some/web/root/dir/service/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
PHP Notice: Undefined index: module in /some/web/root/dir/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
PHP Notice: Undefined index: module in /some/web/root/dir/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
PHP Notice: Undefined index: module in /some/web/root/dir/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
PHP Notice: Undefined index: module in /some/web/root/dir/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
PHP Notice: Undefined index: module in /some/web/root/dir/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134
[b]PHP Fatal error: Call to undefined function imap_search() in /some/web/root/dir/modules/InboundEmail/InboundEmail.php on line 4600[/b]
PHP Notice: Undefined index: module in /some/web/root/dir/modules/AOW_WorkFlow/AOW_WorkFlow.php on line 134