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.
File Upload always shows Uploading.... and never finished
This discussion is related to the fileupload addon.
Comments
Attempting to gather useful information. Hope this is actually helpful:
c.extend.error jquery.js:28
c.extend.parse JSONjquery.js:29
Gdn_MultiFileUpload.Gdn_MultiFileUpload.Progress fileupload.js:374
c.extend.proxy.b jquery.js:32
b jquery.js:124
c.extend.ajax.g.x.onreadystatechange jquery.js:129
jquery.js:28 Uncaught Invalid JSON:
Vanilla Version 2.0.17.10
FileUpload version 1.4.4
upload_max_filesize
.So now can anyone fix that problem?
public_vforg
theme you have to make sure that your footer part in default.master.tpl looks like:<div id="Foot"> <div><span>By Vanilla</span></div> {asset name="Foot"} </div>
There must be tag inside. After some experiments with footer part all plugin that I had problems with started working.
Hope it'll help you too.
I had this bug too.
When I first uploaded the plugin (1.5.1) to my plugins folder I did it through Dreamweaver.
I decided to try using the older version (1.4.4) and see if that one worked. I didn't take any chances on the upload (sometimes Dreamweaver misses files) so I used Cyberduck just to be sure. I enabled it, and shazam! It works now!!
Maybe it was DW, or maybe it's the latest version of the plugin that has a bug.
I'll have to try the new version uploaded through Cyberduck and see if it still works.
Fatal error: Call to undefined method Gdn_Upload::Parse() in /srv/www/nexus/ephemeral/plugins/FileUpload/class.fileupload.plugin.php on line 716
What can be the reason?
Using Vanilla 2.0.17.10 and FileUpload 1.5.1 on a apache2 server.
No theme, no APC
Error Message from firedebug
uncaught exception: Invalid JSON: Fatal error: Call to undefined method Gdn_Upload::Parse() in [forumroot]/plugins/FileUpload/class.fileupload.plugin.php on line 716
uncaught exception: Invalid JSON: <br> <b>Fatal error</b>: Call to undefined method Gdn_Upload::Parse() in <b>/home3/theschp4/public_html/keyboardlover/forum/plugins/FileUpload/class.fileupload.plugin.php</b> on line <b>716</b><br>
Is there anyway to get the icon show the first page of PDF instead of just a plain white icon?
http://www.sans-concept.com/temp/FileUpload-144.zip
Yes you help. This is the solution that fixed the error for me. Thanks.