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.
Disabled "Vanilla" now Broke.
I've just installed Vanilla and had a look around the settings.. I came across the Applications section and decided to see what Disabling "Vanilla" would do. To my surprise it broke the whole site and spat out this error.
Fatal error: Class 'VanillaModel' not found in /Users/Luke/Sites/vanilla/plugins/FileUpload/models/class.mediamodel.php on line 11
I can now not access the Dashboard to re-enable "Vanilla" and do not know what table it is in the database.
Fatal error: Class 'VanillaModel' not found in /Users/Luke/Sites/vanilla/plugins/FileUpload/models/class.mediamodel.php on line 11
I can now not access the Dashboard to re-enable "Vanilla" and do not know what table it is in the database.
0
Comments
$Configuration['EnabledApplications']['Vanilla'] = 'vanilla';
Or, if you'd prefer to slowly disable plugins until your dashboard is usable again, start by removing FileUpload by deleting this line:
$Configuration['EnabledPlugins']['FileUpload'] = 'FileUpload';
Vanilla Forums COO [GitHub, Twitter, About.me]