Running Drupal 6.22, Ubercart 6.x-2.7, Ubercart Auction 6.x-1.0

When I submit a valid bid on an item, the bid works and I get two messages.

warning: Parameter 1 to uc_auction_as_bid_alter() expected to be a reference, value given in /var/web/unitedway-auction/includes/module.inc on line 482.
Congratulations. You are currently the high bidder for this item.

Comments

EWB’s picture

I get the same warning... any solutions?

budimaneka’s picture

Try to change the function uc_auction_as_bid_alter(&$node, &$bid_record) at line 28 in uc_auction_as.module file

to

function uc_auction_as_bid_alter($node, &$bid_record)

*delete the "&"