Post new forum topic link causes Internal Server Error due to missing table
pauldawg - June 23, 2009 - 20:06
| Project: | OG Forum |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The link I am trying to click is:
?q=node/add/forum/8&gids[]=3
the error message displayed in the log is:
Table 'drupal.og_access_post' doesn't exist query: SELECT oap.nid, COALESCE(oap.og_public, 1) AS is_public FROM og_access_post oap WHERE oap.nid = 7 in D:\dev_home\sites\all\modules\og_forum\og_forum.module on line 495.

#1
I am still using OG Forum 6.x-1.4 for the same reason. Ever since OG issued og 6.x-2.0-rc1 this has been a problem:
"Significant patch by Moshe Weitzman. Please backup your database before upgrading ... Improve DB integrity. Factor the is_public column out of og_ancestry table and into a new og_access_post table that is 'owned' by og_access module. Add primary key to og_ancestry to prevent duplicate entries. Requires a visit to update.php. Customized Views which relied on the is_public column will need to be fixed in the Views UI. Views that ship with OG are unaffected."
You can see the original OG post here - http://drupal.org/node/429998 - and the bug report here - http://drupal.org/node/438446
That bug report is closed, so I guess this new one is appropriate. Perhaps they could at least post a notice on the OG Forum and OG project pages about the incompatibility between the two. OG Forum is a great module, very popular, and IMO a must-have for a robust OG installation.
#2
Thanks for your comments.
I have added a few words of guidance on the project page.
Best, Paul
#3
Automatically closed -- issue fixed for 2 weeks with no activity.