Jump to content

Is this SQL error critical ?


Recommended Posts

I have one SQL error which alway appears during upgrading/testing of version1.4 hopefully someone can enlighten me if this is critical or can be ignored

INSERT INTO `xx_hook_module` (`id_module`, `id_hook`, `position`) VALUES (23, 9, (SELECT max_position from (SELECT MAX(position)+1 as max_position FROM `xx_hook_module` WHERE `id_hook` = 9) tmp))

(1062) Duplicate entry '23-9' for key 'PRIMARY'

Thanks in advance

Link to comment
Share on other sites

×
×
  • Create New...