• mrmckee

    (@mrmckee)


    I’m getting this error message at the top of my site

    Warning: include(/home/cluster-sites/1/s/soothingsoul.co.uk/public_html/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/cluster-sites/1/s/soothingsoul.co.uk/public_html/wp-settings.php on line 84 Warning: include(): Failed opening ‘/home/cluster-sites/1/s/soothingsoul.co.uk/public_html/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/share/pear54:/usr/share/php’) in /home/cluster-sites/1/s/soothingsoul.co.uk/public_html/wp-settings.php on line 84 

    I don’t know how to fix it. I updated plugins yesterday and think it failed which is causing the problem. I have a feeling it’s a plugin called W3 Cache which has now been deactivated but the error is still there.

    I backup the site using Updraft but that comes up with an error when I try to reinstall the plugins backup!!

    Any tips please?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Farook Kholwadia

    (@judgerookie)

    @mrmckee

    was the error on the LIVE site? as I can’t see it on there anymore.

    as an aside:
    I noticed the carousel images on the home page don’t display as should in the slider depending on the browser width (overlaps).

    If you add width: 100% that’ll make it align properly; it’s from this style sheet a7ge8.css
    but you could place it in custom css

    
    element.style {
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        line-height: 1;
        width: 100%;
    }
    

    up to you but the carousel has text such as site title and strapline which you may want to replace

    Thread Starter mrmckee

    (@mrmckee)

    I managed to fix it in the end. Thank you and thanks for the css, I’ll do that now!

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

The topic ‘Error Message on Site’ is closed to new replies.