wp-super-cache output buffer error and 'ob_start()
-
I am receiving this error on the txt debag file –
“Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text ‘ob_start’ in the files of your plugins directory.”I don’t use any other plugin but wp-super-cache plugin.
However, in my theme function.php there are two functions that create output buffer.
These two functions correctly use ‘ob_start()’ and end the buffer by sending the data to output with ob_end_clean();.
There are no other instances in the site’s theme of using output buffer.
How do I work around this issue?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp-super-cache output buffer error and 'ob_start()’ is closed to new replies.