Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. In AbstractMySQLDriver.php line 69:
  2.  
  3. An exception occurred while executing ' INSERT INTO mainshopbase.shop_activations (
  4. id,
  5. user_id,
  6. code,
  7. completed_at,
  8. created_at
  9. )
  10. SELECT
  11. id,
  12. user_id,
  13. code,
  14. completed_at,
  15. created_at
  16. FROM fwldshopbase.lshop_activations;':
  17.  
  18. SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`mainshopbase`.`shop_activations`, CONSTRAINT `FK_704B5E4A76ED395` FOREIGN KEY (`u
  19. ser_id`) REFERENCES `shop_users` (`id`))
  20.  
  21.  
  22. In PDOStatement.php line 144:
  23.  
  24. SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`mainshopbase`.`shop_activations`, CONSTRAINT `FK_704B5E4A76ED395` FOREIGN KEY (`u
  25. ser_id`) REFERENCES `shop_users` (`id`))
  26.  
  27.  
  28. In PDOStatement.php line 142:
  29.  
  30. SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails (`mainshopbase`.`shop_activations`, CONSTRAINT `FK_704B5E4A76ED395` FOREIGN KEY (`u
  31. ser_id`) REFERENCES `shop_users` (`id`))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement