• Resolved wilken

    (@gernotwilken)


    Hi all,

    every once in a while I’m not able to open my WordPress homepage anymore. It says “Content-Encoding-Error” in Firefox, Safari and other browsers.

    Only when I clear the cache within humming bird it seems to work again for a couple of days. Is there a workaround for this issue?

    I have the newest version of wordpress and hummingbird. Gzip comprimation and caching is active.

    Best

    • This topic was modified 3 years, 7 months ago by wilken.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @gernotwilken

    I hope you are doing good today.

    Does “Serve compressed versions of cached files” is enabled?
    This setting is only required to be enabled for the server without Gzip Compression.

    If “Serve compressed versions of cached files” is disabled, can you add this code to your wp-config.php file:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    also delete (if exist)
    define('WP_DEBUG', false);

    The line should be placed above the “/* That’s all, stop editing! Happy blogging. */”

    This will generate in the /wp-content/ folder a debug.log file. Thanks to this file we will understand what is causing the error.
    Please attach the debug.log in google drive or dropbox, so that we could take a closer look at this issue.

    Also does site use any other 3rd party cache plugin or hosting cache?

    Kind Regards,
    Kris

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @gernotwilken,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.

    Best Regards
    Nithin

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

The topic ‘Caching leads to Content-Encoding-Error’ is closed to new replies.