PHP error when visiting path user/register

Unknown column 'o.register' in 'where clause' query: og_user /* Anonymous : og_user */ SELECT n.nid, n.title, o.* FROM node n INNER JOIN og o ON n.nid = o.nid WHERE ((n.moderate != 1)) AND ( n.type IN ('page') AND n.status = 1 AND o.register = 1 )ORDER BY n.title in /drupal-6/sites/all/modules/og/og.module on line 2359.
CommentFileSizeAuthor
#1 register-column-304890-1.patch962 bytespwolanin

Comments

pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new962 bytes

Patch against CVS HEAD for og.module

amitaibu’s picture

Version: 6.x-1.0-rc5 » master
Status: Needs review » Reviewed & tested by the community

Works as advertised.

blackdog’s picture

Status: Reviewed & tested by the community » Fixed

Was fixed with this patch.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.