【发布时间】:2014-04-14 18:09:28
【问题描述】:
我已经使用 Magmi 很长时间了,但到目前为止我遇到了一些问题,但现在我正在尝试使用 Magmi 进行 CSV 导入,由于某种原因,它抛出了这个 SQL 错误,并且不知道如何修复它。
- Magento:1.8.1.0
- PHP:5.3.3-7+squeeze18
- MySQL:5.1.73
- MySQLi:5.1.73
错误:
1 SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 - DELETE FROM catalog_product_entity_tier_price WHERE entity_id=? AND customer_group_id IN (?) AND website_id IN ()
2 SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 - ERROR ON RECORD #1
【问题讨论】:
标签: php mysql magento magmi magento-1.8