Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Possible bug in Vanilla Forum?
Hi all,
in the class : applications/dashboard/models/class.usermodel.php
at this line 828:
if (RoleModel::Roles($ConfirmEmailRoleID)) {
in the method:
public function Save($FormPostValues, $Settings = FALSE) {
when I try to call that method in my code I got:
Call to undefined method RoleModel::Roles() in vanilla/applications/dashboard/models/class.usermodel.php
Actually in the RoleModel class 'Roles' method is missing.
Is it a 'bug' in Vanilla forum or I'm missing something?
Thanks
Julio
Tagged:
0
Answers
I'm having the same problem when changing my email address in my profile (while I'm a regular user)