Just did a fresh install by the book.

When I go do /store/settings/auction

I get this error message

Fatal error: Unsupported operand types in /var/www/.../drupal/includes/common.inc on line 2827

(I know it's not in uc_cart, but this is the only time I've ever got this message)

Comments

Garrett Albright’s picture

Yup.

Change uc_auction.admin.inc from

'weight' => 10,

to

'#weight' => 10,

The next release will fix this.

Garrett Albright’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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