Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,845
- How-to & Troubleshooting
- 129,864
- Creating & Extending
- 25,888
- Requests & Feedback
- 9,534
- Third Party Plugins
- 9,832
- Showcase
- 3,316
- Ideas
- 1,402
- Miscellaneous
- 9,178
-
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”;