Viewing 9 replies - 1 through 9 (of 9 total)
  • I have this issue as well – if a user tries to log in with an incorrect password or username, they get this error.

    The suggested solution is to use the following shortcode on the login page:

    [theme-my-login default_action="login"]

    I am doing so, but users still get this error if using incorrect login credentials… then they’re stuck! I can manually change their password for them and send it to them via email, but another solution would be great!

    I have same problem but with register form. I have the same error when I try to register with wrong detail (or blank).

    Many people seem have this problem, hope Jeff give us a solution !

    Thread Starter Krupal Kumar

    (@krupalpatel92)

    Don’t used two login form in one page
    in my case we are run theme-my-login widget in side bar on login page.

    after remove widget on login page my issue solve it.

    You’re right Krupal but in my case i’m forced to use two form (login form + register form).

    Thread Starter Krupal Kumar

    (@krupalpatel92)

    If are you used two form in one page so plz. used like this

    [theme-my-login default_action=”login”]

    [theme-my-login default_action=”register”]

    and trust me it’s working perfect i have already implement in my site

    I test that and I have the same error but just with the register form, login form work perfectly !

    [theme-my-login default_action=”login” login_template=”login-form-custom1.php” instance=”1″ show_title=0]
    [theme-my-login default_action=”register” register_template=”register-form-custom1.php” instance=”2″ show_title=0]

    Moreover, when i submit wrong register form (middle of page) “fatal error” display just below login form (top of page) and stop the execution of page after login form …

    Thread Starter Krupal Kumar

    (@krupalpatel92)

    tray without template i think some issue in your template
    i have used same your code in my site just change template.

    Always same error without custom template.

    Thread Starter Krupal Kumar

    (@krupalpatel92)

    Oooh… tray to solve error best of luck.
    if are you solve this error so plz. tell me what is error

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘get_option() on a non-object in " theme-my-login\modules\custom-redirection.php"’ is closed to new replies.