Whenever I add a product-kit to the cart I get the following bunch of errors:
- warning: Invalid argument supplied for foreach() in /drupal/modules/node/node.module on line 521.
- warning: implode() [function.implode]: Invalid arguments passed in /drupal/modules/node/node.module on line 525.
- 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 /drupal/includes/database.mysqli.inc on line 151. - warning: Invalid argument supplied for foreach() in /drupal/modules/node/node.module on line 521.
- warning: implode() [function.implode]: Invalid arguments passed in /drupal/modules/node/node.module on line 525.
- 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 /drupal/includes/database.mysqli.inc on line 151.
In any case, the product kit is actually added to the cart…
There is one excetion though: when I click "add to cart" from the product kit page, the warnings are not displayed. The warnings show up when clicking the buttons in the catalog or any other listings.
I have already tried to delete the product kit and recreate it, to no avail.
Any ideas??
Gabriele
================
This is my conf:
Web Server: Apache/2.2.8 (Debian) DAV/2 PHP/5.2.5-3 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8
MySQL version 5.0.51a
Drupal 5.7
Ubercart version 1.0rc2





Joined: 04/08/2008