Closed (fixed)
Project:
Multiforms
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 May 2007 at 10:38 UTC
Updated:
7 Jun 2007 at 16:54 UTC
On creating a multiform and pressing add I get the following:
warning: Invalid argument supplied for foreach() in D:\apache2triad\htdocs\starttmp\modules\node\node.module on line 504.
warning: implode(): Bad arguments. in D:\apache2triad\htdocs\starttmp\modules\node\node.module on line 508.
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 D:\apache2triad\htdocs\starttmp\includes\database.mysql.inc on line 172.
warning: Invalid argument supplied for foreach() in D:\apache2triad\htdocs\starttmp\modules\node\node.module on line 504.
warning: implode(): Bad arguments. in D:\apache2triad\htdocs\starttmp\modules\node\node.module on line 508.
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 D:\apache2triad\htdocs\starttmp\includes\database.mysql.inc on line 172.
Multiform created.
Comments
Comment #1
mcantelon commentedI've tried to replicate with the latest 5 development snapshot, but have been unable to. I'd advise uninstalling the module then reinstalling. If that doesn't work, let me know.
Comment #2
mcantelon commentedHi Joe. Did you manage to get rid of the error message? If so, how? There's another user running into a similar issue.
Comment #3
artatac commentedI will set up a fresh install of drupal with latest multifor and let you know
Thanks
Joe
Comment #4
artatac commentedstarting again from scratch with multiform the first module added, all working well. Suggest the other person try this. Regards Joe
Comment #5
mcantelon commentedExcellent! Thanks Joe!