Closed (fixed)
Project:
Invite
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2006 at 18:11 UTC
Updated:
14 Aug 2006 at 07:24 UTC
The following three errors appear in my log every time I delete an invitation:
Invalid argument supplied for foreach() in /home/darrenoh/public_html/modules/node.module on line 359.
implode() [function.implode]: Bad arguments. in /home/darrenoh/public_html/modules/node.module on line 363.
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: node_load 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 /home/darrenoh/public_html/includes/database.mysql.inc on line 120.
Comments
Comment #1
Nick Wilson commentedIm not able to replicate that, so will have to assume it is something else for now.
If you can work out where the problem is, and there is something I can do in invite.module to help, please resubmit with a patch or greater detail.
thanks!