Download file size 0kb

in Download Manager Free

Viewing 25 posts - 26 through 50 (of 62 total)
Aug 27, 2013 at 7:31 pm
#8156

work with new “process” & nextgenGallery activated 4 me

Aug 27, 2013 at 7:58 pm
#8157
Member
gabstero

just wondering – does the developer has any light to shed on this topic? Seems to be pretty hot.

thanks

Aug 28, 2013 at 9:38 am
#8174

@Tobi88: yes works fine!! Thx!!

Sep 3, 2013 at 11:09 am
#8256
Member
tobi_88
OP

problem still exist with 2.5.0 … but the fix still works too

Sep 3, 2013 at 2:28 pm
#8258

for me the patch works only with the last file of the directory list downloads . Why ? please
The others files will down with 0 Kb.

Sep 3, 2013 at 2:45 pm
#8259
Member
gabstero

ok… forget it. Was thinking of buying the Pro version. With this support form the developer, I am not very eager to do that anymore. On to an alternative… Good bye.

Sep 6, 2013 at 6:52 pm
#8341
Member
morford

yes disabling NextGEN works but one major major problem with this is I use NextGEN and can not disable it!!!! is there another fix because I use it on 4 wordpress site and was going to use it on more but I not be using it with the problem.

Sep 7, 2013 at 7:53 pm
#8347
Member
masel

I created another simplified process.php for 2.5.0 hope this helps some people.

overwrite to /wp-content/plugins/download-manager

Sep 9, 2013 at 2:01 pm
#8362
Member
Xichtu

Great, THX @masel Its working for me:-)

Sep 10, 2013 at 10:59 pm
#8386

thanks tobi

Sep 14, 2013 at 7:42 pm
#8513

The same on my Page.
Disable the NextGen Galley ist not a FIX for me!!!
How can i fix this Problem with 0Kb Filesize?

Sep 15, 2013 at 12:27 am
#8514
Member
masel

Try a modified process.php look here: http://www.wpdownloadmanager.com/support/topic/download-file-size-0kb/page/3/#post-8347
Try disabling more plugins, one after another.

Sep 15, 2013 at 9:09 am
#8516

Works, thanks!

Sep 16, 2013 at 9:18 am
#8525

I’ll the new one tnk’s

Sep 18, 2013 at 4:54 am
#8579
Member
aly22

Just came looking for this solution and THANK YOU masel – your process.php file (msg #8347) fixed the issue. Disabling NextGen is definitely not an option.

Sep 19, 2013 at 1:29 pm
#8678

Seem’s to be solved by updates now
of downmanager & nextgengallery
4 me

Feb 25, 2014 at 4:40 pm
#12601
Member
Kuzdro

I confirm if i disable the “NextGEN Gallery by Photocrati” Plugin the download works fine.


@Shaon
, maybe with this information u can do a fix ?!?!

Feb 28, 2014 at 12:19 pm
#12692
Keymaster
Shahjada
Staff

please add following code at the end of download-manager.php, that will resolve the conflict with nextgen gallery:

function wpdm_skip_ngg_resource_manager($r){
    return false;
}

add_filter('run_ngg_resource_manager', 'wpdm_skip_ngg_resource_manager');
Mar 16, 2014 at 11:05 pm
#13202
Member
mafex

Hi,

I have a problem with downloading a file. It starts to download (opens download window) immediately after clicking on download button, but than suddenly it is not downloading further. After 30 – 60 seconds (doing absolutely nothing) it continues with downloading and finishes it. It is too late and makes impression that it doesn´t work. I wrote to my webhosting provider and it seems that no problem is from his site.

Could you please help?
Does this pluging download via FTP?

Thank you

Mar 21, 2014 at 9:59 pm
#13393
Keymaster
Shahjada
Staff

@mafex, please give me wp-admin login info in a private reply, i’ll check your issue

Mar 22, 2014 at 3:08 pm
#13411
Member
mafex
This reply has been marked as private.
Mar 22, 2014 at 5:45 pm
#13413
Keymaster
Shahjada
Staff

@mafex, please also give me your URL

Mar 22, 2014 at 7:09 pm
#13414
Member
mafex
This reply has been marked as private.
Mar 25, 2014 at 7:32 pm
#13557
Keymaster
Shahjada
Staff

@mafex, it is ok now, your server was not support output buffer function, so I had to disable that part of code.

Mar 26, 2014 at 9:54 am
#13567
Member
mafex
This reply has been marked as private.
Viewing 25 posts - 26 through 50 (of 62 total)

The topic "Download file size 0kb" is closed to new replies.