Forum Replies Created
I see, It is happening because you used same package multiple times in same page. We have added a solution for this with next update. However I’ve attached updated file here, unzip and upload wpdm-functions.php in download-manager dir.
#1. Yes, you will need http://www.wpdownloadmanager.com/download/wp-pro-membership/
#2. Sorry, no.
I also need ftp access to wp-content dir to check it in details.
o, got it, it will be hard to change it. because it is used in many files.
Extremely sorry, but I’m not clear about what you asking, may you please elaborate little more.
IT was because of php version, however I tried to edit a file from plugin edit to adjust version compatibility and file got broke, please give me ftp access to plugins dir in a private reply, I’ll adjust and update it there.
I’ve tested here http://sanramonshops.com/member/download/test-doc-2/ , every time it is adding 1 file only.
If you select 1 file, then it only should add single entry, you can delete other from file list and update package. However if you see It is adding 9 entries in a click I need to check it in your installation.
Replaced:
$zip->addFile($file, basename($file));
with:
$filename = explode("/",$file);
$filename = end($filename);
$zip->addFile($file, $filename);
Looks like it is something related with your server, however I tried using google url shortener here http://gerascentre.ca/download/test-2/ and it is working fine in that way.
Looks like the link template Id you are using there is deleted somehow, however I’ve applied another link template and now showing fine or you can use another link template of your choice.
As you are using all files in that package from remote location, full package download as zip will not work, as files are need to be stores in same server before create a zip. So you need to enable individual file download. Also you can add custom title in file list to show the list nicely at front-end and page also will be responsive then.
They are downloading and playing fine for me as you see in my screenshot:
https://www.evernote.com/l/AV3P7zk5J-xAca3T7b3-nSXjZZxU-XC_5DsB/image.png
But filesize issue is not related with my modification, it could be something related with your server settings.
However I was using BetterZip
sorry for the confusion, it was not uploading becuase of dir access permission, anyhow I’ve adjusted permission using the ftp info you gave and working fine now.
As I see, original code is modified in your installation, so the issue could be related to the modification, I can’t be exactly sure where it is.
Sometime server doesn’t support output buffering, it totally depends on your server.
in that case, I need to check that in your installation, please give me temporary site admin login info in a private reply and the package name
ok, I’ve deactivated WP Membership - bbPress add-on, the add-on is for bbPress support actually, as your are using bbPress, you also don’t need that add-on. The add-on using bbPress function and as bbPress is not installed there, so you were seeing the error.
After refresh you need to click save settings button, however I can do that for you, please give me temporary wp-admin login info in a private reply.
Sorry, not clear, please give me your URL to check
it is because pro and free has different versioning system.
it is because of dir access permission, please go to download manager settings, click the refresh button with file browser root field and save settings.
Yes, you can do it using CSV, but add the URL under “files” column. sourceUrl is deprecated.
About the PHP settings , sorry, but I’m not very sure about that, server guys can tell it better 🙂
@brendajfox, I need to check it in your installation, I’m not seeing the issue in my setup.