Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

vertexvaar
Copy link
Contributor

@vertexvaar vertexvaar commented Sep 27, 2022

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.

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)
@FamousWolf FamousWolf merged commit bea6933 into beechit:master Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants