mchrisb03

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
Mar 25, 2014 at 2:56 pm
#13547
Member
mchrisb03
OP

It looks like the only change needed was in:

wp-content/plugins/download-manager/functions.php

In my file, he changed lines 2986 and 2987 (which is the end of the wpdm_all_packages function) from:

$data = ob_get_contents();
ob_clean();

to:

$data = ob_get_clean();
//ob_clean();

Regards.

Mar 18, 2014 at 2:13 pm
#13260
Member
mchrisb03
OP
This reply has been marked as private.
Mar 17, 2014 at 8:51 pm
#13237
Member
mchrisb03
OP
This reply has been marked as private.
Mar 17, 2014 at 10:49 am
#13214
Member
mchrisb03
OP
This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)