Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.2.7
-
Fix Version/s: None
-
Component/s: CiviEvent
-
Labels:None
Description
I get the following error when I try to create online registration for an event:
Sorry. A non-recoverable error has occurred.
--------------------------------------------------------------------------------
DB Error: no such field
Return to home page.
Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[code] => -19
[message] => DB Error: no such field
[mode] => 16
[debug_info] => UPDATE civicrm_event SET is_online_registration = 1 , registration_link_text = NULL , registration_start_date = NULL , registration_end_date = NULL , intro_text = NULL , footer_text = NULL , confirm_title = 'p' , confirm_text = NULL , confirm_footer_text = NULL , is_email_confirm = 0 , confirm_email_text = NULL , confirm_from_name = NULL , confirm_from_email = NULL , cc_confirm = NULL , bcc_confirm = NULL , thankyou_title = 'p' , thankyou_text = NULL , thankyou_footer_text = NULL , is_multiple_registrations = 0 , allow_same_participant_emails = 0 WHERE ( civicrm_event.id = 12 ) [nativecode=1054 ** Unknown column 'allow_same_participant_emails' in 'field list']
[type] => DB_Error
[user_info] => UPDATE civicrm_event SET is_online_registration = 1 , registration_link_text = NULL , registration_start_date = NULL , registration_end_date = NULL , intro_text = NULL , footer_text = NULL , confirm_title = 'p' , confirm_text = NULL , confirm_footer_text = NULL , is_email_confirm = 0 , confirm_email_text = NULL , confirm_from_name = NULL , confirm_from_email = NULL , cc_confirm = NULL , bcc_confirm = NULL , thankyou_title = 'p' , thankyou_text = NULL , thankyou_footer_text = NULL , is_multiple_registrations = 0 , allow_same_participant_emails = 0 WHERE ( civicrm_event.id = 12 ) [nativecode=1054 ** Unknown column 'allow_same_participant_emails' 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_event SET is_online_registration = 1 , registration_link_text = NULL , registration_start_date = NULL , registration_end_date = NULL , intro_text = NULL , footer_text = NULL , confirm_title = 'p' , confirm_text = NULL , confirm_footer_text = NULL , is_email_confirm = 0 , confirm_email_text = NULL , confirm_from_name = NULL , confirm_from_email = NULL , cc_confirm = NULL , bcc_confirm = NULL , thankyou_title = 'p' , thankyou_text = NULL , thankyou_footer_text = NULL , is_multiple_registrations = 0 , allow_same_participant_emails = 0 WHERE ( civicrm_event.id = 12 ) [nativecode=1054 ** Unknown column 'allow_same_participant_emails' in 'field list']"]
)