Good question. As I don’t have a MAC in my test environment, it would be great to hear from others regarding their experiences.
Can you help me troubleshoot this?
If I pay can you help me with this? I’d really like to use this plugin.
Hello developer? Can you help me? I’d really like to use this plugin.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The author is essentially calling out to the WordPress community for help on this issue because he does not have the environment to replicate your problem – it’s not like he’s just plain ignoring you.
There are other ways to trouble-shoot problems besides recreating the exact environment (looking at logs perhaps?).
Author– are you out there? Are you interested in getting this plugin working? Will pay help?
Author– are you out there? Are you interested in getting this plugin working? Will pay help?
Hi,
I had the same problem previously, then I was able to remove a plugin that conflicted. Now it’s returned for me and I can’t figure out which plug-in caused the conflict. And it’s happening on Windows OS, too. Easy Digital Downloads had a similar problem for me, then I changed the download method to “redirect” and the downloads worked again. Maybe there’s a way to hack Download Codes to do the same?
Does anyone else have a solution?
Take a look at this thread: https://ww.wp.xz.cn/support/topic/still-some-0-kb-zips?replies=13. In wp-download-codes/includes/download.php I changed
ob_clean();
to
ob_end_clean();
and things work. There’s an article here: http://php.net/ob_clean that may explain some of that stuff. I didn’t read far into it, as the plug-in is working now. But there may be some warnings I’ve ignored that someone else might want to investigate.
Good luck!
Replacing ob_clean with ob_end_clean worked! I just tested it with my Mac. I’ll have to do more testing, but it looks good so far. Thanks!
i’ve tried the ob_end thing, deactivating plug ins, still returns O kb. on Firefox and Safari on a Mac. also when apache send file is enabled it adds a _ to the end (xxx.zip_) which is not useful. without that the link doesn’t work except for contril click/download (also 0kb)