I am getting a PHP/MySQL error:

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 = 0 AND nid IN () in /home/afana/public_html/drupal5/includes/database.mysql.inc on line 172.

also seeing this:
implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/afana/public_html/drupal5/modules/ecommerce/contrib/auction/auction.module on line 338.

but I have no auctions set up so I have temporarily disabled that module. The last order, a donation, was processed correctly as far as I can tell (PayPal got it and paid me).

Comments

rkdesantos’s picture

Category: support » bug

Still can't use auctions module due to this problem.

rkdesantos’s picture

Priority: Normal » Critical

Any progress on this issue? More info needed?

rkdesantos’s picture

Is any work on going with v3.4 any longer? Will these bugs be fixed?

rkdesantos’s picture

Status: Active » Fixed

This issue appears to have been fixed in v3.5 as I no longer am seeing the error though I see no documentation to that effect. This maybe be closed by the maintainer if that is the case.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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