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.
FileUpload 1.1 Released
This discussion is related to the fileupload addon.
This discussion has been closed.
Comments
Vanilla Forums COO [GitHub, Twitter, About.me]
The other alternative is to wait for the next release of FileUpload. Tim's said he's building this functionality into the addon and I'm sure it will be a lot nicer than my hack.
Well, in order to install this, you must have your website hosted on a dedicated server because you have to use Secure Shell (SSH) access
Vanilla Forums COO [GitHub, Twitter, About.me]
It doesn't work with MaxImageSize-plugin for me.
@ruifelipe thanks, your changes work well for me!
@Tim I can't yet use my locale.php with this plugin but have to customize it in the plugin's files themselves. Maybe that's something else to improve for the next version?
Vanilla Forums COO [GitHub, Twitter, About.me]
1. type in my comments then attach a file, attach file successful.
2. When i want to post my comment, after posted the comment the attached file does not upload. It did not store into the database. even those old uploaded files doesn't work either. I cant download old files. When i go to /discussion/download/'mediaid'/filename, it seems to be blank page....no download popup windows at all.
Help....in trouble now
FATAL ERROR IN: PHP.Gdn_ErrorHandler();
"FileUpload requires the Vanilla application version 2.0.9"
LOCATION:
> 364: );
> 365: }
> 366: }
> 367: } else if ($RequiredVersion != '*' && $RequiredVersion != '') {
>>> 368: throw new Exception(
> 369: sprintf(
> 370: T('%1$s requires the %2$s %3$s version %4$s'),
> 371: $ItemName,
> 372: $RequiredItemName,
BACKTRACE:
[D:\Inetpub\sarahsinn\tap\library\core\class.pluginmanager.php 413] PHP::CheckRequirements();
[D:\Inetpub\sarahsinn\tap\applications\dashboard\controllers\class.settingscontroller.php 499] Gdn_PluginManager->TestPlugin();
[D:\Inetpub\sarahsinn\tap\library\core\class.dispatcher.php 270] SettingsController->TestAddon();
[D:\Inetpub\sarahsinn\tap\index.php 39] Gdn_Dispatcher->Dispatch();
I attempted to change the version number to 2.0.9 in the index.php file, but this didn't seem to have any effect whatsoever. Am I using an incompatible version of vanilla? I never really understood what the rc versions were anyway.
Thanks,
Chris
Vanilla Forums COO [GitHub, Twitter, About.me]
RC means "Release Candidate" ... its a version before we even release vanilla 2.0, and we're already at 2.0.14. Please upgrade
Vanilla Forums COO [GitHub, Twitter, About.me]
/conf/config.php
Change this setting:
$Configuration['Garden']['Errors']['MasterView']
To this value:
'deverror.master.php'
Try doing those actions again and see if you get errors. Another thing you could try is UPDATING to the latest FileUpload and Vanilla. I fix errors daily
Vanilla Forums COO [GitHub, Twitter, About.me]
http://www.haughin.com/2007/10/23/php-upload-progress-with-php-52-apc/
The important parts that you might not have done are:
Vanilla Forums COO [GitHub, Twitter, About.me]