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.
[Solved] Does it work on Vanilla 2.1b2?
rolo
New
Does it work on Vanilla 2.1b2?
Thanks!
0
Comments
I believe you have to download the version that is available on github. 1.8 I believe.
Here is a link for the lazy:
https://github.com/vanillaforums/Addons/tree/master/plugins/FileUpload
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I tried installing the GitHub version on Vanilla 2.1b2 and got this error: " The addon could not be enabled because it generated a fatal error".
@Tudor, replace the
/FileUpload/class.fileupload.plugin.php
file from FileUpload 1.8 found on GitHub with this file from FileUpload 1.7.1: https://github.com/vanillaforums/Addons/blob/346e7abee32237b2f51dbe6041a419f9eceeb5b0/plugins/FileUpload/class.fileupload.plugin.phpThe FileUpload 1.8 version added the ability to restrict file uploads per category, which requires functionality that isn't in Vanilla 2.1b2. You should be able to enable the plugin after you replace the file with the one from FileUpload 1.7.1.
Add Pages to Vanilla with the Basic Pages app
Thank you @Shadowdare, it worked!
Nice catch @Shadowdare. I didn't even know that'd happened. We need to remember to branch the Addons repo as well when it's release time from now on.