Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • MagicFire
    Participant

    @magicfire

    Why do you think? I got this site after my predecessor, so I wasn’t involved in the decision process.
    The BP v1.5.2 is out of date (I know that there is newer version)? Or just this combination of these two verions isn’t good?


    MagicFire
    Participant

    @magicfire

    Find out. It was interfering plugin.


    MagicFire
    Participant

    @magicfire

    Hi,

    I resolved it finally. I was one interfering plugin. Takes me whole day to find out this.

    Thanks


    MagicFire
    Participant

    @magicfire

    I found out,that this is probably handling in the class WP_Users in _put_user( $args = null ). But I couldn’t find where is the problem.

    if ( $ID ) {
    	$db_return = $this->db->update( $this->db->users, compact( $fields ), compact('ID') );
    } else {
    	$db_return = $this->db->insert( $this->db->users, compact( $fields ) );
    	$ID = $this->db->insert_id;
    }

    I guess that this stores all the data in DB.Found nothing wrong.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar