Version 7.10.7 - Email Error when accessed

The following are the errors received. It is as if the whole email layout has became php code. Any idea what is the cause to this?

I have do the following repairs, but it did not work.
Rebuild Relationships
Rebuild SuiteCRM Dashlets
Rebuild Javascript Languages
Rebuild JS Compressed Files
Rebuild JS Grouping Files
Rebuild Minified JS Files
Repair JS Files
Repair Inbound Email Accounts
Sync Inbound Email Accounts

Here is the error.

{* /** * * 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(“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 © 2004-2013 SugarCRM Inc. * SuiteCRM is an extension to SugarCRM Community Edition developed by Salesagility Ltd. * Copyright © 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} {}
{
} {
}
{
}
{row} {
}
{column} {
} {
}
{
} {
}

                {*label*}

                {**}

                                        {capture name="label" assign="label"}{sugar_translate label='LBL_FROM' module='Emails'}{/capture}
                    {$label|strip_semicolon}:

{} {}
{} {if !$fields.from_addr_name.hidden} {counter name=“panelFieldCount” print=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 - 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”. **************************************************************/ *} {if strlen($fields.from_addr_name.value) <= 0} {assign var=“value” value=$fields.from_addr_name.default_value } {else} {assign var=“value” value=$fields.from_addr_name.value } {/if} {$fields.from_addr_name.value} {/if} {}
{
} {
}
{
}
{row} {
}
{column} {
} {
}
{
} {
}

                {*label*}

                {**}

                                        {capture name="label" assign="label"}{sugar_translate label='LBL_TO' module='Emails'}{/capture}
                    {$label|strip_semicolon}:

{} {}
{} {if !$fields.to_addrs_names.hidden} {counter name=“panelFieldCount” print=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 - 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”. **************************************************************/ *} {if strlen($fields.to_addrs_names.value) <= 0} {assign var=“value” value=$fields.to_addrs_names.default_value } {else} {assign var=“value” value=$fields.to_addrs_names.value } {/if} {$fields.to_addrs_names.value} {/if} {}
{
} {
}
{
}
{row} {
}
{column} {
} {
}
{
} {
}

                {*label*}

                {**}

                                        {capture name="label" assign="label"}{sugar_translate label='LBL_CC' module='Emails'}{/capture}
                    {$label|strip_semicolon}:

{} {}
{} {if !$fields.cc_addrs_names.hidden} {counter name=“panelFieldCount” print=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 - 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”. **************************************************************/ *} {if strlen($fields.cc_addrs_names.value) <= 0} {assign var=“value” value=$fields.cc_addrs_names.default_value } {else} {assign var=“value” value=$fields.cc_addrs_names.value } {/if} {$fields.cc_addrs_names.value} {/if} {}
{
} {
}
{
}
{row} {
}
{column} {
} {
}
{
} {
}

                {*label*}

                {**}

                                        {capture name="label" assign="label"}{sugar_translate label='LBL_BCC' module='Emails'}{/capture}
                    {$label|strip_semicolon}:

{} {}
{} {if !$fields.bcc_addrs_names.hidden} {counter name=“panelFieldCount” print=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 - 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”. **************************************************************/ *} {if strlen($fields.bcc_addrs_names.value) <= 0} {assign var=“value” value=$fields.bcc_addrs_names.default_value } {else} {assign var=“value” value=$fields.bcc_addrs_names.value } {/if} {$fields.bcc_addrs_names.value} {/if} {}
{
} {
}
{
}
{row} {
}
{column} {
} {
}
{
} {
}

                {*label*}

                {**}

                                        {capture name="label" assign="label"}{sugar_translate label='LBL_SUBJECT' module='Emails'}{/capture}
                    {$label|strip_semicolon}:

{} {}
{} {if !$fields.name.hidden} {counter name=“panelFieldCount” print=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 - 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”. **************************************************************/ *} {if strlen($fields.name.value) <= 0} {assign var=“value” value=$fields.name.default_value } {else} {assign var=“value” value=$fields.name.value } {/if} {$fields.name.value} {/if} {}
{
} {
}
{
}
{row} {
}
{column} {
} {
}
{
} {
}

                {*label*}

                {**}

                                        {capture name="label" assign="label"}{sugar_translate label='LBL_BODY' module='Emails'}{/capture}
                    {$label|strip_semicolon}:

{} {}

I am not sure whether this log is useful?

