I get the following error, when I want to create a new group:
Could not insert new group
DEBUG MODE
SQL Error : 1136 Column count doesn't match value count at row 1
INSERT INTO phpbb_groups (group_type, group_name, group_description, group_moderator, group_count, group_count_max, group_count_enable, group_single_user) VALUES (2, 'post count', 'test', 1, ' 1',' 1',' 1' '0')
Line : 398
File : /usr/local/httpd/htdocs/982/913/commonwealth/admin/admin_groups.php
can you help me?

