Closed (fixed)
Project:
OG Forum
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2007 at 15:32 UTC
Updated:
21 Aug 2007 at 17:40 UTC
The Manage Group Forums link does not work properly as the forms need to be updated for use with the new 5.x Forms API. When selecting the Manage Group Forums link and selecting Add or Edit forum, you're presented with a page not found error due to the fact that the form calls need to be updated. I began working on this here http://drupal.org/node/109573 and was able to get the Add/Edit form to display correctly, however the submit was causing sql errors and I never got around to working it out.
Thanks for your work on this module.
Josh
Comments
Comment #1
altrem commentedI confirm, Manage Group Forum not working, getting SQL errors,
things like:
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
And a php error: Invalid argument supplied for foreach() dans /path/to/install/modules/node/node.module à la ligne 504.
Thank you.
Comment #2
rconstantine commentedsee http://drupal.org/node/121822
Comment #3
darren ohFixed in CVS commit 57756.
Comment #4
Eliyahu commentedIt does not work. I get a blank page when I attemp to use it
Comment #5
darren ohComment #6
darren ohPlease specify the version you are using.
Comment #7
rconstantine commentedWhatever the matter was, the current version is fine and older versions are no longer supported.