Advertisement
dudeval

civicrm_membership_type error

Feb 24th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Database Error Code: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':27:{i:48;s:1:"2";i:3;s:1:"2";i:11;s:1:"1";i:2;s:1:"2";i:12;s:1:"1";i:1;s:1:"2";' at line 3, 1064
  2. Additional Details:
  3. Array
  4. (
  5. [callback] => Array
  6. (
  7. [0] => CRM_Core_Error
  8. [1] => handle
  9. )
  10.  
  11. [code] => -2
  12. [message] => DB Error: syntax error
  13. [mode] => 16
  14. [debug_info] =>
  15. SELECT *
  16. FROM civicrm_membership_type
  17. WHERE domain_id = 1 AND id IN ( a:27:{i:48;s:1:"2";i:3;s:1:"2";i:11;s:1:"1";i:2;s:1:"2";i:12;s:1:"1";i:1;s:1:"2";i:13;s:1:"1";i:4;s:1:"2";i:14;s:1:"1";i:15;s:1:"2";i:33;s:1:"1";i:16;s:1:"2";i:34;s:1:"1";i:32;s:1:"2";i:35;s:1:"1";i:36;s:1:"2";i:37;s:1:"1";i:38;s:1:"2";i:39;s:1:"1";i:40;s );
  18. [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':27:{i:48;s:1:"2";i:3;s:1:"2";i:11;s:1:"1";i:2;s:1:"2";i:12;s:1:"1";i:1;s:1:"2";' at line 3]
  19. [type] => DB_Error
  20. [user_info] =>
  21. SELECT *
  22. FROM civicrm_membership_type
  23. WHERE domain_id = 1 AND id IN ( a:27:{i:48;s:1:"2";i:3;s:1:"2";i:11;s:1:"1";i:2;s:1:"2";i:12;s:1:"1";i:1;s:1:"2";i:13;s:1:"1";i:4;s:1:"2";i:14;s:1:"1";i:15;s:1:"2";i:33;s:1:"1";i:16;s:1:"2";i:34;s:1:"1";i:32;s:1:"2";i:35;s:1:"1";i:36;s:1:"2";i:37;s:1:"1";i:38;s:1:"2";i:39;s:1:"1";i:40;s );
  24. [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':27:{i:48;s:1:"2";i:3;s:1:"2";i:11;s:1:"1";i:2;s:1:"2";i:12;s:1:"1";i:1;s:1:"2";' at line 3]
  25. [to_string] => [db_error: message="DB Error: syntax error" code=-2 mode=callback callback=CRM_Core_Error::handle prefix="" info="
  26. SELECT *
  27. FROM civicrm_membership_type
  28. WHERE domain_id = 1 AND id IN ( a:27:{i:48;s:1:"2";i:3;s:1:"2";i:11;s:1:"1";i:2;s:1:"2";i:12;s:1:"1";i:1;s:1:"2";i:13;s:1:"1";i:4;s:1:"2";i:14;s:1:"1";i:15;s:1:"2";i:33;s:1:"1";i:16;s:1:"2";i:34;s:1:"1";i:32;s:1:"2";i:35;s:1:"1";i:36;s:1:"2";i:37;s:1:"1";i:38;s:1:"2";i:39;s:1:"1";i:40;s );
  29. [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ':27:{i:48;s:1:"2";i:3;s:1:"2";i:11;s:1:"1";i:2;s:1:"2";i:12;s:1:"1";i:1;s:1:"2";' at line 3]"]
  30. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement