Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: None
-
Component/s: Core CiviCRM
-
Labels:
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
Just filing this so that core team can keep track of it, also i tried messaging this to tim over irc just now
I have noticed that recently in some PRs there appears to be failures on the upgrade which seem to relate to Tim's recent work on re-formatting settings.
The error that gets shot back in the test suite is ERROR DEBUGINFO: INSERT INTO civicrm_setting (name , value , domain_id , is_domain , created_date ) VALUES ('disable_core_css' , 'i:1;' , 1 , 1 , 20151002100012 ) [nativecode=1364 ** Field 'group_name' doesn't have a default value]
This appears to relate to the change to use Civi::settings()->set(xxx) in the 4.4 php incremental upgrade