Following error message being obtained after setting up as per instructions in readme file

Timeline of Nodes Created

warning: Invalid argument supplied for foreach() in C:\apache2triad\htdocs\drupal-4.7.2\modules\node.module on line 359.
warning: implode(): Bad arguments. in C:\apache2triad\htdocs\drupal-4.7.2\modules\node.module on line 363.
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.moderate, 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 C:\apache2triad\htdocs\drupal-4.7.2\includes\database.mysql.inc on line 120.

Comments

dado’s picture

hmm. i cannot reproduce. the problem seems to be with your views filter. The views query WHERE clause is
"where in"
which is missing a colimn name and the target values.

Do you have an up to date version of views module? Sometimes views cache must be reset. Can do this by going to admin/modules and submit the page. Not sure what elsoe might be the problem.

dado’s picture

Status: Active » Fixed

I assume this fixed the bug

Anonymous’s picture

Status: Fixed » Closed (fixed)