Skip to:
Content
Pages
Categories
Search
Top
Bottom

wp_signup and wp_user sequence out of synch


  • paragbhagwat
    Participant

    @paragbhagwat

    Hello All,

    I am having an issue where the WP_SIGNUP SIGNUP_ID and WP_USER id for the same user do not match. Shouldn’t they match? When i browse the database i do see the correct data in all the tables but with different ids because of whcih none of my custom methods are returning corrrect data. Anyone has a solution??

    Thanks,
    Parag

Viewing 3 replies - 1 through 3 (of 3 total)

  • paragbhagwat
    Participant

    @paragbhagwat

    To add more to this… i am writing the method as shown below

    add_filter( ‘bp_core_signup_send_validation_email_message’, ‘RECN_CUSTOM_activation_message’, 10, 3 );

    function RECN_CUSTOM_activation_message( $message, $user_id, $activate_url ) {

    $user = get_userdata( $user_id );
    ….
    ….

    and the $user_id passed is the signup id ….while the WP_USER table does not have data for the signup id…


    danbp
    Moderator

    @danbp

    Hi,

    a typo error in WP… it’s fixed.
    read here:
    https://buddypress.trac.wordpress.org/ticket/6692


    paragbhagwat
    Participant

    @paragbhagwat

    Hello ,

    I am sorry but i did not see what the fix was? The link for ticket 6692 is for the avataar fix?

    Thanks,
    Parag

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp_signup and wp_user sequence out of synch’ is closed to new replies.
Skip to toolbar