can't log in from mobile style

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mk132
    Senior Member
    • May 2004
    • 129

    [Suite] can't log in from mobile style

    mobile.php?do=login gives a 302 redirect instead of a login form

    In the mobile style, clicking on the login icon of the "Log in" link at the bottom of the page sends me to the proper login page, but then it 302 redirects to the homepage.

    I would report it as a bug, but I can't replicate it here at vB.

    Any ideas how to fix this?
    Is this happening to anybody else?
  • tintin74
    Member
    • Jul 2007
    • 99

    #2
    Originally posted by mk132
    mobile.php?do=login gives a 302 redirect instead of a login form

    In the mobile style, clicking on the login icon of the "Log in" link at the bottom of the page sends me to the proper login page, but then it 302 redirects to the homepage.

    I would report it as a bug, but I can't replicate it here at vB.

    Any ideas how to fix this?
    Is this happening to anybody else?
    Yes, it happen to me too. Login screen doesn't appear and the browser goes to mydomain.com/forum/forum.php instead remain on mydomain.com/forum/mobile.php?do=login .

    I'm using vbseo, I've tried to disable but nothing is changed. I've check my .htaccess file with no luck. I don't know how to solve this issue.

    Comment

    • tintin74
      Member
      • Jul 2007
      • 99

      #3
      mk132:

      I've solved removing these lines in mobile.php :
      Code:
      // if ($vbulletin->userinfo['styleid'] != $vbulletin->options['mobilestyleid_advanced']//     AND $vbulletin->userinfo['styleid'] != $vbulletin->options['mobilestyleid_basic'])
      // {
      //   exec_header_redirect($vbulletin->options['bburl']);
      // }

      Comment

      • mk132
        Senior Member
        • May 2004
        • 129

        #4
        There is good information in this other thread about this.


        Also, make sure you have cookies and JS turned on.

        Comment

        Related Topics

        Collapse

        Working...