• I get 500 error for incorrect password. Anyone or the owner can helpme?

    I am using UU lite with uptodate wordpress installation.

    I think this can be checked by anyone:
    url: tradybees.com/login

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter smohannagaraj

    (@smohannagaraj)

    $user = wp_signon( $creds, false );
    //do_action(‘wp_login’, $user->user_login, $user);

    Just comment the doaction as i done. That is the problem causing. Thanks to another plugin’s code which helped me.

    file:wp-content/plugins/users-ultra/xooclasses/xoo.userultra.login.php

    Line: 278 or make a search with find option

    Plugin Contributor Plugins Area

    (@usersultra)

    @smohannagaraj,

    We apologize for the inconvenience you’ve experienced.

    Of course, we will take a close look at your recommendation, a new version should be up within 72 hours or so.

    Actually, do_action(‘wp_login’ is used to login, so.. we will run some tests, perhaps, there is another conflict with either your theme or one of your plugins.

    Did you try it out by using a different theme or deactivating some of your plugins?

    Thread Starter smohannagaraj

    (@smohannagaraj)

    Thankyou.

    I think the line commented can be omitted.

    Is it is necessary to keep it?

    Thread Starter smohannagaraj

    (@smohannagaraj)

    Can you say you modified it?

    I want to update to latest version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Wrong Password 500 error’ is closed to new replies.