What happend if you refresh the page ?
When I refresh (CTRL + F5) it stays. It doesn’t go away.
Odd…what if you have 3 favorite, add one, then remove it ?
Does other counters work (members, message…) correctly ?
Have you tested with one of Twenty’s theme ?
Ok, forget previous question. Seems to be a bug for site admin only.
Can you test as simple user and not as site admin.
@jessicana,
issue is fixed !
Go to DB and open wp_usermeta table
Search for user_id and meta_key
site admin is user_id = 1
meta_key is bp_favorite_activities
and modify meta_value which is frozen… no idea why…
The value looks like a:1:{..some content…} change it to a:0{…some content ….} – no need to change “some content”
Return to front, add and remove favorite. Normally the counter should now indicate increasing and decreasing count.
Hello,
I found something about this, see:
https://buddypress.trac.wordpress.org/ticket/4393
By the way, I followed the steps above and I have it in my database a:0{…some content ….}. I have not changed anything. What do you think?
Thanks
What do you think?
Hum… 🚧 🎢 🙏 !
Have you checked the right table ? It’s not in _bp_activity_meta, but in _usermeta, at least concerning the case of site admin.
I mentionned this topic for information on this ticket:
https://buddypress.trac.wordpress.org/ticket/3794
Hello,
Do you believe that I deleted all the users (including me admin) using this reference and I do still see that the members are 2!!
Weird… So weird.
Thanks