Yes, I think it has something to do with your date or timezone not being set properly on your server.
bp_core_time_since() does a sanity check so as to not return negative times which is where the “sometime” string comes from. There’s been tickets on this before and a few topics in the forums too I think.
If the activity works and it’s only a forum thing, it’s probably a bbPress bug.
Just a guess, but perhaps it’s caused by how bbPress is saving the time to the DB? Haven’t looked into it to verify though.
@jivany “Yes, I think it has something to do with your date or timezone not being set properly on your server”. Now that you mention it, my host went offline for about 20 mins. or so today. I wonder if the problem is not at their end, my timezone settings are fine on my WP installs.
@r-a-y “If the activity works and it’s only a forum thing, it’s probably a bbPress bug”. As I told jivany, I think when the server went offline today, something at their end must have gone haywire becuase the forum post freshness was OK before the crash. I’ll report this incident to my host.
BTW, I was taking a look at my DB via phpmyadmin and after I checked the tables, I got the following message in my wp_users table:
“The following indexes appear to be equal and one of them should be removed: user_login, user_login_key”
So now I’m a bit baffled…
Ahh okay… gotcha. Ignore what I wrote above then!
BTW, I was taking a look at my DB via phpmyadmin and after I checked the tables, I got the following message in my wp_users table:
“The following indexes appear to be equal and one of them should be removed: user_login, user_login_key
I got exactly the same thing. What is that?