Hi all,
come of my users are complaining about SMF saying they have 1 new PM but when clicking on the PM to see new ones, there's nothing there...
anyone?
Try refreshing the forum statistics.
Admin > Forum Maintenance > Recount all forum totals and statistics.
Please don't double post.
it did not fix it, users still show 1 new message, although when going to there PM's, there isnt any new message.
Strange. Are you using 1.0 or 1.1?
-[Unknown]
Run this query:
UPDATE smf_members
SET unreadMessages = LEAST(unreadMessages, instantMessages);
What is phpMyAdmin? (http://www.simplemachines.org/community/index.php?topic=21919.0)
-[Unknown]
looks like this fixed it.... Thanks