…all the downloads are in ahm_files while wp_ahm_files is empty. Where else are the downloads stored ?
For some reason your script looks up the graphic icons from /wp-admin/download-manager/file-type-icons
I copied the directory and overlapping problem is gone (also 404 errors due to wrong path).
I still assume a wrong relative path setting somewhere in download-manager.php
…and btw. i found that this problem is caused by wp-content\plugins\download-manager\tpls\metaboxes\attached-files.php
LINE 44: ” />
Replace WPDM_BASE_URL to WPDM_BASE_DIR solves this issue.
Sorry but double forward slashes causes problems on my server so it has to be removed however.
There is no encoding problem … Thank you
Click “EDIT” package and follow networkanalyse in brower …
I’am sorry, there is no access to the admin backend from outside possible.
Cleared the browsercache and the server cache. No change. Still overlapping.
No, but it will bring up a 404 error and the graphic icon is missing (on my server) 😉
Hi !
I just updated to 4.2 version and got this overlapüping box ! How to solve ?
Is it possible to update all packages at once to resolve this issue ?!
Dear Shaon. I cannot grant access to the server but i will delete the plugin and reinstall.
If it still has problems with zip i will walk trough the function by logging whats happen there.
I’m pretty sure, there is no rights problem in this directory so maybe zip functionality is broken somewhere.
…it is not possible to check it because the host is on a shared server.
I can see that on package update wpdm will create a new zip (new date/time) in “download-manager-files” folder.
So i assume there is no cached version ? If yes please tell me where and i will check the current file rights.
I checked the following:
1) deleted the current zip stored in “download-manager-files” folder
2) all needed files in the package are stored also in this folder
3) pressed update on the package – there is NO new zip in this folder
4) pressed download the package. now a zip has been generated in “download-manager-files” folder which contained only 3 of 5 files
So if there is another “zip” somewhere (i didn’t found) please tell me where.
Hi guys (double post here because it’s urgent).
I also need a little help. Buyed recently the pro version. I did everything described here regarding the upgrade procedure.
Now i can see 2 databases – one named “ahm_files” with all my migrated data and another named “wp_ahm_files” which is currently empty. I can use all things in downloadmanager but one thing does not work (zip functionality). Is it because of this error ? Should i manually copy all data via mysql from ahm_files to wp_ahm_files ?
Btw. i can see that there are 2 different databases. One named “ahm_files” with a lot of data but less fields than “wp_ahm_files” which is empty instead ? Is there an error from free version upgrade ?
I tried update but there is no “recaching”. It seems that download file will be generating on the fly while clicking “download”.
I checked the access level on all files in the package and they are good (full access). Access to the server is not possible.
I assume a “bug” in traversing the directory ? Any chance to set a “debug” output in WPDM ?
…i mean 5 files in one package which are listed but 3 are in zip after downloading
Hello. Still have a problem with files of this package (the attachdir was another problem).
I have 5 packages on download site but only 3 are in zip packed when downloading ?!
OK sorry, found out that WPDM is not checking on user input in “ATTACH DIR”.
In this case, the user filled “823” into the attach dir field which was non existent. Script should check this before generating the doinwload file …..
The download does not work whenever i have more than 1 file in a package for some reason.
WPDM is installed on PHP 5.2.17 (is there any newer requirement ? because we cannot upgrade @ the moment)
Next problem:
Warning: scandir(823/) [function.scandir]: failed to open dir: No such file or directory in \www\docs\user\pichler\wp-content\plugins\download-manager\modules\server-dir-browser.php on line 90
$dir seems to have 823 as value ? Any ideas ? Either the server is buggy or the script ?!
Btw. i found out, that in lock options i have to klick “enable passwort lock” which is not selected by default (because the page was missing before due a script path error in functions.php wp_enqueue_script …)
This fixes my issue now but it should only be accessable from logged in users (i prefer one user “KUNDEN” which should not be able to change the password)
How is it possible to set all packages at once to “ENABLE PASSWORT LOCK” an default link/page template ?
1) No – i set categories “SLUG” name.
2) I always can access the downloads as non authorized user via any browser pointing to:
www.mydomain.com/?wpdmcategory=yourslugname
and download every document even it is set password protected !!! ????
Why ?
Btw. shortcodes worked now but even if i set a password to all my packages everybody can download and open without entering a password ? Why ?
Where ist the pagination and how to put a search box for downloads in front end on a page ?
Thx for your replys
Next question – whenever i call the page via mydomain/?wpdmcategory=…. all downloads are not password protected even i set them ?! Why is it poosible to open the document ?