Skip to content

BareUI and Output Buffering #185

Answered by kczx3
kczx3 asked this question in Q&A
Discussion options

You must be logged in to vote

Ignore me. Embarrassed because I tried even this... The problem was indeed with the output buffering. I indeed do need to call ob_start() myself because if I don't then the default output buffer is used which is flushed automatically after 4,096 bytes are reached. So it was just the amount of data that my query/view was outputting that caused the buffer to be flushed automatically. Oy vey. 😥

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kczx3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant