Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.3.6
-
Fix Version/s: 3.4.4
-
Component/s: None
-
Labels:None
Description
When someone tries to register for an event that uses a profile, the following error message is produced:
Additional Details:
Array
(
[callback] => Array
(
[0] => CRM_Core_Error
[1] => handle
)
[code] => -18
[message] => DB Error: no such table
[mode] => 16
[debug_info] => INSERT INTO civicrm_value_extra_participant_info_12 ( participant_name_66,i_grant_am_yisrael_permision_to__109,parent_signature_96,entity_id )
VALUES ( '',1,'',276 ) ON DUPLICATE KEY UPDATE participant_name_66 = '',i_grant_am_yisrael_permision_to__109 = 1,parent_signature_96 = '' [nativecode=1146 ** Table 'northfie_main.log_civicrm_value_extra_participant_info_12' doesn't exist]
[type] => DB_Error
[user_info] => INSERT INTO civicrm_value_extra_participant_info_12 ( participant_name_66,i_grant_am_yisrael_permision_to_109,parent_signature_96,entity_id ) VALUES ( '',1,'',276 ) ON DUPLICATE KEY UPDATE participant_name_66 = '',i_grant_am_yisrael_permision_to_109 = 1,parent_signature_96 = '' [nativecode=1146 ** Table 'northfie_main.log_civicrm_value_extra_participant_info_12' doesn't exist]
[to_string] => [db_error: message="DB Error: no such table" code=-18 mode=callback callback=CRM_Core_Error::handle prefix="" info="INSERT INTO civicrm_value_extra_participant_info_12 ( participant_name_66,i_grant_am_yisrael_permision_to_109,parent_signature_96,entity_id ) VALUES ( '',1,'',276 ) ON DUPLICATE KEY UPDATE participant_name_66 = '',i_grant_am_yisrael_permision_to_109 = 1,parent_signature_96 = '' [nativecode=1146 ** Table 'northfie_main.log_civicrm_value_extra_participant_info_12' doesn't exist]"]
I have confirmed the table named "civicrm_value_extra_participant_info_12" exists. But, I do not understand why its choking on the table named "log_civicrm_value_extra_participant_info_12" which is not part of the SQL statement.