Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
www.openngo.org was upgraded according to instructions from 1.2 --> 1.3
Began to modify the profile fileds.
user/
/edit produces the following CiviCRM error EVEN when the profiles are disabled (I have not tried deleting the profiles):
Sorry. A non-recoverable error has occurred.
Database Error Code: Unknown column 'weight' in 'order clause', 1054
Return to CiviCRM menu.
error
Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[code] => -19
[message] => DB Error: no such field
[mode] => 16
[debug_info] => SELECT * FROM civicrm_uf_group WHERE civicrm_uf_group.is_active = 1 ORDER BY weight [nativecode=1054 ** Unknown column 'weight' in 'order clause']
[type] => DB_Error
[user_info] => SELECT * FROM civicrm_uf_group WHERE civicrm_uf_group.is_active = 1 ORDER BY weight [nativecode=1054 ** Unknown column 'weight' in 'order clause']
[to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="SELECT * FROM civicrm_uf_group WHERE civicrm_uf_group.is_active = 1 ORDER BY weight [nativecode=1054 ** Unknown column 'weight' in 'order clause']"]
)