Fatal error: Class 'ext_rest_linkedin' not found

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

Hi there Angel,

Does this topic help? This user had the same error.

Thanks,

Will.

I have seen that post already,
unluckily it didn’t solve my problem :frowning: