Ok I check antoher way.
I’d like add single file to download without any lock’s and check what happened.
I was receive error: File not found or deleted from server
I was change line 85 in process.php
from: wpdm_download_data(‘file-not-found.txt’,’File not found or deleted from server’);
to
echo ‘ plik :’,UPLOAD_DIR.$files[$ind],”;
and I was see incorrect path:
/var/www/vhosts/software.com.pl/en.malwaremag.com/wp-content/uploads/download-manager-files/ reklama.pdf
Correct was be:
/var/www/vhosts/software.com.pl/en.malwaremag.com/wp-content/uploads/download-manager-files/reklama.pdf
In same place plugin add whitespace in path to file
Do You have any suggestions how to fix it?
I have dedicated server