[Plugin: WP Super Cache] No closing HTML tag
-
I can’t get WP Super Cache to create the static pages. I turned debug on, and get the message “<!– Page not cached by WP Super Cache. No closing HTML tag. Check your theme. –>”. Of course my footer.php has the closing tag </body></html>, immediately after wp_footer()
I searched Google all over, and read that this error can be interference by another plugin that calls ob_start. It’s not in any active plugin. Just to make sure, I also disabled every plugin I had one after another, and I’m still getting the “no closing HTML tag” error. Even searched the entire code of my theme, no ob_start calls there. No ob_end_flush either.
At very last, I disabled WP Minify and no debug information was output in the source anymore. But still no page caching. Reactivating WP Minify brings the error again.
The error is consistent in the log file as well. “No closing html tag. Not caching.” for every page.
Any idea what I can try next?
- The topic ‘[Plugin: WP Super Cache] No closing HTML tag’ is closed to new replies.