Hello everybody,
I imported some accounts (apparently no problems when importing) and now when I press âviewâ to any account (also with the ones that I create new) there comes a big error text with scripts and finaly with that error message: Fatal error: Class âext_rest_linkedinâ not found.
I tried with all the SuiteCRM repair tools and restoring the account default views through admin/Studio and the problem doesnât get solved.
this is the message I get:
{* /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright © 2004-2013 SugarCRM Inc. * * 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. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * âPowered by SugarCRMâ. / } { /* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright © 2004-2013 SugarCRM Inc. * * 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. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * âPowered by SugarCRMâ. ********************************************************************************/ *}
{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}
{$ADMIN_EDIT} {$PAGINATION}
{sugar_include include=$includes}
{counter name=âpanelFieldCountâ start=0 print=false assign=âpanelFieldCountâ}
{sugar_translate label=âLBL_ACCOUNT_INFORMATIONâ module=âAccountsâ}
{counter name=âfieldsUsedâ start=0 print=false assign=âfieldsUsedâ} {counter name=âfieldsHiddenâ start=0 print=false assign=âfieldsHiddenâ} {capture name=âtrâ assign=âtableRowâ} {counter name=âfieldsUsedâ}
{if !$fields.name.hidden} {capture name=âlabelâ assign=âlabelâ}{sugar_translate label=âLBL_NAMEâ module=âAccountsâ}{/capture} {$label|strip_semicolon}: {/if} {if !$fields.name.hidden} {counter name=âpanelFieldCountâ} {* /********************************************************************************* * SugarCRM Community Edition is a customer relationship management program developed by * SugarCRM, Inc. Copyright © 2004-2013 SugarCRM Inc. * * 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. If the display of the logo is not reasonably feasible for * technical reasons, the Appropriate Legal Notices must display the words * âPowered by SugarCRMâ. ********************************************************************************/ *} {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 !empty($value)}
Fatal error: Class âext_rest_linkedinâ not found in /home/zesis570/public_html/prestaangel/SuiteCRM/include/connectors/sources/SourceFactory.php on line 61
I attach a screenshot about how it looks like in a part of the error message that may not be visible in the post message.
I am desperate so if you can help me with that I would appreciate it a lot!
Thanks in advantage,
Ăngel