SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '1922-1' for key 'IDX_STOCK_PRODUCT'

后端 未结 7 610
遥遥无期
遥遥无期 2020-12-09 11:16

While creating product, at the last step after retrieving for a time, Magento gives following error-:

SQLSTATE[23000]: Integrity constraint violation:

7条回答
  •  -上瘾入骨i
    2020-12-09 12:04

    I also encountered this problem. I found after changing the table storage engine from MyISAM to Innodb, problem solved .

提交回复
热议问题