Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.3.1
-
Fix Version/s: 2.0
-
Labels:None
-
Documentation Required?:None
Description
Installation of the CiviVolunteer Extension fails because the table civicrm_option_value is missing the column "label". I'm not sure if this is a Core-CiviCRM problem or maybe the CiviVolunteer installer is broken.
This is a multi-language installation (German and English) with German as the primary language. The columns label_de_DE and label_en_US exist.
The log file shows
[db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="INSERT IGNORE INTO `civicrm_option_value` (`option_group_id`, `label`, `value`, `name`, `grouping`, `filter`, `is_default`,`weight`,`description`, `is_optgroup`, `is_reserved`, `is_active`, `component_id`, `domain_id`, `visibility_id`) VALUES
(@opGId, 'Volunteer Report', 'volunteer', 'CRM_Volunteer_Form_VolunteerReport', NULL, 0, 0, @ovWeight, 'Volunteer Report', 0, 0, 1, NULL, NULL, NULL) [nativecode=1054 ** Unknown column 'label' in 'field list']"]
This problem is related to CRM-10453.
Is it safe to manually add the column 'label' as a workaround?
Attachments
Issue Links
- links to