Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.1
-
Fix Version/s: 3.3.4
-
Component/s: None
-
Labels:None
Description
While trying to add new membership type, the following error occured (on Joomla 1..x):
Database Error Code: Unknown column 'label_' in 'field list', 1054
Additional Details:
Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[code] => -19
[message] => DB Error: no such field
[mode] => 16
[debug_info] => SELECT id, label_
FROM civicrm_relationship_type
WHERE ( civicrm_relationship_type.id = 0 )
[nativecode=1054 ** Unknown column 'label_' in 'field list']
[type] => DB_Error
[user_info] => SELECT id, label_
FROM civicrm_relationship_type
WHERE ( civicrm_relationship_type.id = 0 )
[nativecode=1054 ** Unknown column 'label_' in 'field list']
[to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="SELECT id, label_
FROM civicrm_relationship_type
WHERE ( civicrm_relationship_type.id = 0 )
[nativecode=1054 ** Unknown column 'label_' in 'field list']"]
)