Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
Description
Environment: Joomla 1.5.12 , previous version of CiviCRM 2.2.8.
After installing version "alpha1" I clicked the link to upgrade the database ( url: /administrator/index2.php?option=com_civicrm&task=civicrm/upgrade&reset=1)
I got the following error page:
Sorry. A non-recoverable error has occurred.
DB Error: no such field
Database Error Code: Unknown column 'civicrm_uf_match.domain_id' in 'where clause', 1054
Return to home page.
Error Details:
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_match
WHERE ( civicrm_uf_match.domain_id = 1 ) AND ( civicrm_uf_match.uf_id = 62 )
[nativecode=1054 ** Unknown column 'civicrm_uf_match.domain_id' in 'where clause']
[type] => DB_Error
[user_info] => SELECT *
FROM civicrm_uf_match
WHERE ( civicrm_uf_match.domain_id = 1 ) AND ( civicrm_uf_match.uf_id = 62 )
[nativecode=1054 ** Unknown column 'civicrm_uf_match.domain_id' in 'where 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_match
WHERE ( civicrm_uf_match.domain_id = 1 ) AND ( civicrm_uf_match.uf_id = 62 )
[nativecode=1054 ** Unknown column 'civicrm_uf_match.domain_id' in 'where clause']"]
)