Viewing 8 replies - 1 through 8 (of 8 total)
  • ssywyk

    (@ssywyk)

    What do you Rename the folder?? I have the same thing happening to me now??

    Thread Starter kick3rzzz

    (@kick3rzzz)

    Rename it to anything else. For example “wordpress-seo.bak”

    Could you check whether your webhost has disabled the filter extension (which they shouldn’t disable) ? That is most likely the cause.

    Thread Starter kick3rzzz

    (@kick3rzzz)

    I’m on a VPS and filter extensions wasn’t disabled.
    Even with this latest 1.5.2.1 update, I’m still getting a blank white page when I update the plugin.

    There will be PHP errors then, so please provide those to help the developers fix this, preferably with a backtrace.

    Here are some instructions on how to do this: https://gist.github.com/jrfnl/5925642

    Oh and having WP_DEBUG turned on will not show you all errors, so please use the error logging as explained in the link I gave.

    Thread Starter kick3rzzz

    (@kick3rzzz)

    I’ve finally fixed the issue. The problem was that the theme I’m using has yoast-breadcrumbs.php file in it.

    The fix is to add this on line 167 of yoast-breadcrumbs.php file:
    if(!function_exists(‘yoast_breadcrumb’))
    {
    function yoast_breadcrumb($prefix = ”, $suffix = ”, $display = true) {

    and close the curly brace at the very bottom – above add_action()

    I am having this issue too on my portfolio page.

    I have no experience in php or other coding so the above recommendation did not help me.

    This is what I did try:

    If i deactivate the plugin:
    The gallery/portfolio section works again but the blog section does not work. It just refreshes the home page of the site.

    If I delete the php code from the breadcrumb file:
    the gallery works but the blog returns a ‘page not found’ error

    If I delete the plugin:
    The blog section again refreshes to the homepage and cannot be accessed.

    I am not sure what to do as I can’t even delete the plugin without it breaking a very important aspect of the site.

    Is there a fix in the works on an upcoming update?

    Any help would be great.

    Thanks!

    Sorry i should add that i have Version 1.5.2.6 of the plugin.

    thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Latest update makes the site a blank white page’ is closed to new replies.