I get the following error when attempting to add a small group:
WordPress database error: [Unknown column ‘a.role_id’ in ‘where clause’]
SELECT a.people_id, CONCAT_WS(” “, b.first_name,b.last_name) AS leader FROM feag_church_admin_people_meta a, feag_church_admin_people b WHERE a.role_id=1 AND a.people_id=b.people_id
I see in install.php that the column role_id is changed to department_id – I have changed the reference in small_groups.php and this has fixed the issue, and I am now able to add small groups.
Thanks for the plugin – I am testing it currently, and it looks very good so far!