I am on the Bazaar version from a few days ago. This wasn't an issue with beta5. I am using Drupal 5.5 with PostgreSQL.

I am receiving the following error on the Shopping Cart page.



    * warning: pg_query() [function.pg-query]: Query failed: ERROR: column "default_qty" does not exist LINE 1: ...ts, length, width, height, length_units, pkg_qty, default_qt... ^ in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
    * user warning: query: SELECT model, list_price, cost, sell_price, weight, weight_units, length, width, height, length_units, pkg_qty, default_qty, unique_hash, ordering, shippable FROM uc_products WHERE vid = 345 in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.
    * warning: pg_query() [function.pg-query]: Query failed: ERROR: duplicate key violates unique constraint "PK_uccartproducts" in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
    * user warning: query: INSERT INTO uc_cart_products (cart_id, nid, qty, changed, data) VALUES ('427t46qoa9fr18g4gfrcf4kil2', 345, 1, 1203780561, 'a:4:{s:10:"attributes";a:0:{}s:5:"model";N;s:6:"module";s:10:"uc_product";s:9:"shippable";N;}') in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.
    * warning: pg_query() [function.pg-query]: Query failed: ERROR: column "default_qty" does not exist LINE 1: ...ts, length, width, height, length_units, pkg_qty, default_qt... ^ in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
    * user warning: query: SELECT model, list_price, cost, sell_price, weight, weight_units, length, width, height, length_units, pkg_qty, default_qty, unique_hash, ordering, shippable FROM uc_products WHERE vid = 230 in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.
    * The minimum order subtotal for checkout is $1.00.
    * warning: pg_query() [function.pg-query]: Query failed: ERROR: column "default_qty" does not exist LINE 1: ...ts, length, width, height, length_units, pkg_qty, default_qt... ^ in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 125.
    * user warning: query: SELECT model, list_price, cost, sell_price, weight, weight_units, length, width, height, length_units, pkg_qty, default_qty, unique_hash, ordering, shippable FROM uc_products WHERE vid = 230 in /usr/local/apache2/htdocs/drupal/includes/database.pgsql.inc on line 144.

Comments

WISEOZ’s picture

Status: Active » Fixed

This issue is no longer occurring with beta6. I have marked this issue as fixed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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