Closed (fixed)
Project:
Ubercart Auction
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2009 at 19:35 UTC
Updated:
3 Apr 2009 at 18:50 UTC
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
Comment #1
Garrett Albright commentedYup.
Change uc_auction.admin.inc from
'weight' => 10,to
'#weight' => 10,The next release will fix this.
Comment #2
Garrett Albright commented