• I have a site here… https://www.jkherman.com/infinity
    The login will take you to the store area. But if you want to log out, it takes you to a page that states the following, with the page header stating “WordPress Failure Notice” ::
    ——————-
    You are attempting to log out of Infinity Instruments of La Crosse, Wisconsin
    Do you really want to log out?
    ——————-
    After you click that you do, it takes you to the WordPress Admin window. It should be taking you just to the home page.
    I have deactivated all other plug-ins seeing if that was the issue. It’s not, any idea what this could be?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am having a similar problem. I’m running WordPress MU v 3.0.1 with Domain Mapping. I have multiple domains with their own sub-blogs. When I try to logout from my sub-blogs, it double confirms with a “Do you really want to log out?” page. It then spits the user out to my main site page instead of the sub-blog’s main page. How can I fix this?

    Same here.

    Next to that i’m using the wp_logout_url to redirect the user to the main page (after logout) but it keeps sending me to the wp-login screen…

    I have one interesting problem – after inserting functions.php (which includes just 2 lines: <?php if ( function_exists(‘register_nav_menu’) ) register_nav_menu(); ?> AND <?php if ( function_exists(‘register_sidebar’) ) register_sidebar(); ?>) I can’t log in/out, but when I delete functions.php I can – Does anyone know how to fix this magical bug?

    Fixed: just deleted <?php if ( function_exists(‘register_nav_menu’) ) register_nav_menu(); ?> line and now log out works!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘SIDEBAR LOGIN – I CAN'T LOG OUT’ is closed to new replies.