I am trying to upload an .xlsx
file, with products, prices etc, in an Opencart e-shop. and, I am getting the following error:
Notice: Error: Column count doesn't match value count at row 1 Error No: 1136 INSERT INTO oc_product (product_id,quantity,sku,upc,ean,jan,isbn, mpn,location,stock_status_id,model,manufacturer_id,image,shipping,price,points, date_added,date_modified,date_available,weight,weight_class_id,status, tax_class_id,viewed,length,width,height,length_class_id,sort_order,subtract, minimum) VALUES (5546,999,'','','','','','6.00340.00','',6,'6.00340.00',13, '',1,785,0,'2016-07-27 17:29:43','2016-07-27 17:29:43','2016-07-27',7,7,1,1, 0,0,0,0,0,'1','1','1','1'); in /var/www/vhosts/......
I have checked the .xlsx
file for errors, or mistyped things or things like that. but, I cannot find the problem that causes the error.
Any ideas why? Your help would be really appreciated.