I've created a new user, but when I want to assign permissions to this user, it is not saved. I have two Fuel sites on one instance. One is doing ok but for the other one I cannot save them.
That is happening in the MY_Model::process_relationships() method around line 3346. The Fuel_users_model has a has_many relationship to the Fuel_permissions_model which gets processed via the on_after_save hook.
Comments
Works like a charm.
If I go to Permissions and add a user to the right box. After saving the user is in the left box again.
I'm using version 1.4
Which file is storing the user permissions? Maybe I can start debugging there.