Post by carlos001 » Sun Feb 14, 2010 6:26 am

Hi,
I have this error:

Code: Select all

INSERT INTO `product` ( `product_id` , `model` , `sku` , `location` , `quantity` , `stock_status_id` , `image` , `manufacturer_id` , `shipping` , `price` , `tax_class_id` , `date_available` , `weight` , `weight_class_id` , `length` , `width` , `height` , `measurement_class_id`  , `sort_order` , `status` , `date_added` , `date_modified` , `viewed` )
VALUES (
'50', '11427512300', '', '', '1', '5', 'OIL FILTER.jpg', '16', '1', '4.2500', '0', '2009-10-29', '0.22', '3', '0.00', '0.00', '0.00', '2', '0', '1', '2009-10-29 06:06:40', '2009-11-06 09:59:02', '14'
);

New member

Posts

Joined
Sat Oct 31, 2009 5:12 pm

Post by Qphoria » Sun Feb 14, 2010 6:41 am

that's not an error. thats just sql code

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by carlos001 » Sun Feb 14, 2010 9:09 pm

Oka this is the complete error.

Code: Select all

Error: Unknown column 'sort_order' in 'field list'
Error No: 1054
INSERT INTO `product` (`product_id`, `model`, `sku`, `location`, `quantity`, `stock_status_id`, `image`, `manufacturer_id`, `shipping`, `price`, `tax_class_id`, `date_available`, `weight`, `weight_class_id`, `length`, `width`, `height`, `measurement_class_id`, `sort_order`, `status`, `date_added`, `date_modified`, `viewed`) VALUES ('50', '11427512300', '', '', '1', '5', 'OIL FILTER.jpg', '16', '1', '4.2500', '0', '2009-10-29', '0.22', '3', '0.00', '0.00', '0.00', '2', '0', '1', '2009-10-29 06:06:40', '2009-11-06 09:59:02', '14')

New member

Posts

Joined
Sat Oct 31, 2009 5:12 pm
Who is online

Users browsing this forum: No registered users and 10 guests