Opened 15 years ago
Closed 15 years ago
#2097 closed defect (bug) (fixed)
wp_users.user_url not populated on registration
Reported by: | abfinteractive | Owned by: | |
---|---|---|---|
Milestone: | 1.2.2 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
We have run into an issue on our site that is causing some problems. Currently, when a user registers on the site the table user_url in wp_users is not populated with the url of their profile. This does not become populated until they edit their profile page at /username/profile/edit/group/1 and save it.
This causes problems if they comment on a post before they edit and save their profile because then wp_comments.comment_author_url is left blank, which results in function calls for that field to return nothing.
We basically need wp_users.user_url to be populated on registration to avoid this issue.
We are using Buddypress 1.2.1 and wordpress 2.9.2
(In [2818]) Fixes #2097, #2114