Wedge
Public area => The Pub => Bug reports => Topic started by: Pandos on March 5th, 2014, 08:50 AM
-
Simple to reproduce:
Write a new post and select an attachment.
Then change the attachment in favour for another attachment.
Click Post.
Result: the first choosen attachment is uploaded.
-
Seems that this issue is a bit older :)
http://wedge.org/pub/bugs/8072/attachment-upload-bug/msg288200/#msg288200
-
Just like Arantor said originally: did you test locally, and if yes, without the mass-attach plugin..?
-
Working correct on a fresh install.
So it's a problem with mass_attach.
-
Shouldn't be too hard to fix then... Once I'm done with my game :P
Unless @Dragooon wants first look!
-
Bump for @Dragooon.
This one's fucked up. Not only the plugin, but also the attachment system overall.
Tested on my local site...
- Dropped a file. Instead of uploading it, it just reverted to the regular system.
- Added a second file with the Attach selector. Removed it. Added a third.
As a result, after submitting, all 3 files were uploaded. :-/
Can anyone confirm on their local sites?
-
It looks OK without the plugin. With it I get the same as you.
-
Dig a bit deeper in it and found out that json_encode() was removed from PHP core in 5.5 due to a licensing problem.
Will install it and see if it is working :)
-
Dig a bit deeper in it and found out that json_encode() was removed from PHP core in 5.5 due to a licensing problem.
Will install it and see if it is working :)
What? I'm on PHP 5.5 and it works..
-
And I'm on 5.3.
-
Dig a bit deeper in it and found out that json_encode() was removed from PHP core in 5.5 due to a licensing problem.
Will install it and see if it is working :)
Ubuntu only.
Do this:
apt-get install php5-json
-
Also, I should mention that since Wedge has a drop in fallback for JSON, there's no reason for it not to work without the instruction above...
-
He :)
Thought I've found the culprit :)
OK, do a little more search on it.
-
Ohhhh interesting, I'll take a look in weekend.
-
Thanks! :)
-
Is there any progress? I could do some testing this evening if so.
-
Nope, I haven't been working on this... I usually rely on the original authors to fix problems (Dragooon, TE...), but feel free to work on them, just as I fixed the importer bug myself. ;)