Inbound Emails Displaying as PHP

Hi,
I had an issue with emails showing the wrong body text, I upgraded to 7.10 and now when I open an email, instead of seeing the emails, the whole page is full of PHP. I switched my error logs to “error” and I’m getting this:

“Mon Jun 25 07:41:11 2018 [1492][b1f9c647-ec34-793b-dc8f-5b17f029977c][ERROR] Unable to find relationship emails_email_templates
Mon Jun 25 07:41:11 2018 [1492][b1f9c647-ec34-793b-dc8f-5b17f029977c][ERROR] Warning: Multiple links found for relationship emails_emailtemplates_1 within module Emails
Mon Jun 25 07:41:11 2018 [1492][b1f9c647-ec34-793b-dc8f-5b17f029977c][ERROR] Warning: Multiple links found for relationship emails_emailtemplates_1 within module EmailTemplates”

I’d appreciate any assistance.

This is part of what’s being displayed on my page:

"{* /** * * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright © 2004-2013 SugarCRM Inc. * * SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd. * Copyright © 2011 - 2016 SalesAgility Ltd. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the “Powered by * SugarCRM” logo and “Supercharged by SuiteCRM” logo. If the display of the logos is not * reasonably feasible for technical reasons, the Appropriate Legal Notices must * display the words “Powered by SugarCRM” and “Supercharged by SuiteCRM”. / } { /* * * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright © 2004-2013 SugarCRM Inc. * * SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd. * Copyright © 2011 - 2016 SalesAgility Ltd. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the “Powered by * SugarCRM” logo and “Supercharged by SuiteCRM” logo. If the display of the logos is not * reasonably feasible for technical reasons, the Appropriate Legal Notices must * display the words “Powered by SugarCRM” and “Supercharged by SuiteCRM”. / }
{if !$config.enable_action_menu}
{if $bean->aclAccess(“edit”)}{/if} {if $bean->aclAccess(“edit”)}{/if} {if $bean->aclAccess(“delete”)}{/if} {if $bean->aclAccess(“edit”) && $bean->aclAccess(“delete”)}{/if} {if $bean->aclAccess(“detail”)}{if !empty($fields.id.value) && $isAuditEnabled}{/if}{/if}
{/if}
{$ADMIN_EDIT}
{sugar_include include=$includes}
{display tabs}
{
Since: SuieCRM 7.8 When action menus are enabled and When there are only panels and there are not any tabs, make the first panel a tab so that the action menu looks correct. This is regardless of what the meta/studio defines the first panel should always be tab. } {if $config.enable_action_menu and $config.enable_action_menu != false}
{sugar_translate label=‘LBL_EMAIL_INFORMATION’ module=‘Emails’}
{/if} {if $config.enable_action_menu and $config.enable_action_menu != false}
ACTIONS
{$PAGINATION} {/if}
{
Since: SuieCRM 7.8 When action menus are enabled and When there are only panels and there are not any tabs, make the first panel a tab so that the action menu looks correct. This is regardless of what the meta/studio defines the first panel should always be tab. } {if $config.enable_action_menu and $config.enable_action_menu != false} {}
{else} {
}
{/if} {
Loop through all top level panels first } { Since: SuieCRM 7.8 When action menus are enabled and When there are only panels and there are not any tabs, make the first panel a tab so that the action menu looks correct. This is regardless of what the meta/studio defines the first panel should always be tab. } {if $config.enable_action_menu and $config.enable_action_menu != false}
{
/
* * * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright © 2004-2013 SugarCRM Inc. * * SuiteCRM is an extension to SugarCRM Community Edition developed by SalesAgility Ltd. * Copyright © 2011 - 2016 SalesAgility Ltd. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the “Powered by * SugarCRM” logo and “Supercharged by SuiteCRM” logo. If the display of the logos is not * reasonably feasible for technical reasons, the Appropriate Legal Notices must * display the words “Powered by SugarCRM” and “Supercharged by SuiteCRM”. */ *} {} {} {row} {}
{column} {
} {} {} {**}

                {*label*}

                {**}

                                        {capture name="label" assign="label"}{sugar_translate label='LBL_OPT_IN' module='Emails'}{/capture}
                    {$label|strip_semicolon}:
                
                
                {**} {**} {**} {if !$fields.opt_in.hidden} {counter name="panelFieldCount" print=false} {* /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc. * SuiteCRM is an extension to SugarCRM Community Edition developed by Salesagility Ltd. * Copyright (C) 2011 - 2014 Salesagility Ltd. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License version 3 as published by the * Free Software Foundation with the addition of the following permission added * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along with * this program; if not, see http://www.gnu.org/licenses or write to the Free * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA. * * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. * * The interactive user interfaces in modified source and object code versions * of this program must display Appropriate Legal Notices, as required under * Section 5 of the GNU Affero General Public License version 3. * * In accordance with Section 7(b) of the GNU Affero General Public License version 3, * these Appropriate Legal Notices must retain the display of the "Powered by * SugarCRM" logo and "Supercharged by SuiteCRM" logo. If the display of the logos is not * reasonably feasible for technical reasons, the Appropriate Legal Notices must * display the words "Powered by SugarCRM" and "Supercharged by SuiteCRM". ********************************************************************************/ *} {$fields.opt_in.value} {/if} {**}"

What is your web server?

Do you know the path to your web server log?

Please look at that other log (in Apache it’s usually called php_errors.log) and tell us what you see there at the time when that broken screen shows.

I’m using Apache but I don’t find such a log at all.

Start by finding your php.ini. Inside that, you can see what the file is called, or change logging settings.

If you don’t know where your php.ini is, you can go in SuiteCRM / Admin / Diagnostics, remove all checkboxes except “phpinfo”, then download the zip it produces, unzip it, and look at the phpinfo results to see php.ini path.

Hi, I found a log called error.log which has email related errors, does this shed light on anything?

Thank you

[Mon Jun 25 11:56:14.556030 2018] [ssl:warn] [pid 3804:tid 432] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 25 11:56:14.790417 2018] [ssl:warn] [pid 3804:tid 432] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 25 11:56:14.821669 2018] [mpm_winnt:notice] [pid 3804:tid 432] AH00455: Apache/2.4.29 (Win32) OpenSSL/1.0.2n PHP/7.0.26 configured -- resuming normal operations
[Mon Jun 25 11:56:14.821669 2018] [mpm_winnt:notice] [pid 3804:tid 432] AH00456: Apache Lounge VC14 Server built: Nov  5 2017 11:10:32
[Mon Jun 25 11:56:14.821669 2018] [core:notice] [pid 3804:tid 432] AH00094: Command line: 'C:\\Bitnami\\suitecrm-7.9.8-0\\apache2\\bin\\httpd.exe -d C:/Bitnami/suitecrm-7.9.8-0/apache2 -f C:/Bitnami/suitecrm-7.9.8-0/apache2\\conf\\httpd.conf'
[Mon Jun 25 11:56:14.821669 2018] [mpm_winnt:notice] [pid 3804:tid 432] AH00418: Parent: Created child process 2572
[Mon Jun 25 11:56:15.352900 2018] [ssl:warn] [pid 2572:tid 352] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 25 11:56:15.462282 2018] [ssl:warn] [pid 2572:tid 352] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 25 11:56:15.477908 2018] [mpm_winnt:notice] [pid 2572:tid 352] AH00354: Child: Starting 64 worker threads.
[Mon Jun 25 11:56:54.201831 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65200] PHP Notice:  Undefined variable: emailAddress in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\displayEmailAddressOptInField.php on line 80, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:07:48.143541 2018] [:error] [pid 2572:tid 1020] [client 192.168.0.103:65220] PHP Notice:  Undefined variable: emailAddress in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\displayEmailAddressOptInField.php on line 80, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:15:35.950564 2018] [:error] [pid 2572:tid 1036] [client 192.168.0.103:65269] PHP Notice:  Undefined variable: emailAddress in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\displayEmailAddressOptInField.php on line 80
[Mon Jun 25 12:17:41.485171 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65412] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:41.485171 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65412] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:41.485171 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65412] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:41.485171 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65412] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:41.485171 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65412] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:50.438331 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65412] PHP Notice:  Undefined property: stdClass::$parts in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3874, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:17:50.438331 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65412] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 4142, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:17:54.375812 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:54.375812 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:54.375812 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:54.375812 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:17:54.375812 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Mon Jun 25 12:18:00.672657 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined property: Folder::$mailbox in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 251, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:18:01.360162 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:18:01.360162 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:18:01.360162 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:18:01.360162 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:18:01.360162 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65427] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:18:05.219545 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65446] PHP Notice:  Undefined property: Folder::$mailbox in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 251, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:05.735178 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65446] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:05.735178 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65446] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:05.750857 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65446] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:05.750857 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65446] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:05.750857 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65446] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:09.083776 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65446] PHP Notice:  Undefined property: stdClass::$parts in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3874, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=76309a0d-7674-e624-c646-5b2bd8ca4aac
[Mon Jun 25 12:18:09.083776 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65446] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 4142, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=76309a0d-7674-e624-c646-5b2bd8ca4aac
[Mon Jun 25 12:18:12.146268 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65455] PHP Notice:  Undefined property: Folder::$mailbox in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 251, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:12.724390 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65455] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:12.724390 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65455] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:12.724390 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65455] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:12.724390 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65455] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:12.724390 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65455] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&folders_id=285f0ed6-91f0-c1bb-696e-5b2bd1d90a8c
[Mon Jun 25 12:18:37.748256 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65493] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:37.748256 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65493] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:37.763887 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65493] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:37.763887 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65493] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:37.763887 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65493] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:43.533640 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65493] PHP Notice:  Undefined property: stdClass::$parts in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3874, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:18:43.533640 2018] [:error] [pid 2572:tid 1044] [client 192.168.0.103:65493] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 4142, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 12:18:49.472324 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65502] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:49.472324 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65502] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:49.487906 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65502] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:49.487906 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65502] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:18:49.487906 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:65502] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 12:22:14.360286 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Warning:  imap_num_msg() expects parameter 1 to be resource, boolean given in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 392, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.360286 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Warning:  imap_fetch_overview() expects parameter 1 to be resource, boolean given in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 429, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.360286 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Warning:  array_map(): Argument #2 should be an array in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 436, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.360286 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Warning:  implode(): Invalid arguments passed in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 462, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.360286 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Warning:  imap_fetch_overview() expects parameter 1 to be resource, boolean given in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 468, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.360286 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Warning:  usort() expects parameter 1 to be array, null given in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 492, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.360286 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmailsSearchOnIMap.php on line 130, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.361284 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Notice:  Undefined variable: data in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmailsSearchOnIMap.php on line 345, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.361284 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 648, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.361284 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Notice:  Undefined variable: data in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmailsSearchOnIMap.php on line 352, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.485285 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Notice:  Unknown: Can't open mailbox {:/service=}: invalid remote specification (errflg=2) in Unknown on line 0, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.485285 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Notice:  Unknown: Can't open mailbox {:/service=}: invalid remote specification (errflg=2) in Unknown on line 0, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:14.485285 2018] [:error] [pid 2572:tid 1020] [client ::1:62161] PHP Notice:  Unknown: Can't open mailbox {:/service=}: invalid remote specification (errflg=2) in Unknown on line 0, referer: http://localhost:85/suitecrm/index.php?module=Home&action=index
[Mon Jun 25 12:22:34.315319 2018] [:error] [pid 2572:tid 1036] [client ::1:62169] PHP Notice:  Undefined variable: emailAddress in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\displayEmailAddressOptInField.php on line 80, referer: http://localhost:85/suitecrm/index.php?module=Emails&action=index
[Mon Jun 25 13:37:06.540384 2018] [:error] [pid 2572:tid 1012] [client 192.168.0.103:55564] PHP Notice:  Undefined property: stdClass::$parts in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3874, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:06.540384 2018] [:error] [pid 2572:tid 1012] [client 192.168.0.103:55564] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 4142, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:11.275119 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=DisplayDetailView&folder_name=&folder=inbound&inbound_email_record=76309a0d-7674-e624-c646-5b2bd8ca4aac&uid=173&msgno=1
[Mon Jun 25 13:37:11.275119 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=DisplayDetailView&folder_name=&folder=inbound&inbound_email_record=76309a0d-7674-e624-c646-5b2bd8ca4aac&uid=173&msgno=1
[Mon Jun 25 13:37:11.275119 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=DisplayDetailView&folder_name=&folder=inbound&inbound_email_record=76309a0d-7674-e624-c646-5b2bd8ca4aac&uid=173&msgno=1
[Mon Jun 25 13:37:11.275119 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=DisplayDetailView&folder_name=&folder=inbound&inbound_email_record=76309a0d-7674-e624-c646-5b2bd8ca4aac&uid=173&msgno=1
[Mon Jun 25 13:37:11.275119 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=DisplayDetailView&folder_name=&folder=inbound&inbound_email_record=76309a0d-7674-e624-c646-5b2bd8ca4aac&uid=173&msgno=1
[Mon Jun 25 13:37:17.026649 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:17.042263 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:17.042263 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:17.042263 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:17.042263 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:21.802701 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined property: Folder::$mailbox in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 251, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&return_module=Emails&return_action=DetailView
[Mon Jun 25 13:37:22.401600 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&return_module=Emails&return_action=DetailView
[Mon Jun 25 13:37:22.401600 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&return_module=Emails&return_action=DetailView
[Mon Jun 25 13:37:22.401600 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&return_module=Emails&return_action=DetailView
[Mon Jun 25 13:37:22.401600 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&return_module=Emails&return_action=DetailView
[Mon Jun 25 13:37:22.401600 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&return_module=Emails&return_action=DetailView
[Mon Jun 25 13:37:26.035113 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:26.035113 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:26.035113 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:26.035113 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Mon Jun 25 13:37:26.050754 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:55569] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?action=index&module=Emails&searchFormTab=advanced_search&query=true&clear_query=true
[Tue Jun 26 10:28:05.910929 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51146] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 10:28:05.910929 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51146] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 10:28:05.910929 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51146] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 10:28:05.910929 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51146] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 10:28:05.926543 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51146] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 10:28:05.926543 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51146] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 10:28:05.926543 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51146] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 10:28:05.926543 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51146] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 10:28:09.760638 2018] [:error] [pid 2572:tid 1020] [client 192.168.0.103:51142] PHP Notice:  Undefined property: stdClass::$parts in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3874, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Tue Jun 26 10:28:09.760638 2018] [:error] [pid 2572:tid 1020] [client 192.168.0.103:51142] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 4142, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Tue Jun 26 10:28:59.576895 2018] [:error] [pid 2572:tid 1048] [client 192.168.0.103:51147] PHP Notice:  Undefined property: stdClass::$parts in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3874, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Tue Jun 26 10:28:59.576895 2018] [:error] [pid 2572:tid 1048] [client 192.168.0.103:51147] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 4142, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Tue Jun 26 10:36:18.732431 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51160] PHP Notice:  Undefined property: stdClass::$parts in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3874, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Tue Jun 26 10:36:18.732431 2018] [:error] [pid 2572:tid 1056] [client 192.168.0.103:51160] PHP Warning:  Invalid argument supplied for foreach() in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 4142, referer: http://192.168.0.245:85/suitecrm/index.php?module=Emails&action=index&parentTab=All
[Tue Jun 26 10:36:27.476605 2018] [mpm_winnt:notice] [pid 3804:tid 432] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Tue Jun 26 10:36:29.840506 2018] [mpm_winnt:notice] [pid 2572:tid 352] AH00364: Child: All worker threads have exited.
[Tue Jun 26 10:36:29.871736 2018] [mpm_winnt:notice] [pid 3804:tid 432] AH00430: Parent: Child process 2572 exited successfully.

