activation email not sending after update to 2.6.2
-
Hello,
After updating my site does not send email with activation link. I debug the new code and the function bp_get_email returns this error:
WP_Error Object
(
[errors] => Array
(
[missing_email] => Array
(
[0] => bp_get_email
))
[error_data] => Array
(
[missing_email] => Array
(
[0] => core-user-registration
[1] => Array
(
[no_found_rows] => 1
[numberposts] => 1
[post_status] => publish
[post_type] => bp-email
[suppress_filters] =>
[tax_query] => Array
(
[0] => Array
(
[field] => slug
[taxonomy] => bp-email-type
[terms] => core-user-registration
))
)
)
)
)
In admin panel I can see only buddypress email but I cannot see any terms for it
Please help me to resolve this problem
Thank you, Tiana
- You must be logged in to reply to this topic.