this is a bug report to og_forum's developers.

when editing a forum topic:
* warning: Invalid argument supplied for foreach() in /path/modules/og_forum/og_forum.module on line 711.

when submitting a Forum topic:
* warning: reset() [function.reset]: Passed variable is not an array or object in /path/modules/og_forum/og_forum.module on line 699.
* warning: next() [function.next]: Passed variable is not an array or object in /path/modules/og_forum/og_forum.module on line 701.
* warning: key() [function.key]: Passed variable is not an array or object in /path/modules/og_forum/og_forum.module on line 702.
* warning: Invalid argument supplied for foreach() in /path/modules/og_forum/og_forum.module on line 711.

Comments

rconstantine’s picture

which versions of mysql and php are you using?

rconstantine’s picture

Status: Active » Closed (duplicate)

Actually, note this: http://drupal.org/node/206064

The same functions in your errors are in that person's. They all stem from the same problem I think.