This error seems to prevent any proper use of this module.

Not sure where to begin on how to fix.

    * warning: Invalid argument supplied for foreach() in /home/stage3/public_html/test/modules/node/node.module on line 561.
    * warning: implode() [function.implode]: Invalid arguments passed in /home/stage3/public_html/test/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 /home/stage3/public_html/test/includes/database.mysql.inc on line 172.

Comments

Anonymous’s picture

Sorry this information might be helpful.

Clean Install
Drupal 5.10
CCK 1.9
Comment CCK 5.x-1.x-dev

MySQL database 5.0.51a
PHP 5.2.6
Web server Apache/1.3.41 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635 mod_ssl/2.8.31 OpenSSL/0.9.7a

amariotti’s picture

Also getting the same error. Kind of annoying. This bug is not present in the stable release. I had to go to the dev release to fix the issue of not being able to remove comment cck fields from my content type. My specs are similar to txcrew's.

Eugene Fidelin’s picture

I have the same trouble

amariotti’s picture

Argh. It'd be nice if we could get some help here. Anyone have any ideas of where to look to fix this?

Anonymous’s picture

I haven't had the time to test this out but take a look here:

http://drupal.org/node/326033

mitchell’s picture

Version: 5.x-1.x-dev » 6.x-1.0-beta1
Status: Active » Fixed

Please try the latest release and reopen if this issue persists.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes