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
Comment #1
rkdesantos commentedStill can't use auctions module due to this problem.
Comment #2
rkdesantos commentedAny progress on this issue? More info needed?
Comment #3
rkdesantos commentedIs any work on going with v3.4 any longer? Will these bugs be fixed?
Comment #4
rkdesantos commentedThis 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.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.