Today I have begun experiencing problems with importing and deleting emails using the SuiteCRM web interface. Everything works perfectly for a few minutes, before the system grinds to a halt and becomes completely unresponsive. The only way to get things moving again is to restart Apache.
I have not installed any updates to the SuiteCRM or the Ubuntu server, nor have I made any customisations. A check of the Sugarcrm,log file reveals nothing of interest. The PHP error log on the other hand has some very strange things going on:
AdminUser@CRMServer:~$ sudo tail /var/log/apache2/error.log
[sudo] password for twadmin:
[Tue Jul 28 22:47:11 2015] [error] [client 109.152.21.223] PHP Notice: Undefined variable: displayParams in /var/www/crm2015/modules/AOW_WorkFlow/aow_utils.php on line 479, referer: http://crmserverddns.net/crm2015/
[Tue Jul 28 22:47:11 2015] [error] [client 109.152.21.223] PHP Notice: Undefined variable: displayParams in /var/www/crm2015/modules/AOW_WorkFlow/aow_utils.php on line 479, referer: http://crmserverddns.net/crm2015/
[Tue Jul 28 22:47:19 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: c22ee321-dc1e-6aa5-3f86-54a67f3b8b32 in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5908, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index&parentTab=Email
[Tue Jul 28 22:47:19 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: c22ee321-dc1e-6aa5-3f86-54a67f3b8b32 in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5909, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index&parentTab=Email
[Tue Jul 28 22:56:09 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5908, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:56:09 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5909, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:57:40 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5908, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:57:40 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5909, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:58:38 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5908, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:58:38 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5909, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
twadmin@twserver:~$ sudo tail /var/log/apache2/error.log
[Tue Jul 28 22:47:11 2015] [error] [client 109.152.21.223] PHP Notice: Undefined variable: displayParams in /var/www/crm2015/modules/AOW_WorkFlow/aow_utils.php on line 479, referer: http://crmserverddns.net/crm2015/
[Tue Jul 28 22:47:11 2015] [error] [client 109.152.21.223] PHP Notice: Undefined variable: displayParams in /var/www/crm2015/modules/AOW_WorkFlow/aow_utils.php on line 479, referer: http://crmserverddns.net/crm2015/
[Tue Jul 28 22:47:19 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: c22ee321-dc1e-6aa5-3f86-54a67f3b8b32 in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5908, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index&parentTab=Email
[Tue Jul 28 22:47:19 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: c22ee321-dc1e-6aa5-3f86-54a67f3b8b32 in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5909, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index&parentTab=Email
[Tue Jul 28 22:56:09 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5908, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:56:09 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5909, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:57:40 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5908, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:57:40 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5909, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:58:38 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5908, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
[Tue Jul 28 22:58:38 2015] [error] [client 109.152.21.223] PHP Notice: Undefined index: e1e2b107-0aaa-90f4-9364-54a68522d47e in /var/www/crm2015/modules/InboundEmail/InboundEmail.php on line 5909, referer: http://crmserverddns.net/crm2015/index.php?module=Emails&action=index
Can anyone please tell me what is going on? My productivity has gone off a cliff today wrestling with this issue.
Thanks in advance,
Ben