1 reply [Last post]
stormer's picture
Offline
Joined: 09/16/2007
Juice: 110
Was this information Helpful?

Apologies if these have obvious solutions but not being a programmer or developer or anything like that I'm afraid I'm completely out of my depth when these things pop up. Having said that, I think it says a lot for UC that someone like myself can manage to put an e-commerce solution together (not that it's together yet but it's getting close).

Anyhow, I'm getting the following error message when I go to put together a shipment for an order:

user warning: Unknown column 'p.units' in 'field list' query: SELECT pp.order_product_id, pp.qty, pp.qty * op.weight AS weight, p.units, op.nid, op.title, op.model, op.price FROM uc_packaged_products AS pp LEFT JOIN uc_order_products AS op ON pp.order_product_id = op.order_product_id LEFT JOIN uc_products AS p ON op.nid = p.nid WHERE pp.package_id = 2 in /mnt/gs02/herd02/26164/domains/xl32.com/html/xl32/includes/database.mysql.inc on line 172.

and yes, I'm completely out of my depth. Any help would be greatly appreciated.

thanks very much

Ole

Alpha 7e

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Shipping-related error message

I think it's been taken care of. I can't find 'p.units' anywhere in the code. Alpha 8 will be out soon.