Where do I get Auto Group 2.0.8?
I was only able to find: auto_group_1.2.2em.zip
I installed this with EM and have encountered this error when trying to create a group in the Amin pannel:
Could not insert new group
DEBUG MODE
SQL Error : 1054 Unknown column 'group_count' in 'field list'
INSERT INTO phpbb_groups (group_type, group_name, group_description, group_moderator, group_count,group_count_max,group_count_enable, group_single_user) VALUES (0, 'Everyone', '', 2, '0','99999999','1', '0')
Line : 405
File : admin_groups.php
I also encounter this error when trying to view user groups on the forum:
Error getting group information
DEBUG MODE
SQL Error : 1054 Unknown column 'group_count' in 'field list'
SELECT group_id, group_name, group_type, group_count , group_count_max FROM phpbb_groups g WHERE group_single_user <> 1 ORDER BY g.group_name
Line : 1227
File : groupcp.php
Help on these would be most appreciated.
www.docsd.com