There are waaaay to many IMAP errors in there, maybe there’s something broken in your IMAP configuration.

Can you try removing this inbound account, and setting it up again? Keep an eye on the logs during the set up process.

1 Like

Hi,
I deleted my inbound email connections and set up a different inbound email connection, this is what came up in the error.log right after I clicked save on the email setup.

[Tue Jun 26 14:56:22.068069 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52661] PHP Notice:  Undefined offset: 1 in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3035, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:56:22.068069 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52661] PHP Notice:  Undefined variable: msg in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 6179, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:56:22.068069 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52661] PHP Warning:  imap_close() expects parameter 1 to be resource, boolean given in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 6196, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:56:22.068069 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52661] PHP Notice:  Undefined index: foldersList in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\ShowInboundFoldersList.php on line 132, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:56:22.068069 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52661] PHP Notice:  Undefined variable: requestMailBox in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\ShowInboundFoldersList.php on line 234, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:56:22.068069 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52661] PHP Warning:  implode(): Invalid arguments passed in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\ShowInboundFoldersList.php on line 234, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:57:57.610337 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52677] PHP Notice:  Undefined offset: 1 in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3035, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:57:58.570397 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52677] PHP Notice:  Undefined variable: secure in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 3213, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:57:58.570397 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52677] PHP Notice:  Undefined variable: msg in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 6189, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView
[Tue Jun 26 14:57:58.570397 2018] [:error] [pid 2816:tid 1072] [client 192.168.0.103:52677] PHP Warning:  imap_close(): supplied resource is not a valid imap resource in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 6196, referer: http://192.168.0.245:85/suitecrm/index.php?module=InboundEmail&action=EditView

