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
Comment #1
brashquido commentedShould add I'm using IIS 5.1, PHP 4.41, and MySQL 5.0.18
Comment #2
simeHi
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.
Comment #3
brashquido commentedNo problems, this is what I have;
/* $Id: auction.module,v 1.16 2006/05/07 16:11:08 sime Exp $ */Comment #4
simeOK, I'll be tackling this and the other issues over the next couple of days.
Comment #5
simeShould be fixed.
http://drupal.org/node/62731
Please reopen if problems persist.
Comment #6
(not verified) commented