Thu Jun 28 04:42:44 2018 [2240][1][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 04:43:46 2018 [2240][1][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:15:02 2018 [2820][-none-][FATAL] SECURITY: User authentication for support failed
Thu Jun 28 06:15:02 2018 [2820][-none-][FATAL] FAILED LOGIN:attempts[1], ip[192.168.38.157], username[support]
Thu Jun 28 06:16:05 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:18:44 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] Mysqli_query failed.
Thu Jun 28 06:18:44 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] Query Failed: DESCRIBE versions: MySQL error 1146: Table ‘suitecrm.versions’ doesn’t exist
Thu Jun 28 06:18:44 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] Mysqli_query failed.
Thu Jun 28 06:18:44 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] Query Failed: SHOW INDEX FROM versions: MySQL error 1146: Table ‘suitecrm.versions’ doesn’t exist
Thu Jun 28 06:18:44 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] Mysqli_query failed.
Thu Jun 28 06:18:44 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] Query Failed: select * from versions: MySQL error 1146: Table ‘suitecrm.versions’ doesn’t exist
Thu Jun 28 06:20:26 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:21:26 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:32:38 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:33:08 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:34:50 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:36:01 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:36:19 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:36:31 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:36:46 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:36:59 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:37:14 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:37:30 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:37:50 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:38:10 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:50:16 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set
Thu Jun 28 06:57:10 2018 [2820][c5ad5490-a261-f9b2-9bd9-5afec7cf10aa][FATAL] log call at: modules/Administration/index.tpl:54 - MY_FRAME is not set

[28-Jun-2018 07:24:59 Europe/Berlin] PHP Notice: Undefined variable: phoneextension_c in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\custom\modules\Asterisk\include\LoadConnector.php on line 25
[28-Jun-2018 07:24:59 Europe/Berlin] PHP Warning: count(): Parameter must be an array or an object that implements Countable in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\custom\modules\Asterisk\include\LoadConnector.php on line 25
[28-Jun-2018 07:25:00 Europe/Berlin] PHP Notice: Undefined variable: phoneextension_c in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\custom\modules\Asterisk\include\LoadConnector.php on line 25
[28-Jun-2018 07:25:00 Europe/Berlin] PHP Warning: count(): Parameter must be an array or an object that implements Countable in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\custom\modules\Asterisk\include\LoadConnector.php on line 25
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined index: has_attachment in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\modules\Emails\include\ListView\ListViewDataEmails.php on line 579
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Notice: Undefined variable: phoneextension_c in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\custom\modules\Asterisk\include\LoadConnector.php on line 25
[28-Jun-2018 07:25:09 Europe/Berlin] PHP Warning: count(): Parameter must be an array or an object that implements Countable in C:\installers\Webserver - SuiteCRM-7.10.4\SuiteCRM-7.10.4\custom\modules\Asterisk\include\LoadConnector.php on line 25

Hi,

I have a same problem. :frowning:

Hi,

Looks like it is the same problem as reported here

Regards,

Anthony

If you go to

modules\Emails\include\ListView\ListViewDataEmails.php
line 579

and change ‘has_attachment’ to ‘has_attachments’ (add an ‘s’) do those messages go away?

And does it fix anything else?

And the same as reported here.

Unfortunately it doesn’t.
This was already solved as just reported here and not helping with the code showing in details


In your case, do your emails import correctly in activities, history, etc
 or are you also having issues with incoming emails ?

Hi, I’m having the issue when I open an incoming email.

My temporary solution is to rollback to the previous version.

How? From backup?

yes i did a backup before upgrading

I just found the issue relating to the php code displaying on DetailView of emails.

Correct me if im wrong but i only saw reports of this happening on windows .

Anyways
 when i reversed the change made to modules/Emails/vardefs.php on commit a60c60f1 (change emailbody back to html), ran a quick repair and checked, the detailview is working again in the email module.

hello, i have this, problem. and i dont understand what i need to do.

can you explain again.

what i need change in modules/Emails/vardefs.php

and

what is this:

commit a60c60f1

thanks

@maciellopes never mind that, just wait for version 7.10.8 or apply this fix manually:

https://github.com/salesagility/SuiteCRM/pull/6194/files

I assume you’re using Xampp.

thanks, by answer

I am using the MANP not XAMP

I tried but not solve.

What can I do?

Did you do a Quick Repair and Rebuild after you changed the file?

Yes, I did.

Now I have a problem with caractere, for example words with Ç an ~ is not right.

solução show as solu??o.

Do you know how can solve this?