When I load the email list in the email module, it’s giving me these errors.

[Tue Jun 26 15:05:46.454411 2018] [ssl:warn] [pid 2312:tid 468] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jun 26 15:05:46.688798 2018] [ssl:warn] [pid 2312:tid 468] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jun 26 15:05:46.704424 2018] [mpm_winnt:notice] [pid 2312:tid 468] AH00455: Apache/2.4.29 (Win32) OpenSSL/1.0.2n PHP/7.0.26 configured -- resuming normal operations
[Tue Jun 26 15:05:46.704424 2018] [mpm_winnt:notice] [pid 2312:tid 468] AH00456: Apache Lounge VC14 Server built: Nov  5 2017 11:10:32
[Tue Jun 26 15:05:46.704424 2018] [core:notice] [pid 2312:tid 468] AH00094: Command line: 'C:\\Bitnami\\suitecrm-7.9.8-0\\apache2\\bin\\httpd.exe -d C:/Bitnami/suitecrm-7.9.8-0/apache2 -f C:/Bitnami/suitecrm-7.9.8-0/apache2\\conf\\httpd.conf'
[Tue Jun 26 15:05:46.704424 2018] [mpm_winnt:notice] [pid 2312:tid 468] AH00418: Parent: Created child process 3724
[Tue Jun 26 15:05:47.470053 2018] [ssl:warn] [pid 3724:tid 348] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jun 26 15:05:47.673172 2018] [ssl:warn] [pid 3724:tid 348] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jun 26 15:05:47.704421 2018] [mpm_winnt:notice] [pid 3724:tid 348] AH00354: Child: Starting 64 worker threads.
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 485, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 487, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 485, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 487, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 485, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 487, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 485, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 487, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 485, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 487, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 485, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\InboundEmail\\InboundEmail.php on line 487, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.172771 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.188394 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.204019 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.219635 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.235260 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.251124 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: subject in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 516, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: from in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 504, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: to in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 507, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index
[Tue Jun 26 15:06:03.266544 2018] [:error] [pid 3724:tid 1056] [client 192.168.0.103:52706] PHP Notice:  Undefined index: has_attachment in C:\\Bitnami\\suitecrm-7.9.8-0\\apps\\suitecrm\\htdocs\\modules\\Emails\\include\\ListView\\ListViewDataEmails.php on line 579, referer: http://192.168.0.245:85/suitecrm/index.php?module=Home&action=index

