• Hi guys,

    It seems like WP Super Cache has problems with Download manager.
    As soon as we installed cache plugin downloads stopped working and started screaming that:

    Warning: Cannot modify header information – headers already sent in /home/somewebsite.digitalmachine.co.nz/public_html/wp-content/plugins/download-manager/functions.php on line 158 Call Stack: 0.0002 235752

    That happens when we click on “download” button. When we disable cache plugin it’s all back to normal so clearly there’s some conflict.
    The funny thing is that after that bunch of errors there’s a real file printed (pdf) but despite error_reporting(0) this error is part of a download.

    Did anyone have problem like this before? And what would be the fix?

    I already tried a few solutions including uncommenting “$use_flock = true; // Set it true or false if you know what to use” in config.

    Any help much appreciated

    https://wordpress.org/plugins/wp-super-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Ralf Klis

    (@rklis)

    If anyone needs an answer:

    To prevent errors in WP Super Cache Advanced options add to exclusion strings below:

    wp-.*\.php
    index\.php
    /download_pkg/

    trouille2

    (@trouille2)

    Hi rklis,
    It works for me, but with the string :
    /download/
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with download manager’ is closed to new replies.