• Hi guys, I installed the WordPress SEO Plugin a while back and loved it. Mid June my site just started displaying white – I could go into Wp Admin and do everything normal, but in the web browsers there was only a blank page displayed. After getting in touch with my hosting company, they checked the issue and came back saying that the plugin “WordPress SEO” was causing the issue. I had to disable the plugin and have been too scared to use it again, even though I think it should be ok.
    I just wanted Joost to know that there was an issue and it should maybe get checked. Cheers!

    https://www.ads-software.com/extend/plugins/wordpress-seo/

Viewing 13 replies - 31 through 43 (of 43 total)
  • that solved it for me. thanks!

    Certainly not intentionally, but Safari was displaying Code Editor a little funny (grey comments underneath code) and I switched to text editor. Here’s the lines before and after 441 if you can see if anything is missing:

    $options[‘yoast_tracking’] = ‘on’;
    unset( $options[‘presstrends’] );
    update_option( ‘wpseo’, $options );
    }

    $options[‘version’] = WPSEO_VERSION;
    update_option( ‘wpseo’, $options );
    }

    if ( version_compare( $current_version, '1.2.8', '<' ) ) {
                            $options = get_option( 'wpseo' );
                            if ( isset( $options['presstrends'] ) ) {
                                    $options['yoast_tracking'] = 'on';
                                    unset( $options['presstrends'] );
                                    update_option( 'wpseo', $options ); //<!----Change this
                            }
                    }//<!--@johnheaston You have this missing

    you should have something similar as shown above

    That fixed it. Thanks! I’ll be using Chrome in File Manager and Code Editor in the future.

    I can′t fix this. When I search for class-admin.php in the Hostgator cpanel File Manager it tells me the directory is empty.

    Finally made it – thanks!

    [ Needless snarky comment removed. ]
    for the rest of you having problems:

    I fixed this by going to the plugin folder admin/class-admin.php and removed the “s” from update_options() on line 441

    meaning you need to go to:
    wordpress-installation-folder/wp-content/plugins/wordpress-seo/admin/

    open class-admin.php

    go to line 441

    change update_options() to update_option()

    Moderator keesiemeijer

    (@keesiemeijer)

    Yoast uploaded a new version of the plugin without the typo. https://www.ads-software.com/extend/plugins/wordpress-seo/changelog/

    I was hopeful that my site would work as easily as you describe it on this forum but at first I couldn’t log in to my admin and I was given an error:

    Fatal error: Call to undefined function update_options() in /home/rvandijk/public_html/wp-content/plugins/wordpress-seo/admin/class-admin.php on line 441

    But now I cannot acces my site anymore if I go to the URL and another error occurs then:
    (It’s a long one)

    Warning: require(/home/rvandijk/public_html/wp-includes/load.php) [function.require]: failed to open stream: Permission denied in /home/rvandijk/public_html/wp-settings.php on line 21

    Fatal error: require() [function.require]: Failed opening required ‘/home/rvandijk/public_html/wp-includes/load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/rvandijk/public_html/wp-settings.php on line 21

    I hope it’s still fixable…

    Moderator keesiemeijer

    (@keesiemeijer)

    What did you do before getting this error?
    try:

    – re-uploading all files & folders – except the wp-content folder from a fresh download of WordPress. by using FTP or whatever file management application your host provides (Manual Update).

    @keesiemijer:

    Thanks kees for all your comments, I tried to fix it myself with the solution that JowiM gave but I could’t find it myself but my host help desk did it for me.
    He also wasn’t sure how to fix it but because of the solution that JowiM gave he could fix it.

    So thank you too JowiM

    Thanks guys, it’s fixed finally.

    See this thread for a proper fix to this.

    pocketdynamo

    (@pocketdynamo)

    Hi,

    I’m running the latest version of Yoast’s SEO Plugin. However, when I try and deactivate it and remove it, the content in my pages disappear. Content appears for posts and in admin but not for pages.

    Has anyone encountered this? My client doesn’t require the plugin so any fix would be appreciated.

Viewing 13 replies - 31 through 43 (of 43 total)
  • The topic ‘[Plugin: WordPress SEO by Yoast] WordPress SEO caused my site to display just white?’ is closed to new replies.