When I click on a single email, it takes me to the single email view where I’m having PHP displayed, in the log after I click on a single email, this is the errors that come in.

[Tue Jun 26 15:08:48.197828 2018] [ssl:warn] [pid 1536:tid 432] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jun 26 15:08:48.447831 2018] [ssl:warn] [pid 1536:tid 432] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jun 26 15:08:48.479115 2018] [mpm_winnt:notice] [pid 1536:tid 432] AH00455: Apache/2.4.29 (Win32) OpenSSL/1.0.2n PHP/7.0.26 configured -- resuming normal operations
[Tue Jun 26 15:08:48.479115 2018] [mpm_winnt:notice] [pid 1536:tid 432] AH00456: Apache Lounge VC14 Server built: Nov  5 2017 11:10:32
[Tue Jun 26 15:08:48.479115 2018] [core:notice] [pid 1536:tid 432] AH00094: Command line: 'C:\\Bitnami\\suitecrm-7.9.8-0\\apache2\\bin\\httpd.exe -d C:/Bitnami/suitecrm-7.9.8-0/apache2 -f C:/Bitnami/suitecrm-7.9.8-0/apache2\\conf\\httpd.conf'
[Tue Jun 26 15:08:48.479115 2018] [mpm_winnt:notice] [pid 1536:tid 432] AH00418: Parent: Created child process 400
[Tue Jun 26 15:08:49.260325 2018] [ssl:warn] [pid 400:tid 348] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jun 26 15:08:49.463455 2018] [ssl:warn] [pid 400:tid 348] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Tue Jun 26 15:08:49.494715 2018] [mpm_winnt:notice] [pid 400:tid 348] AH00354: Child: Starting 64 worker threads.

