Zen-cart Easy Populate Deleting of product data debris failed!...

安装Easy Populate 插件,Easy Populate总是提示“Deleting of product data debris failed! Please see the debug log in your uploads directory for further information”错误,但是此错误不影响zencart系统运行,但是在顶部黄色错误心里总是不舒服,经过半天研究。终于找找问题所在。原因是删 除产品,zen_customers_basket、zen_customers_basket_attributes这两个表里面有对应删除产品产品 ID。

        解决方面:清除zen_customers_basket、 zen_customers_basket_attributes表数据,刷新后台Easy Populate 页面,会发现提示“Deleting of product data debris succeeded!”,问题解决。

TRUNCATE TABLE customers_basket;
TRUNCATE TABLE customers_basket_attributes;

posted @ 2011-05-20 05:01  luoine  阅读(683)  评论(0编辑  收藏  举报