Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Profile Data – Member Listing Page Empty


blogono
Participant

@blogono

i got an error in the mysql-syntax

it was caused by …

(#2) update wp_bp_xprofile_data set field_id = “1” where field_id “0”;


>

should be:

(#2) update wp_bp_xprofile_data set field_id = “1” where field_id = “0”;

Skip to toolbar