h4cc / hhvm-progress

Source of the hhvm.h4cc.de website.
http://hhvm.h4cc.de/
MIT License
8 stars 4 forks source link

Doctrine problem #50

Closed h4cc closed 9 years ago

h4cc commented 9 years ago
  [Doctrine\DBAL\Exception\ForeignKeyConstraintViolationException]                                                                                                                                                
  An exception occurred while executing 'DELETE FROM Package WHERE id = ?' with params [47618]:                                                                                                                   
  SQLSTATE[23000] [1451] Cannot delete or update a parent row: a foreign key constraint fails (`hhvm1`.`TravisContent`, CONSTRAINT `FK_1A30CFEEF44CABFF` FOREIGN KEY (`package_id`) REFERENCES `Package` (`id`))  

  [Doctrine\DBAL\Driver\PDOException]                                                                                                                                                                             
  SQLSTATE[23000] [1451] Cannot delete or update a parent row: a foreign key constraint fails (`hhvm1`.`TravisContent`, CONSTRAINT `FK_1A30CFEEF44CABFF` FOREIGN KEY (`package_id`) REFERENCES `Package` (`id`))  
  [PDOException]                                                                                                                                                                                                  
  SQLSTATE[23000] [1451] Cannot delete or update a parent row: a foreign key constraint fails (`hhvm1`.`TravisContent`, CONSTRAINT `FK_1A30CFEEF44CABFF` FOREIGN KEY (`package_id`) REFERENCES `Package` (`id`))
h4cc commented 9 years ago

Not yet occured again.