Still looking for any help with Super cache. I never downloaded the plugin – it was installed by “Automatic”? I just tried to publish a new post and when I started adding tags, the warning messages for super cache errors popped up with the most-used tags. Very frustrating. Would appreciate any advice to remove this plugin (it won’t deactivate) or stop this from happening. Thanks!
Just did testing with Super Cache and these are the results:
<
Test your cached website by clicking the test button below.
Fetching http://thecomedybook.com/ to prime cache: OK
Fetching first copy of http://thecomedybook.com/: OK (1.html)
Fetching second copy of http://thecomedybook.com/: OK (2.html)
The pages do not match! Timestamps differ or were not found!
<
Has anyone encountered this and know how to fix? Thanks!
I am having similar problem…. this is what is being shown at top of my site after updating today.
define( ‘WPCACHEHOME’, ‘/home/magnific/public_html/goodhealthwithd/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
I logged out of my site and then it would not let me log back in and the only thing that shows up when I type in the URL is a blank page with the above message on it.
I managed to get back in via a favourites page to back office of my wordpress site but do not want to log out again until fixed.
I tried deactivating the pluggin but it has not seemed to have changed the problem and certainly not fixed it.
If anyone has experience this and knows how to fix would appreciate it.
Your site is returning different time stamps…
Notice “Date” varies by 3 seconds.
Since you’re using Microsquash (shudder), refer to how ever MS-IIS generates headers. Like MS-IIS is overruling WP Super Cache + generating “Date”.
Also both header – Cache-Control + Expires – are missing.
Likely you won’t like hearing this + try tacking a Duplicator backup of your site + restoring it on onto a LAMP setup + retesting.
This will give clues as to whether the challenge likes in your Web Server config or maybe some other interaction with plugins.
_______
net4-dev# curl -I -L http://thecomedybook.com
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/8.5
X-Powered-By: PHP/5.6.4
X-Pingback: http://thecomedybook.com/xmlrpc.php
Link: <http://thecomedybook.com/wp-json/>; rel=”https://api.w.org/”
Link: <http://thecomedybook.com/>; rel=shortlink
X-Powered-By: ASP.NET
Date: Sun, 24 Jan 2016 16:42:24 GMT
net4-dev# r
curl -I -L http://thecomedybook.com
HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/html; charset=UTF-8
Server: Microsoft-IIS/8.5
X-Powered-By: PHP/5.6.4
X-Pingback: http://thecomedybook.com/xmlrpc.php
Link: <http://thecomedybook.com/wp-json/>; rel=”https://api.w.org/”
Link: <http://thecomedybook.com/>; rel=shortlink
X-Powered-By: ASP.NET
Date: Sun, 24 Jan 2016 16:42:27 GMT