I have the attached modal and I'm getting this error.
I've enabled php debug mode and no errors are being thrown.
I've also ensured we're on the latest toolset version.
Thoughts?
Can I get some more details about what kind of form this is, and what the form settings are?
The error suggests it is an edit user form.
User forms must specify the roles that can be edited with the form (screenshot), and the simplest explanation is that the form is being used to edit a user who does not have an accepted role.
Hey Nigel,
This is a edit user form where the user is trying to update an existing custom field which is associated to a user.
The user in this instance is trying to update their own custom field.
The permissions are correctly set. See attached.
I've also checked the settings within access settings
I take it that the current user has one of the checked roles.
Looking at your debug info I can imagine one or two of your plugins could produce a conflict here.
Sorry for the inconvenience, but can you please test this form with all non-Toolset plugins disabled to see if you see the same error displayed? The fact that no role is listed makes me think it could be arising from the support for multiple roles that was provisionally added in Access, if some of your other plugins are assigning additional roles to users, but the no-conflict test should help determine that.