Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 4.7.19
-
Fix Version/s: 4.7.20
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
Trying to edit a contact when the language is en-GB gives:
DB Error: no such field
A backtrace is attached.
The issue seems to be this:
"1054 ** Unknown column 'civicrm_custom_group_en_GB.is_public'
This column is missing from the 'civicrm_custom_group_en_GB though it is in the underlying table.
My knowledge of the update process isn't sufficient for me to attempt a quick fix to the relevant script, but I may investigate and then assign this issue to me.