Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.25
-
Fix Version/s: 4.7.25
-
Component/s: Core CiviCRM
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
The upgrade process includes creating a new column civicrm_menu.module_data (CRM-20927). Problem is, the upgrade process also depends on that column before it has been created. That's because CRM_Upgrade_Page_Upgrade->runIntro calls CRM_Core_Menu::store, which now includes a reference to module_data.