Advertisement
Guest User

Untitled

a guest
Feb 15th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. Database Error Code: Truncated incorrect DOUBLE value: '', 1292
  2. Additional Details:
  3. Array
  4. (
  5. [callback] => Array
  6. (
  7. [0] => CRM_Core_Error
  8. [1] => handle
  9. )
  10.  
  11. [code] => -1
  12. [message] => DB Error: unknown error
  13. [mode] => 16
  14. [debug_info] => CREATE TEMPORARY TABLE civicrm_temp_group_contact_cache1218 (SELECT 14 as group_id, contact_a.id as id FROM civicrm_contact contact_a LEFT JOIN civicrm_email ON (contact_a.id = civicrm_email.contact_id AND civicrm_email.is_primary = 1) LEFT JOIN civicrm_group_contact_cache civicrm_group_contact_cache ON contact_a.id = civicrm_group_contact_cache.contact_id LEFT JOIN civicrm_entity_tag `civicrm_entity_tag-6,9` ON ( `civicrm_entity_tag-6,9`.entity_id = contact_a.id AND `civicrm_entity_tag-6,9`.entity_table = 'civicrm_contact') WHERE ( civicrm_email.on_hold IN ("") OR ( ( civicrm_group_contact_cache.group_id IN ("20") ) ) OR `civicrm_entity_tag-6,9`.tag_id IN ( 6,9 ) ) AND (contact_a.is_deleted = 0) AND contact_a.id NOT IN (
  15. SELECT contact_id FROM civicrm_group_contact
  16. WHERE civicrm_group_contact.status = 'Removed'
  17. AND civicrm_group_contact.group_id = 14 ) ); [nativecode=1292 ** Truncated incorrect DOUBLE value: '']
  18. [type] => DB_Error
  19. [user_info] => CREATE TEMPORARY TABLE civicrm_temp_group_contact_cache1218 (SELECT 14 as group_id, contact_a.id as id FROM civicrm_contact contact_a LEFT JOIN civicrm_email ON (contact_a.id = civicrm_email.contact_id AND civicrm_email.is_primary = 1) LEFT JOIN civicrm_group_contact_cache civicrm_group_contact_cache ON contact_a.id = civicrm_group_contact_cache.contact_id LEFT JOIN civicrm_entity_tag `civicrm_entity_tag-6,9` ON ( `civicrm_entity_tag-6,9`.entity_id = contact_a.id AND `civicrm_entity_tag-6,9`.entity_table = 'civicrm_contact') WHERE ( civicrm_email.on_hold IN ("") OR ( ( civicrm_group_contact_cache.group_id IN ("20") ) ) OR `civicrm_entity_tag-6,9`.tag_id IN ( 6,9 ) ) AND (contact_a.is_deleted = 0) AND contact_a.id NOT IN (
  20. SELECT contact_id FROM civicrm_group_contact
  21. WHERE civicrm_group_contact.status = 'Removed'
  22. AND civicrm_group_contact.group_id = 14 ) ); [nativecode=1292 ** Truncated incorrect DOUBLE value: '']
  23. [to_string] => [db_error: message="DB Error: unknown error" code=-1 mode=callback callback=CRM_Core_Error::handle prefix="" info="CREATE TEMPORARY TABLE civicrm_temp_group_contact_cache1218 (SELECT 14 as group_id, contact_a.id as id FROM civicrm_contact contact_a LEFT JOIN civicrm_email ON (contact_a.id = civicrm_email.contact_id AND civicrm_email.is_primary = 1) LEFT JOIN civicrm_group_contact_cache civicrm_group_contact_cache ON contact_a.id = civicrm_group_contact_cache.contact_id LEFT JOIN civicrm_entity_tag `civicrm_entity_tag-6,9` ON ( `civicrm_entity_tag-6,9`.entity_id = contact_a.id AND `civicrm_entity_tag-6,9`.entity_table = 'civicrm_contact') WHERE ( civicrm_email.on_hold IN ("") OR ( ( civicrm_group_contact_cache.group_id IN ("20") ) ) OR `civicrm_entity_tag-6,9`.tag_id IN ( 6,9 ) ) AND (contact_a.is_deleted = 0) AND contact_a.id NOT IN (
  24. SELECT contact_id FROM civicrm_group_contact
  25. WHERE civicrm_group_contact.status = 'Removed'
  26. AND civicrm_group_contact.group_id = 14 ) ); [nativecode=1292 ** Truncated incorrect DOUBLE value: '']"]
  27. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement