The shipping quotes module uses a field called "oid". Unfortunately this is a reserved name in PostgreSQL, so installation fails.

The attached patch renames the field to u_oid; I'm not sure what your naming conventions are, but it should be easy to search and replace it with something more appropriate if required.

CommentFileSizeAuthor
ubercart.pg_oid.patch2.56 KBelyobo

Comments

Anonymous’s picture

More info on Postgres Object Identifiers (OID): http://www.postgresql.org/docs/8.3/static/datatype-oid.html

rszrama’s picture

Status: Needs review » Fixed

Looks like this was changed to order_id in the update to D6, which makes more semantic sense anyways. : )

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.