Hi All,

Using Drupal 4.7 with the latest CVS and just noticed that I get the following message when viewing finished auctions and logged in with the admin account;

* warning: implode(): Bad arguments. in D:\iisroot\drupal\modules\ecommerce\contrib\auction\auction.module on line 282.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT COUNT(t.txnid) FROM ec_transaction_product tp, ec_transaction t WHERE t.payment_status = 2 AND t.txnid = tp.txnid AND t.uid = 1 AND nid IN () in D:\iisroot\drupal\includes\database.mysql.inc on line 120.

Logged in with a few other test accounts, and they don't seem to get it.

Comments

brashquido’s picture

Should add I'm using IIS 5.1, PHP 4.41, and MySQL 5.0.18

sime’s picture

Title: I » bad arguments line 282

Hi

This module was updated in the last 12 hours. Can you confirm that you are using the latest version? You'll see this in the second line of the module code, something like this:
/* $Id: auction.module,v 1.16 2006/05/07 16:11:08 sime Exp $ */

I'm not saying there isn't a problem with the latest version, but it would be good to eliminate previous versions.

brashquido’s picture

No problems, this is what I have;

/* $Id: auction.module,v 1.16 2006/05/07 16:11:08 sime Exp $ */

sime’s picture

OK, I'll be tackling this and the other issues over the next couple of days.

sime’s picture

Status: Active » Fixed

Should be fixed.
http://drupal.org/node/62731

Please reopen if problems persist.

Anonymous’s picture

Status: Fixed » Closed (fixed)