Error: Unknown column 'product_id' in 'field list'
Posted: Wed Feb 25, 2009 5:31 pm
Can anybody help me?
When i confirm the payment and shipping address, the system give error message in browser.
Error: Unknown column 'product_id' in 'field list'
Error No: 1054
INSERT INTO order_product SET order_id = '2', product_id = '50', name = 'Kingston DataTraveler 2 GB', model = 'Kingston DataTraveler', price = '97000', discount = '0', total = '97000', tax = '0', quantity = '1'
How do i solve these problems? Thank's.
When i confirm the payment and shipping address, the system give error message in browser.
Error: Unknown column 'product_id' in 'field list'
Error No: 1054
INSERT INTO order_product SET order_id = '2', product_id = '50', name = 'Kingston DataTraveler 2 GB', model = 'Kingston DataTraveler', price = '97000', discount = '0', total = '97000', tax = '0', quantity = '1'
How do i solve these problems? Thank's.