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.
Options

Possible bug in Vanilla Forum?

edited February 2012 in Vanilla 2.0 - 2.8

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:

Answers

  • Options

    I'm having the same problem when changing my email address in my profile (while I'm a regular user)

Sign In or Register to comment.