Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1054 issue


rfcalloway

Recommended Posts

Posted

When a customer tries to retrieve his/her payment history, they're receiving this error (or one similar)

 

1054 - Unknown column 'products_manufacturer' in 'field list'

 

select products_manufacturer, orders_products_id, products_name, products_model, products_price, products_tax, products_quantity, final_price from orders_products where orders_id = '288'

 

[TEP STOP]

 

__________________

 

1054 - Unknown column 'products_manufacturer' in 'field list'

 

select products_manufacturer, orders_products_id, products_name,

products_model, products_price, products_tax, products_quantity, final_price

from orders_products where orders_id = '1'

 

[TEP STOP]

 

Thanks!

Posted

You are missing the field in your database that this SQL is trying to access. Try creating a 'products_manufacturer' column in the 'orders_products' table.

-------------------------------------------------------------------------------------------------------------------------

NOTE: As of Oct 2006, I'm not as active in this forum as I used to be, but I still work with osC quite a bit.

If you have a question about any of my posts here, your best bet is to contact me though either Email or PM in my profile, and I'll be happy to help.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...