Hi

I am getting the following errors when a payment is entered for an order, which has a product with UC Node Access.

* warning: Invalid argument supplied for foreach() in \modules\node\node.module on line 561.
* warning: implode() [function.implode]: Invalid arguments passed in \modules\node\node.module on line 565.
* 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 n.nid, n.vid, n.type, n.status, n.created, n.changed, n.comment, n.promote, n.sticky, r.timestamp AS revision_timestamp, r.title, r.body, r.teaser, r.log, r.format, u.uid, u.name, u.picture, u.data FROM node n INNER JOIN users u ON u.uid = n.uid INNER JOIN node_revisions r ON r.vid = n.vid WHERE in \includes\database.mysql.inc on line 174.

I'm not sure if the error is coming from this module, or the Content Access or ACL module.

Thanks

Glenn

Comments

jeremy.zerr’s picture

@glennnz

Can you give any more details on your setup with this? Such as what versions of the other modules you were using, and what your uc_node_access settings you had on the product were? I'd like to try and reproduce this, but would like to have a head start if I have difficulties reproducing.

Thanks, Jeremy

jeremy.zerr’s picture

Status: Active » Postponed (maintainer needs more info)