After Upgrade: Fatal error: Class 'AssignGroups' not found in ../include/utils/LogicHook.php on line 242

Hello
After Upgrading to Suite 7.1.2 and Sugar 6.5.17 we cannot save any changes to the database.
The System is reacting with a
Fatal Error Message:
Class ‘AssignGroups’ not found in …/include/utils/LogicHook.php on line 242

The Repair-Modus was no help.

We need urgent advice.
Thanks in advanve
George

Hi Jog,

Which version of SuiteCRM/SugarCRM CE did you upgrade from? What is your setup i.e. server/php/mysql versions?

Thanks,

Will.

Thank you for your help.

We have upgraded our well running system with the Upgrade Wizard.
SuiteCRM patch 6.5.17
Patch Upgrades SugarCE patch 6.5.17
Patch Upgrades SuiteCRM patch 6.5.16

Our Webspace is hosted by Siteground under following url:
http://www.indoor-sugar.architectural-treasures.com/index.php

The php Version is 5,3,28
The Mysql is 5.0.91

We have two SuiteCRM installations and both are broken now by the same fatal error.

Kind regards
George

Hello
I have found some additional failure messages in the sugarcrm.log file

MySQL error 1054: Unknown column ‘portal_user_type’ in ‘field list’

[FATAL] createRelationshipMeta: Metadata for table does not exist

Hope this helps finding the bug.

Kind regards
George

We had a similar error whenever we tried to update a contact:

SET BLAHBLAHBLAH,portal_user_type=‘Single’
WHERE contacts.id = ‘d1d27025-579c-92c3-e509-53028c29f183’ AND deleted=0: MySQL error 1054: Unknown column ‘portal_user_type’ in ‘field list’

solution: go to the “contacts” table and add the column “portal_user_type” with VARCHAR length 32