Luvz

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
in reply to: Massive Error logs being generated by the plug in #5191

Luvz
Member

Thanks for the fix. Works here.. Now I do have a question of why chuck the output? and just not let the all out at once.

thanks
Jonathon

in reply to: Massive Error logs being generated by the plug in #5188

Luvz
Member

My solution till an official fix – works for me your mileage may vary

comment out lines from the process.php file

while (!feof($file)) {
if($wpdm_rest<=$wpdm_chunk) $wpdm_chunk = $wpdm_rest;
echo fread($file, $wpdm_chunk);
$wpdm_tsize += $wpdm_chunk;
$wpdm_rest = $fsize – $wpdm_tsize;
}

below the comment out lines add this statement

echo fread($file,$fsize);

Jonathon

in reply to: Massive Error logs being generated by the plug in #5187

Luvz
Member

I am not running Jet pack – But this started right after upgrading to the latest release of the plug in . ALso WP 3.5.1

Viewing 3 posts - 1 through 3 (of 3 total)