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: Class 'VanillaModel' not found?
Well I dont know why is this happening but it appeared first when I accidentally I disabled 'Vanilla' on the applications, and after that, on every page of my forum appears this message "Fatal error: Class 'VanillaModel' not found in C:\xampp\htdocs\vanilla\plugins\FileUpload\class.mediamodel.php on line 11"
When I open that file this is what appears from the line 11:
class MediaModel extends VanillaModel {
If anybody can help me I will be very grateful.
0
Answers
Anyone please
put this in conf/config.php
$Configuration['EnabledApplications']['Vanilla'] = 'vanilla';
i always make a copy of config.php before I start playing in the dashboard. Then i can recover if I have to. i recommend you do this occasionally.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.