Guest User

Untitled

a guest
Nov 20th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. DrupalTestsxxxKernelCustomAwardsTest::testResult
  2. DrupalCoreDatabaseDatabaseExceptionWrapper: SQLSTATE[42S02]: Base table
  3. or view not found: 1146 Table 'mydb.test94440564node'
  4. doesn't exist: SELECT node.nid AS nid
  5. FROM
  6. {node} node
  7. INNER JOIN {node__field_award_type} field_award_type ON
  8. field_award_type.entity_id = node.nid
  9. WHERE (type = :db_condition_placeholder_0) AND
  10. (field_award_type.field_award_type_value = :db_condition_placeholder_1) AND
  11. (field_award_type.langcode = :db_condition_placeholder_2)
  12. LIMIT 12 OFFSET 6; Array
  13. (
  14. [:db_condition_placeholder_0] => award
  15. [:db_condition_placeholder_1] => dla_produktu
  16. [:db_condition_placeholder_2] => en
  17. )
Add Comment
Please, Sign In to add comment