• Looking for help. Not sure what happened but updated a post and now there is a “black space” on the top of our website. Hidden under this space are 4 warning messages that include “wp-content\plugins\wp-super-cache\wp-cache.php.” I have never dealt with super cache. This error message also appears on my dashboard. Would anyone know how to solve? The website is http://www.thecomedybook.com to view what is going on at the top of all pages. Thanks in advance for any help.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter BeatlesSheaStadium

    (@beatlessheastadium)

    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!

    Thread Starter BeatlesSheaStadium

    (@beatlessheastadium)

    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/&gt;; rel=”https://api.w.org/&#8221;
    Link: <http://thecomedybook.com/&gt;; 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/&gt;; rel=”https://api.w.org/&#8221;
    Link: <http://thecomedybook.com/&gt;; rel=shortlink
    X-Powered-By: ASP.NET
    Date: Sun, 24 Jan 2016 16:42:27 GMT

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

The topic ‘super-cache warning messages affecting website’ is closed to new replies.