Thread Starter
Sga
(@sga)
Can’t remember if 4 months ago I had W3 Total Cache plugin active… Could be though.
Ok, I solved my issue.
Symptoms were like that:
– with PHP Version 5.3.28, 0 byte response
– with PHP Version 5.4.23, 143 bytes text response Cannot use output buffering in output buffering display handlers in Unknown on line 0
– error log: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
It seemed that a plugin enabled output buffering, but I cannot find which one. So, I replaced
ob_clean(); // download.php:88
with
ob_end_clean();
which cleans and turns off output buffering.
Issue solved… Hoping not to interfere with other plugins.
Hi, same problem (0 KB ZIP file) is happening to me now.
WordPress-Version: 3.8.1
Plugin-Version: 2.4.0
Apache/2.4.9 (Unix) mod_fcgid/2.3.9
PHP Version 5.3.28
Tried changing permissions, folder, ZIP file size… No luck.