Simple Machines Community Forum

SMF Support => Converting to SMF => Topic started by: npereira on September 06, 2005, 04:09:19 PM

Title: Ghost PM's after impoting from phpBB
Post by: npereira on September 06, 2005, 04:09:19 PM
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...

Title: Re: Ghost PM's after impoting from phpBB
Post by: npereira on September 06, 2005, 07:12:53 PM
anyone?
Title: Re: Ghost PM's after impoting from phpBB
Post by: JayBachatero on September 06, 2005, 07:27:55 PM
Try refreshing the forum statistics.
Admin > Forum Maintenance > Recount all forum totals and statistics.

Please don't double post.
Title: Re: Ghost PM's after impoting from phpBB
Post by: npereira on September 07, 2005, 08:59:05 AM
it did not fix it, users still show 1 new message, although when going to there PM's, there isnt any new message.
Title: Re: Ghost PM's after impoting from phpBB
Post by: [Unknown] on September 07, 2005, 10:33:11 AM
Strange.  Are you using 1.0 or 1.1?

-[Unknown]
Title: Re: Ghost PM's after impoting from phpBB
Post by: npereira on September 07, 2005, 12:15:38 PM
1.1B3

Quote from: [Unknown] on September 07, 2005, 10:33:11 AM
Strange.  Are you using 1.0 or 1.1?

-[Unknown]
Title: Re: Ghost PM's after impoting from phpBB
Post by: [Unknown] on September 07, 2005, 12:34:15 PM
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]
Title: Re: Ghost PM's after impoting from phpBB
Post by: npereira on September 07, 2005, 01:46:57 PM
looks like this fixed it.... Thanks