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
Comment #1
Anonymous (not verified) commentedSorry 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
Comment #2
amariotti commentedAlso 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.
Comment #3
Eugene Fidelin commentedI have the same trouble
Comment #4
amariotti commentedArgh. It'd be nice if we could get some help here. Anyone have any ideas of where to look to fix this?
Comment #5
Anonymous (not verified) commentedI haven't had the time to test this out but take a look here:
http://drupal.org/node/326033
Comment #6
mitchell commentedPlease try the latest release and reopen if this issue persists.
Comment #8
Anonymous (not verified) commented