• jweichel

    (@jweichel)


    I started getting an output buffering conflict on a page that downloads large pdf files. I am getting this php error thrown when I execute a curl session to download the file: <br />
    <b>Fatal error</b>: Unknown: Cannot use output buffering in output buffering display handlers<br />

    I have excluded the page having the problem, but that didn’t work.

    When I deactivate wp-fastest-cache, the problem goes away. The problem page always fails when the plugin is activated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Emre Vona

    (@emrevona)

    can you add an exclude rule as below please?
    https://ibb.co/WkFfg4h

    Thread Starter jweichel

    (@jweichel)

    I had not. I did add this pdf exclusion and still got the error. I believe the error is getting thrown very early before my page template gets control. The error handler is not showing exactly where:
    <b>Fatal error</b>: Unknown: Cannot use output buffering in output buffering display handlers in <b>Unknown</b> on line <b>0</b><br />

    Everything still works if I deactivate the plugin.

    Plugin Author Emre Vona

    (@emrevona)

    Please contact me via email: https://www.wpfastestcache.com/contact-us/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Output Buffering Issue’ is closed to new replies.