Hi. I am very new to this software. not so good at PHP & DB.
I just installed Vanilla2&Garden yesterday on my rented server. I tried to change the name of Role (ex. banned to disallowed) in admin page, though the message said "your change has been saved", the role name is still displayed as "banned".
Is this a folder permission problem or something? I need little help.
thanks.
#if there is a similar discussion to this pls let me know.
I'd say, it's a bug. The edit method for the role controller seems OK, it calls "Save" from the rolemodel which does say everything is fine, hence the message "your change has been saved". The Save doesn't seem to save the name change.
Either it's done on purpose, so the field shouldn't be editable, or the Save does not do everything it needs to do.
I commented out the line Mark mentioned in github, (applications/garden/models/class.rolemodel.php) then i went back to dashboard to change the Role name, yep, it was successful this time!