Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.3
-
Fix Version/s: 4.7.5
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:Developer Doc
-
Funding Source:Core Team Funds
Description
After upgrade my system version from 4.6.5 to 4.7.3, I try to rebuild the smart group cache. I got below error message in my browser.
Fatal error: Call to undefined method CRM_Contact_Form_Search_Custom_Basic::normalize() in /home/server/public_html/sites/all/modules/civicrm/CRM/Contact/Form/Search/Custom/Basic.php on line 47
I compared this ?Basic.php file with previous version, normalize() method is available. After migrated normalize() method into Basic.php file in civicrm version 4.7.3. It's working fine now.