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.
Find out. It was interfering plugin.
not sure that this config BP v.1.5.2 with WP 3.5 is the best
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?
I got this site after my predecessor, so I wasn’t involved in the decision process.
Who cares !
Latest stable BP is version 1.6.3 and yes combining slightly different things is not the best practice.
Recommandation is to use it on WP 3.5
Read here in the sidebar:
https://wordpress.org/extend/plugins/buddypress/
BP 1.5.2 required at least WP 3.3 (déc. 2011)
changelog https://codex.wordpress.org/Version_3.3
changelog https://codex.wordpress.org/Version_3.4
changelog https://codex.wordpress.org/Version_3.5
Also what theme do you use and have you deactivated all plugins while debugging ?
Passwword management is done by WP
Anyway, you need to fix WP registering first on twenty10, than together with BP on the bp-default theme