Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. Lua Error: Can't write; duplicate key in table 'ps2_HatPersistence' (CREATE TABLE IF NOT EXISTS `ps2_HatPersistence` (`validSlots` TEXT NULL, `id` INT(11) NOT NULL AUTO_INCREMENT, `itemPersistenceId` INT(11) NOT NULL, `iconInfo` TEXT NULL, PRIMARY KEY (`id` ASC), CONSTRAINT `FK_3404913895` FOREIGN KEY (`itemPersistenceId`) REFERENCES `ps2_itempersistence` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT) ENGINE=InnoDB)
  2.  
  3. Can't write; duplicate key in table 'ps2_HatPersistence' (CREATE TABLE IF NOT EXISTS `ps2_HatPersistence` (`validSlots` TEXT NULL, `id` INT(11) NOT NULL AUTO_INCREMENT, `itemPersistenceId` INT(11) NOT NULL, `iconInfo` TEXT NULL, PRIMARY KEY (`id` ASC), CONSTRAINT `FK_3404913895` FOREIGN KEY (`itemPersistenceId`) REFERENCES `ps2_itempersistence` (`id`) ON DELETE CASCADE ON UPDATE RESTRICT) ENGINE=InnoDB)
  4. [Pointshop2]Failed to initialize Model OutfitHatPersistenceMapping(-1: Parent table Pointshop2.HatPersistence failed to initialize)
  5. WARNIG: uncaught error
  6. -1 Parent table Pointshop2.HatPersistence failed to initialize
  7. [Pointshop2]Failed to initialize Model HatPersistence(0: 0)
  8. GLib.Resources : Compressing resource Pointshop2/outfits took 8.59 ms (35.20 KiB to 5.78 KiB).
  9. GLib.Resources : Compressing resource Pointshop2/settings took 502.72 ยตs (1.51 KiB to 420.00 B).
  10. L 06/08/2017 - 22:02:27: Lua Error: Table 'dr1_pointshop2.ps2_HatPersistence' doesn't exist (SELECT `ps2_HatPersistence`.`validSlots` AS `ps2_HatPersistence.validSlots`,`ps2_HatPersistence`.`id` AS `ps2_HatPersistence.id`,`ps2_HatPersistence`.`itemPersistenceId` AS `ps2_HatPersistence.itemPersistenceId`,`ps2_HatPersistence`.`iconInfo` AS `ps2_HatPersistence.iconInfo`,`ItemPersistence`.`price` AS `ItemPersistence.price`,`ItemPersistence`.`id` AS `ItemPersistence.id`,`ItemPersistence`.`uuid` AS `ItemPersistence.uuid`,`ItemPersistence`.`ranks`
  11. Table 'dr1_pointshop2.ps2_HatPersistence' doesn't exist (SELECT `ps2_HatPersistence`.`validSlots` AS `ps2_HatPersistence.validSlots`,`ps2_HatPersistence`.`id` AS `ps2_HatPersistence.id`,`ps2_HatPersistence`.`itemPersistenceId` AS `ps2_HatPersistence.itemPersistenceId`,`ps2_HatPersistence`.`iconInfo` AS `ps2_HatPersistence.iconInfo`,`ItemPersistence`.`price` AS `ItemPersistence.price`,`ItemPersistence`.`id` AS `ItemPersistence.id`,`ItemPersistence`.`uuid` AS `ItemPersistence.uuid`,`ItemPersistence`.`ranks` WARNIG: uncaught error
  12. 0 SQL Error
  13. [Pointshop2] Couldn't load persistent items: 0 - SQL Error
  14. Server Broadcast: [XNG] Mr. Panda has joined the server.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement