CS 0.8.3 release with MySQL 4.1 php4
Installed og after patching node.module and enabled in settings
When I create a group I get the following errors

user error: Table 'gpodb.og_term' doesn't exist
query: INSERT INTO og_term (tid, nid) VALUES (3, 55) in /web/gpo/includes/database.mysql.inc on line 66.

user error: Table 'gpodb.og_term' doesn't exist
query: INSERT INTO og_term (tid, nid) VALUES (4, 55) in /web/gpo/includes/database.mysql.inc on line 66.

warning: Cannot modify header information - headers already sent by (output started at /web/gpo/includes/common.inc:384) in /web/gpo/includes/common.inc on line 192.

There is no og_term table in the db and isn't one created in the og.mysql script.

Comments

webchick’s picture

Status: Active » Fixed

Yeah, og_term comes from og_forum.mysql. Whenever enabling an OG contrib module (og_forum, og_book, etc.) always check in the subfolders for additional .mysql files which might need to be added.

Anonymous’s picture

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

Project: Organic Groups » OG Forum
Component: og.module » Code