CamP
New Member
When I attempt to create a new Member Roles (as there are none). I get the following error:
Mysqli statement execute error : Field 'member_role_title' doesn't have a default value
So I went into the database and set 'member_role_title' to have a default value of 'NULL'. I was able to create the new Member Role.
The next issue I'm having is assigning the Member Role to the user who creates a group. It appears to not be doing that. Any ideas on how to resolve this issue?
-- NOTE --
Xenforo 1.5.6
Social Addon 2.5.1
Tested on PHP 5.4, 5.6 and 7
Tested on MySQL 5.5 and 5.7
Mysqli statement execute error : Field 'member_role_title' doesn't have a default value
So I went into the database and set 'member_role_title' to have a default value of 'NULL'. I was able to create the new Member Role.
The next issue I'm having is assigning the Member Role to the user who creates a group. It appears to not be doing that. Any ideas on how to resolve this issue?
-- NOTE --
Xenforo 1.5.6
Social Addon 2.5.1
Tested on PHP 5.4, 5.6 and 7
Tested on MySQL 5.5 and 5.7
Last edited: