magento, error when reindexing Catalog URL Rewrites

后端 未结 3 1627
执笔经年
执笔经年 2021-01-07 13:24

All this afte rupgrading from 1.4.1

I get a quite specific error message:

Next exception \'Zend_Db_Statement_Exception\' with message \'SQLSTA

3条回答
  •  感情败类
    2021-01-07 14:21

    Ok, the problem was a duplicate SKU. You shouldn't be able to enter one, but what happened (in magento 1.4.0.1) was, that the client entered a very long SKU which got shortened when saving the product. the shortened part was then identically to another SKU.

    so, if yourself have this problem, check you database for duplicate SKUs (can someone post an SQL Query to do this?)

提交回复
热议问题