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

Fatal error: Class 'VanillaModel' not found?

edited June 2012 in Vanilla 2.0 - 2.8

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.

Answers

  • Options

    Anyone please :D

  • Options
    peregrineperegrine MVP
    edited June 2012

    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.

Sign In or Register to comment.