Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.1.4
-
Fix Version/s: 3.2
-
Component/s: None
-
Labels:None
Description
Running script at i.e.,
http://drupal.demo.civicrm.org/civicrm/contact/search/custom/list?reset=1
http://drupal.demo.civicrm.org/civicrm/contact/search/custom?csid=9&reset=1
on site fails.
Result is
unrecoverable error
Sorry. A non-recoverable error has occurred.
DB Error: no such field
Database Error Code: Unknown column 'price_field_450' 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] =>
UPDATE civicrm_temp_custom_24cdc21d4204eb64b322dc396a21ec36
SET price_field_450 = 1
WHERE participant_id = 9;
[nativecode=1054 ** Unknown column 'price_field_450' in 'field list']
[type] => DB_Error
[user_info] =>
UPDATE civicrm_temp_custom_24cdc21d4204eb64b322dc396a21ec36
SET price_field_450 = 1
WHERE participant_id = 9;
[nativecode=1054 ** Unknown column 'price_field_450' in 'field list']
[to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="
UPDATE civicrm_temp_custom_24cdc21d4204eb64b322dc396a21ec36
SET price_field_450 = 1
WHERE participant_id = 9;
[nativecode=1054 ** Unknown column 'price_field_450' in 'field list']"]
)