Too Many ReDirects

This topic contains 6 reply and 4 voices, and was last updated by Chris Swede 9 years, 7 months ago
Viewing 6 Posts - 1 through 6 (of 6 total)
Author Posts
September 7, 2014 at 7:51 am 26379
Chris Swede Hello, Im using the latest version of WP User Frontend Pro...When I activate the plugin I get an Too Many ReDirects error and can no longer log into WordPress...Any Ideas on how to resolve ? Cheers, Johnny
September 7, 2014 at 6:13 pm 26421
Sekander Badsha Sekander Badsha

Hello Johnny,
This issue is fixed on the latest update. Please make sure you’re using WP User Frontend 2.2.4
If using 2.2.4 does not help, you should set a page for login in the settings. That should not make any changes to your system but solve your redirect issue.

September 7, 2014 at 11:31 pm 26433
Denis Denis

logut still not working, even in version 224.

September 9, 2014 at 11:15 am 26511
Sekander Badsha Sekander Badsha

Hello Denis,
Did you set a page for login? If yes and still its not working on your end, check for theme or plugin conflicts.

September 9, 2014 at 12:17 pm 26518
Denis Denis

The thing is, i use Meta-User Plugin pro for registration login Logout cause it fits My needs. And why is it not possible just to use the wordpress login/Logout without choosing a page?
Cheers,
Denis

Von meinem iPhone 4S gesendet

September 11, 2014 at 10:17 am 26634
Sekander Badsha Sekander Badsha

You can use the default login logout page of WordPress, if you don’t force to change the login/logout page. You just need to place the page to avoid redirect conflict.

September 17, 2014 at 5:46 pm 26939
Chris Swede Chris Swede

Denis, try the following edits of WPUF file login.php:

Comment out line 28:

// add_filter( 'logout_url', array($this, 'filter_logout_url'), 10, 2 );

And from line 360:

// function process_logout() {
     //   if ( isset( $_GET['action'] ) && $_GET['action'] == 'logout' ) {
     //       check_admin_referer('log-out');
     //      wp_logout();

     //       $redirect_to = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : add_query_arg( array( 'loggedout' => 'true' ), $this->get_login_url() ) ;
     //       wp_safe_redirect( $redirect_to );
     //       exit();
     //   }
    // }

Should solve your problem.

Viewing 6 Posts - 1 through 6 (of 6 total)