beechit / fal_securedownload

An extension for TYPO3 CMS which adds secure downloads to FAL
36 stars 62 forks source link

[BUGFIX] Don't try to flush output buffers that don't exist #198

Closed vertexvaar closed 2 years ago

vertexvaar commented 2 years ago

All existing output buffers are closed before dumping the file contents. Calling ob_flush again will not have an effect on the buffers, but trigger a warning instead: Notice: ob_flush(): failed to flush buffer. No buffer to flush With exceptionErrors enabled, this will break the eID dumpfile function.