Closed (fixed)
Project:
OG Roles
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Feb 2007 at 06:57 UTC
Updated:
21 Jan 2009 at 21:30 UTC
i get this output:
* warning: Invalid argument supplied for foreach() in /www/docs/d5test/modules/node/node.module on line 504.
* warning: implode() [function.implode]: Bad arguments. in /www/docs/d5test/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 /www/docs/d5test/includes/database.mysql.inc on line 172.Haven't tried to use the module.
Using Mysql 5.1.14-beta and PHP 5.2
Comments
Comment #1
wojtha commentedYes, it was bug in the initial release. Since second tarball of the module was this bug fixed (I hope). If not try even CVS version.
So try it and let me know there please
Comment #2
ben soo commentedWow, thank you wojtha. i downloaded the lateset 5.x-1.x-dev and it installs without warning. Haven't tried to use it yet. The next 2 days for that.
The HEAD release still still causes install warnings.
Comment #3
wojtha commentedThanks for reply. Today I've synchronized HEAD with 5.x version.
Comment #4
(not verified) commentedComment #5
wojtha commentedComment #6
wojtha commented