ob_flush(): failed to flush buffer
-
Hello!
This warning occurs every time a file is downloaded
ob_flush(): failed to flush buffer. No buffer to flush in /wp-content/plugins/download-manager/libs/class.FileSystem.php on line 128Changeing the line 128
from ob_flush();
to if( ob_get_level() > 0 ) ob_flush();will make the warning dissapear. The file is still downloaded and I have not seen any drawbacks with it.
Could you please include it in the plugin!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ob_flush(): failed to flush buffer’ is closed to new replies.