Shahjada

Forum Replies Created

Viewing 25 posts - 7,451 through 7,475 (of 15,647 total)
Jun 3, 2015 at 3:09 pm
#30112
Keymaster
Shahjada
Staff OP

Replaced:

 $zip->addFile($file, basename($file));

with:

$filename = explode("/",$file);
$filename = end($filename);
$zip->addFile($file, $filename);
Jun 3, 2015 at 3:06 pm
#30111
Keymaster
Shahjada
Staff OP

folder: /wpdm-download-button/images/

Jun 3, 2015 at 3:05 pm
#30110
Keymaster
Shahjada
Staff OP

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.

Jun 3, 2015 at 1:34 pm
#30108
Keymaster
Shahjada
Staff OP

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.

Jun 3, 2015 at 12:28 pm
#30106
Keymaster
Shahjada
Staff OP

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.

Jun 3, 2015 at 12:00 pm
#30104
Keymaster
Shahjada
Staff OP

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

Jun 3, 2015 at 10:20 am
#30102
Keymaster
Shahjada
Staff OP

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.

Jun 3, 2015 at 8:07 am
#30100
Keymaster
Shahjada
Staff OP

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.

Jun 3, 2015 at 8:03 am
#30098
Keymaster
Shahjada
Staff OP

Sometime server doesn’t support output buffering, it totally depends on your server.

Jun 3, 2015 at 7:59 am
#30097
Keymaster
Shahjada
Staff OP

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

Jun 3, 2015 at 6:52 am
#30093
Keymaster
Shahjada
Staff OP

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.

Jun 3, 2015 at 6:44 am
#30092
Keymaster
Shahjada
Staff OP

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.

Jun 2, 2015 at 8:40 pm
#30078
Keymaster
Shahjada
Staff OP

Sorry, not clear, please give me your URL to check

Jun 2, 2015 at 8:31 pm
#30077
Keymaster
Shahjada
Staff OP

it is because pro and free has different versioning system.

Jun 2, 2015 at 8:30 pm
#30076
Keymaster
Shahjada
Staff OP

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.

Jun 2, 2015 at 8:29 pm
#30075
Keymaster
Shahjada
Staff OP

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 🙂

Jun 2, 2015 at 8:27 pm
#30074
Keymaster
Shahjada
Staff OP

@brendajfox, I need to check it in your installation, I’m not seeing the issue in my setup.

Jun 2, 2015 at 7:59 pm
#30072
Keymaster
Shahjada
Staff OP

it was because you didn’t select button image from wpdm settings. Anyhow showing now.

Jun 2, 2015 at 7:54 pm
#30070
Keymaster
Shahjada
Staff OP

It is just adding access and secret key, the rest is depends on api key permission, if your api key doesn’t have proper authorization, it will not be able to word properly which is already explained in AWS docs. Please check api key permissions.

Jun 2, 2015 at 7:50 pm
#30069
Keymaster
Shahjada
Staff OP

Ok, It is released now, please update your copy.

Jun 2, 2015 at 7:07 pm
#30067
Keymaster
Shahjada
Staff OP

Please check if file is not attached or that package is deleted somehow, as I see another one is working fine:
https://www.evernote.com/l/AV2_W7CSFF5Fb5CVSgDK6twrhBJELQcbEeUB/image.png

Jun 2, 2015 at 7:02 pm
#30066
Keymaster
Shahjada
Staff OP

I know, we address templating system for short-codes and other wpdm templates, but will extend it for email templates too very soon 🙂 .

Jun 2, 2015 at 7:00 pm
#30065
Keymaster
Shahjada
Staff OP

ops, correct email address is customize@wpdownloadmanager.com

Jun 2, 2015 at 6:57 pm
#30063
Keymaster
Shahjada
Staff OP

It is certainly something related with servers php timeout settings or something else related with server php settings. It need to be fixed from server site. However, another alternative is, you keep those file in upload dir or any other dir than download-manager-files and attach those file as URL, in that case, when user clicks on download it simply will redirected to that url and start download, as direct download from url is not related with php, it should work fine.

Jun 2, 2015 at 6:37 pm
#30062
Keymaster
Shahjada
Staff OP

is output buffering disabled in your site?

Viewing 25 posts - 7,451 through 7,475 (of 15,647 total)