We have the same issue here. I made a post on WordPress but they asked to do it here.
Some more information from our side :
When we use the current latest version of the plugin 3.2.55
we can’t upload files anymore.
They do end up in the file system on the server, but they don’t get saved correctly in the wp_postmeta
.
It results in something like this a:1:{i:0;s:0:"";}
for the variable __wpdm_files
and therefor the file is not linked to the package i guess.
This still worked fine on 3.2.41
. Something must have changed after that. We use a Capistrano setup on the server which uses symlinks for the upload folder. I guess this might give issues. I noticed in the settings of the plugin that File Browser Root
logic got changed. So it might have to do something with that?
I hope this gets fixed soon. It was a bit annoying that not a single error was thrown when the actual uploaded file couldn’t get linked to the file post object / package. We also prefer not to get stuck on an outdated plugin for our client.
Kind regards,
/Wasabiweb