I've gone through the readme's installation and notes section and followed the instructions.

I can create a new group home page without a problem. But when I view the group home page (and I'm doing this as the site administrator) I get 4 warning messages:

* warning: array_filter() [function.array-filter]: The first argument should be an array in /.../sites/all/modules/og/og.module on line 2527.

* warning: array_fill() [function.array-fill]: Number of elements must be positive in /.../sites/all/modules/og/og.module on line 2527.

* warning: implode() [function.implode]: Bad arguments. in /.../sites/all/modules/og/og.module on line 2528.

* user warning: 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 ') AND ogu.nid = 7 AND ogu.is_active = 1 AND u.status = 1 ORDER BY ogu.created DE' at line 1 query: SELECT DISTINCT(u.uid), u.* FROM og_uid ogu INNER JOIN users u ON ogu.uid = u.uid WHERE ogu.is_admin IN () AND ogu.nid = 7 AND ogu.is_active = 1 AND u.status = 1 ORDER BY ogu.created DESC LIMIT 0, 10 in /.../includes/database.mysql.inc on line 172.

Comments

number3’s picture

Resolved the issue. It seems like the enabling the blocks didn't set a default value and was causing the warning messages to appear.

I went into Administer - Site Building - Blocks

I had the following blocks enabled but had never configured them:
Group Network
New groups
Group members

Clicked configure for each block (didn't change any settings) and clicked save.

I went back to my group home page and the warning messages were gone.

moshe weitzman’s picture

Status: Active » Fixed

committed a fix. thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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