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.