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.
Fatal error
This discussion is related to the My Profile addon.
Upon enabling this plugin if I try to enter the profile page the page throws a Fatal Error below
Fatal error: Class 'Format' not found in /home/darkz/public_html/forum/plugins/MyProfile/default.php on line 23
I am unsure what is needed to fix this, as I am unfamiliar to Vanilla's plugins code. If i am missing something that this plugin is dependent on or something like that please let me know.
The piece of code that is giving my forum trouble is
Fatal error: Class 'Format' not found in /home/darkz/public_html/forum/plugins/MyProfile/default.php on line 23
I am unsure what is needed to fix this, as I am unfamiliar to Vanilla's plugins code. If i am missing something that this plugin is dependent on or something like that please let me know.
The piece of code that is giving my forum trouble is
public function ProfileController_AddProfileTabs_handler(&$Sender) {
$Sender->AddProfileTab(Translate("MyProfile_ProfileTab"),
"/profile/myprofile/view/".$Sender->User->UserID."/".Format::Url($Sender->User->Name));
}
0
Comments