Details
-
Type:
Bug
-
Status: Done/Fixed
-
Priority:
Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
Error observed on Sandbox site.
See also: issue CRM-6094
Steps to reproduce:
1. Do a search for contacts, Organization type only, so that you see a list of all Organizations. (Top of page said "Find Contacts" when I did this.)
2. Click on an Organization name
3. See error:
Contact Summary
Sorry. A non-recoverable error has occurred.
DB Error: no such field
Database Error Code: Unknown column 'image_url' in 'field list', 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 id, image_url
FROM civicrm_contact
WHERE ( civicrm_contact.id = 1 )
[nativecode=1054 ** Unknown column 'image_url' in 'field list']
[type] => DB_Error
[user_info] => SELECT id, image_url
FROM civicrm_contact
WHERE ( civicrm_contact.id = 1 )
[nativecode=1054 ** Unknown column 'image_url' 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, image_url
FROM civicrm_contact
WHERE ( civicrm_contact.id = 1 )
[nativecode=1054 ** Unknown column 'image_url' in 'field list']"]
)