Fatal error(E_USER_ERROR): DB処理でエラーが発生しました。
SQL: [PREPARE mdb2_statement_mysql_29b6183a80e518ec4718bd9348e56f9a12ab8b9736 FROM 'INSERT INTO dtb_products_class(product_class_id,product_id,product_type_id,product_code,stock,sale_limit,price01,price02,update_date,point_rate,del_flg,creator_id,stock_unlimited,create_date) SELECT ?,?,?,?,?,?,?,?,?,?,?,?,?,?']
PlaceHolder: [array (
PlaceHolder: [array (
0 => 24,
1 => '24548',
2 => '1',
3 => '24548',
4 => '10',
5 => '10',
6 => '273000',
7 => '196900',
8 => '2013-02-24 10:31:24.000002',
9 => '1',
10 => '0',
11 => '2',
12 => '0',
13 => '2013-02-24 10:31:24.000002',
)]
MDB2 Error: constraint violation
_doQuery: [Error message: Could not execute statement]
[Last executed query: EXECUTE mdb2_statement_mysql_29b6183a80e518ec4718bd9348e56f9a12ab8b9736 USING @0, @1, @2, @3, @4, @5, @6, @7, @8, @9, @10, @11, @12, @13]
[Native code: 1062]
[Native message: Duplicate entry '24548-0-0' for key 'product_id']
◆結論: dtb_products_class内のデータを削除した。
その上で、再度、CSVをアップしたらいけた。
「商品規格ID」を空白にしているところの影響らしいが・・・。
関連するに近いと思われる情報は、手前のリンク。