@pisanojm I have just updated to BP 1.2.5.2 and although I don’t get a 4 or 5 hours issue I do get a general, ‘sent sometime ago’ time on PM’s that I have only just sent. The time stamp is correct on my inbox page but when i open the message it just states, ‘sent sometime ago’.
Anyone else getting this?
@rossagrant There was a trac. supposed to be fixed for this…
https://trac.buddypress.org/ticket/2405
If it’s still not working maybe others can confirm and the Ticket should be re-opened… Anyone else getting either of these two problems?
@rossgrant
Since the update, I’m not getting the sometime ago… it now says 0 seconds ago when I post are you using WP 3.0 and 1.2.5.2?
@pisanojm, Yes, since upgrading to WP 3.0 the 5 hour time-lag issue reappeared. Since that time we’ve also upgraded BP to 1.2.5 and we still have the issue.
@paulhastings0 I added annother of my experiences to this trac ticket after trying the diff. patch code on 1.2.5.2 WP 3.0 ….
https://trac.buddypress.org/ticket/2203
@Pisanojm @paulhastings0 I’m getting the same thing. Wp 3.0 BP 1.2.5
confirmed – i have the same issue now (7 hours ago)
messages_new_message
uses ‘date_sent’ => time() instead of gmdate since the templatetag uses bp_core_time_since
actually a few other oddities where notices use time() as well. (but that actually calls bp_format_time in the templatetag)
correct trac ticket (one listed above was for activity time_since)
https://trac.buddypress.org/ticket/2504