• My plugins auto-update, but this was the first time that an auto-update brought down my site.
    The 2.2 upgrade to All in One SEO Pack created a redirect loop on the home page.
    I could still login and disable the plugin, and then the home page came back up.

Viewing 7 replies - 16 through 22 (of 22 total)
  • Dear people having issues in this thread, please help me test something. Edit All In One SEO Pack; in version 2.2.1 you’ll see two lines, starting at line 136 – comment out one and uncomment the other. Currently they look like this:

    add_action( 'init', 'aioseop_load_modules', 1 );
    //add_action( 'after_setup_theme', 'aioseop_load_modules' );

    Change it so they look like this:

    //add_action( 'init', 'aioseop_load_modules', 1 );
    add_action( 'after_setup_theme', 'aioseop_load_modules' );

    And let me know if that fixes your issue, or indeed has any effect on it at all.

    Also, if you’re running 2.1.7 this should already be done, but you could replace the one line with the other and see if it exhibits the same behavior as 2.2.1 – though really what I’m trying to do here is fix 2.2.1 for you. ??

    The issue remains ??

    Thanks for helping me test this, Freddy. If you’re comfortable with it, can you send me the administrator login for your site using the contact form here – https://semperplugins.com/contact/ – and I’ll see if I can troubleshoot this on your site.

    Dear people still having issues in this thread; reinstall / update to the latest version of the plugin (2.2.1) again from the WordPress plugin repository and let me know if that fixes this issue for you.

    Thread Starter ublac

    (@ublac)

    still an issue for me.
    I sent the system status info to [email protected]

    Thread Starter ublac

    (@ublac)

    I downgraded to 2.1.7 and it worked.
    Then I deleted the plugin folder and reinstalled 2.2.1 and activated now it’s working.

    Plugin Support Steve M

    (@wpsmort)

    Hi ublac,

    That’s good to know. This fix seems to work for all users who have reported this issue.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘2.2 upgrade caused redirect loop on home page’ is closed to new replies.