harshancx

devcms_error_3

Aug 7th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. WD rules_config: PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: [error]
  2. "rules_email_blog_author"
  3. LINE 2: WHERE (rid = 'rules_email_blog_author') AND (entity_type = ...
  4. ^: DELETE FROM {smartling_entity_data}
  5. WHERE (rid = :db_condition_placeholder_0) AND (entity_type = :db_condition_placeholder_1) ; Array
  6. (
  7. [:db_condition_placeholder_0] => rules_email_blog_author
  8. [:db_condition_placeholder_1] => rules_config
  9. )
  10. in smartling_entity_delete() (line 471 of /var/www/html/sites/all/modules/contrib/smartling/smartling.module).
  11. WD php: PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: [error]
  12. "rules_email_blog_author"
  13. LINE 2: WHERE (rid = 'rules_email_blog_author') AND (entity_type = ...
  14. ^: DELETE FROM {smartling_entity_data}
  15. WHERE (rid = :db_condition_placeholder_0) AND (entity_type = :db_condition_placeholder_1) ; Array
  16. (
  17. [:db_condition_placeholder_0] => rules_email_blog_author
  18. [:db_condition_placeholder_1] => rules_config
  19. )
  20. in smartling_entity_delete() (line 471 of /var/www/html/sites/all/modules/contrib/smartling/smartling.module).
  21. Drush command terminated abnormally due to an unrecoverable error. [error]
  22. PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "rules_email_blog_author"
  23. LINE 2: WHERE (rid = 'rules_email_blog_author') AND (entity_type = ...
  24. ^: DELETE FROM {smartling_entity_data}
  25. WHERE (rid = :db_condition_placeholder_0) AND (entity_type = :db_condition_placeholder_1) ; Array
  26. (
  27. [:db_condition_placeholder_0] => rules_email_blog_author
  28. [:db_condition_placeholder_1] => rules_config
  29. )
  30. in smartling_entity_delete() (line 471 of /var/www/html/sites/all/modules/contrib/smartling/smartling.module).
Advertisement
Add Comment
Please, Sign In to add comment