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

wojtha’s picture

Assigned: Unassigned » wojtha
Category: support » bug
Status: Active » Fixed

Yes, 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

ben soo’s picture

Wow, 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.

wojtha’s picture

Thanks for reply. Today I've synchronized HEAD with 5.x version.

Anonymous’s picture

Status: Fixed » Closed (fixed)
wojtha’s picture

Status: Closed (fixed) » Fixed
wojtha’s picture

Status: Fixed » Closed (fixed)