Upload Issue
-
When we use the current latest version of the plugin (3.2.55) we can’t upload files anymore. They end up in the file system on the server, but they don’t get saved in the wp_postmeta it results in something like this
a:1:{i:0;s:0:"";}
for the variable__wpdm_files
and therefor not linked to the created to the File.This still works when I switch back to 3.2.41. So something has changed. We have 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? Will this be fixed in the future?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.
- The topic ‘Upload Issue’ is closed to new replies.