• Enabling the plugin, if I go to a blog post, my first visit is fine. Refresh, the page duplicates. The page renders 2 times, one on top of the other. This error is at the top of the ‘second’ version of the page
    Warning: ini_set(): Cannot change zlib.output_compression – headers already sent in /home/activede/public_html/wp-config.php on line 126

Viewing 8 replies - 1 through 8 (of 8 total)
  • Ben

    (@benbornschein)

    Check your theme if wp_footer() and/or wp_head() are placed twice. This error sounds like a broken theme.

    Ben

    (@benbornschein)

    For testing please disable any other plugin.

    The theme seems to be in order. We have been using the theme for some time (Avada), we have made changes to w3tc recently, and disabling the plugin removes the problem.

    We will try disabling all other plugins to see if it is an issue; we think it is related to the configuration of the plugin.

    Ben

    (@benbornschein)

    Also try to purge all caches, disable minification (just for testing). Disable database cache too. I had this issue too but is a loooong time ago.

    every change I make, I have been completely purging the caches. Disabling the minify and db caching did not seem to fix the issue.

    Ben

    (@benbornschein)

    Also try uninstalling w3 total cache and installing it again.

    I exported the configuration, uploaded an old configuration, everything seems to be working. The diff

    config not working / working config

    “stats.enabled”: “1” / “stats.enabled”: “false”
    “common.track_usage”: “1” / “common.track_usage”: “false”
    “extensions.active”: {

    “swarmify”: “w3-total-cache\/Extension_Swarmify_Plugin.php”
    }/
    “common.track_usage”: “1”/”common.track_usage”: “false”
    “extensions.active”: {

    “wpml”: “w3-total-cache\/Extension_Wpml_Plugin.php”

    }

    correction, wpml was active on both versions.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Page duplicate’ is closed to new replies.