Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)
  • Hi. I have the same issue raised by user JapeNZ since Yoast V14.1 update.

    Breadcrumbs appearing in reverse order on posts and pages Tax3/Tax2/Tax1, yet appearing okay on archives Tax1/Tax2/Tax3.

    Post URL showing wrong hierarchy order: https://oe.org.au/sarah-godfrey/
    Archive URL of same post’s category in correct order: https://oe.org.au/category/practitioner/victoria/modality-vic/psychologist-vic/

    I’ve disabled all plugins, but no change to breadcrumb error. Running Elementor’s Hello Theme and Elementor plugin.

    Can you help? Luke

    • This reply was modified 4 years, 10 months ago by Luke Chiodo.

    Hi. I have the same issue raised by user DiamondSteel since Yoast V14.1

    Breadcrumbs appearing in reverse order on posts and pages Tax3/Tax2/Tax1, yet appearing okay on archives Tax1/Tax2/Tax3.

    Post URL showing wrong hierarchy order: https://oe.org.au/sarah-godfrey/
    Archive URL of same post’s category in correct order: https://oe.org.au/category/practitioner/victoria/modality-vic/psychologist-vic/

    Can you help? Luke

    • This reply was modified 4 years, 10 months ago by Luke Chiodo. Reason: Add URL examples

    Hello Kevin
    Love the plugin. I am considering upgrading to Pro to get global tabs.
    I see the work around on the spacing issue, but is a fix in mind for next plugin update?

    @jtibbles Yes, the Object Cache Plugin that is standard (mandatory) with GoDaddy’s Managed WordPress Hosting Account will cause the sitemap errors, and in turn, report errors on your Google Webmaster Console.

    The only way you can re-submit your sitemaps is to contact GoDaddy and ask them to manually disable the offending plugin. Jump on Google Webmaster Console and re-submit sitemaps. Or, if you can access FTP, under wp-content, and simply disabling the plugin by editing the plugin file name to: object-cache.php.bak then re-submit sitemaps.

    Flushing cache, either yourself or via GoDaddy works temporary, if at all.

    All. I’ve written to Mark Jaquith (the creator of the Object Cache Plugin used by GD in the their Managed WP Hosting Accounts) at coveredwebservices.com . Maybe he has a solution.

    GD has disabled the offending their Object Cache Plugin (designed by them to negate the need for other caching plugins, which also explains why other cache plugins appear on the plugin blacklist), flushed the cache, and bingo, it’s worked.

    But now I have no caching on my site ?? Luckily, my site is rather static at the moment.

    GD told me that, ‘yes their plugin (which is part of their managed wordpress hosting plan) is a known problem since WP 4.5. They are working on it, and a fix date is unknown.’

    Does anyone know how to fix line 520 in the GD plugin? Doesn’t mean much to me…

    $value = apc_fetch( $key );

    @randy Sandberg, I don’t use the forum much, but the matter is not resolved until GD fix the Object Cache Plugin.

    @rosariotbsmo @ trovato .. Ok. I re-contacted GoDaddy and the best they could do until the Object-Cache Plugin is updated to eliminate the error, is to manually disable the plugin via FTP. They sent me a list of blacklisted cache plugins to avoid, but it now seems that because their Managed WordPress Hosting includes an in-house cache plugin, no others are permitted. So, I have no caching on my site at the moment. This can’t be right. And yes, GD has confirmed the issue has been escalated for review since the 4.5 WP release, but it’s not good enough.

    I suppose I’ll have to simply wait for the update Object Cache Plugin.

    Having GD flush the cache also seems temporary, the error re-appears after a day or so.

    Since GD disabled the O-C Plugin, I’ve been able to successfully re-submit all my sitemaps to Google Webmaster Console. That’s something!

    Like user trovato, this is BS. I called GoDaddy, and they flushed my cache manually as using the Flush Cache in my wordpress admin as suggested by user mwindelspecht did not work for more than 1 minute.

    They claim there is no escalated issue they’re looking at presently.

    Today, the problem returned. Every sitemap on my GD manage worpdress site is showing the object-cache line 520 error. My google webmaster console is completely stuffed, showing many errors.

    Now on the phone – again. No help at all from GD.

    Same here. Though I note this thread is marked as ‘resolved’. Have I missed the solution?

    Hey again.
    Happy it worked.

    Hello. I’m using a modified version of Twenty Eleven Theme. This will work on Twenty Fifteen, or any theme that doesn’t employ Author, Post Date etc. It works for me perfectly!

    1. Add this at the end of the ‘function.php’ file:

    /* Fix “Missing Author” and “Missing Updated” issue – START */
    add_filter( ‘the_content’, ‘custom_author_code’);
    function custom_author_code($content) {
    if (is_singular() || is_single()) {
    return $content .
    ‘<div class=”hatom-extra”><span class=”title”>’. get_the_title() .'</span> was last updated <span class=”updated”> ‘. get_the_modified_time(‘F jS, Y’) .'</span> by <span class=”author vcard”><span class=”fn”>’. get_the_author() .'</span></span></div>’ ;
    } else {
    return $content;
    }
    }
    /* Fix “Missing Author” and “Missing Updated” issue – END */

    /* Fix “Missing Entry Title” issue – START */
    //add hatom data
    function add_suf_hatom_data($content) {
    $t = get_the_modified_time(‘F jS, Y’);
    $author = get_the_author();
    $title = get_the_title();
    if (is_home() || is_singular() || is_archive() ) {
    $content .= ‘<div class=”hatom-extra” style=”display:none;visibility:hidden;”><span class=”entry-title”>’.$title.'</span> was last modified: <span class=”updated”> ‘.$t.'</span> by <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
    }
    return $content;
    }
    add_filter(‘the_content’, ‘add_suf_hatom_data’);
    /* Fix “Missing Entry Title” issue – END */

    2. Add this to your ‘Custom CSS’. If you don’t have it, just search and install WP Add Custom CSS plugin (author daniele de santis):

    /* Customise hatom structure */
    .hatom-extra {
    font-style: none;
    color: #444444;
    font-size: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-top: 10px;
    padding-left: 0px;
    }

    3. Jump onto Google Webmaster Console and fetch your website. Wait a couple of days, and slowly but surely, the Google console errors will disappear as Google crawls your site.

    Good luck.
    Luke.

    Hello and thank you for your reply.
    Yes, I found a plugin conflict.
    It appears that WP REVIEW and Yoast SEO do not play well together. Once WP Review is disabled, connection problems disappeared. Unfortunately, I need both to be activate while creating posts – sad. I’m persevering with the connection problems, but it’s very slow to create even one post.
    Thank you again.
    Luke
    Melbourne AU.

    Hello.
    I’m still having this problem.
    I suspect when I update the SEO snippet at the back end, that some kind of script is checking the SEO quality etc, and has connection problems with third-party providers.
    And like you, I’m not losing my internet connection.
    Any updates from your end. It’s driving me insane.
    Cheers
    Luke

    Thread Starter Luke Chiodo

    (@lukechiodo)

    Email sent as instructed. Sorry, if I caused any problem or inconvenience.

Viewing 15 replies - 1 through 15 (of 18 total)