Thank you

Can you please tell me something more about your email set up? Is it a local server, or some online service like GMail? Which security settings to you use?

Can you successfully set up that same email account in a different program (like Outlook, or Thunderbird, or whatever your favorite email client is)?

It’s a regular Gmail account.

Hi,
I’ve also noticed that I’m getting the following log errors when trying to setup a personal email account.


Wed Jun 27 08:23:44 2018 [2124][b1f9c647-ec34-793b-dc8f-5b17f029977c][FATAL] Exception handling in C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\Controller\SugarController.php:402
Wed Jun 27 08:23:44 2018 [2124][b1f9c647-ec34-793b-dc8f-5b17f029977c][FATAL] Exception in Controller:  SugarFolder::retrieveFoldersForProcessing() Cannot Retrieve Folders - Please check the users inbound email settings.
Wed Jun 27 08:23:44 2018 [2124][b1f9c647-ec34-793b-dc8f-5b17f029977c][FATAL] backtrace:
#0 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\SugarFolders\SugarFolders.php(612): SugarFolder->retrieveFoldersForProcessing(Object(User))
#1 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\modules\Emails\EmailUI.php(3125): SugarFolder->getGroupFoldersForSettings(Object(User))
#2 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\modules\Emails\EmailUIAjax.php(1326): EmailUI->getShowAccountsOptions(Object(InboundEmail))
#3 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\View\SugarView.php(840): include_once('C:\\Bitnami\\suit...')
#4 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\View\views\view.classic.php(74): SugarView->includeClassicFile('modules/Emails/...')
#5 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\View\SugarView.php(207): ViewClassic->display()
#6 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\Controller\SugarController.php(432): SugarView->process()
#7 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\Controller\SugarController.php(375): SugarController->processView()
#8 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\SugarApplication.php(109): SugarController->execute()
#9 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\index.php(52): SugarApplication->execute()
#10 {main}
Wed Jun 27 08:23:44 2018 [2124][b1f9c647-ec34-793b-dc8f-5b17f029977c][FATAL] Exception handling in C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\Controller\SugarController.php:402
Wed Jun 27 08:23:44 2018 [2124][b1f9c647-ec34-793b-dc8f-5b17f029977c][FATAL] Exception in Controller:  SugarFolder::retrieveFoldersForProcessing() Cannot Retrieve Folders - Please check the users inbound email settings.
Wed Jun 27 08:23:44 2018 [2124][b1f9c647-ec34-793b-dc8f-5b17f029977c][FATAL] backtrace:
#0 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\SugarFolders\SugarFolders.php(612): SugarFolder->retrieveFoldersForProcessing(Object(User))
#1 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\modules\Emails\EmailUI.php(3125): SugarFolder->getGroupFoldersForSettings(Object(User))
#2 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\modules\Emails\EmailUIAjax.php(1326): EmailUI->getShowAccountsOptions(Object(InboundEmail))
#3 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\View\SugarView.php(840): include_once('C:\\Bitnami\\suit...')
#4 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\View\views\view.classic.php(74): SugarView->includeClassicFile('modules/Emails/...')
#5 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\View\SugarView.php(207): ViewClassic->display()
#6 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\Controller\SugarController.php(432): SugarView->process()
#7 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\Controller\SugarController.php(375): SugarController->processView()
#8 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\include\MVC\SugarApplication.php(109): SugarController->execute()
#9 C:\Bitnami\suitecrm-7.9.8-0\apps\suitecrm\htdocs\index.php(52): SugarApplication->execute()
#10 {main}
Wed Jun 27 08:24:00 2018 [2124][b1f9c647-ec34-793b-dc8f-5b17f029977c][ERROR] error: no ieID

Thank you

Did you figure this out? I have a fresh install on a similar stack and am also seeing php code instead of the message when I look at inbound messages.

I’m on a WAMP stack.

Hi Orrijonss,

I’ve created a fix here that should resolve this issue: https://github.com/salesagility/SuiteCRM/pull/6194

1 Like

Great!

That works well, Dillon-Brown. :slight_smile: