Log in

View Full Version : Private Messages


kellyandmike
04-11-2006, 05:06 PM
We were trying to figure a way to mass delete PM's and couldn't figure out how. So we went to the database and emptyed the folders that say PM, PMreceipts, PMText. So now all of the PMs are gone like we wanted but when a user logs in it says you have 92 messages taking up storage but there are no messages. How can I fix this?

akanevsky
04-11-2006, 05:24 PM
We were trying to figure a way to mass delete PM's and couldn't figure out how. So we went to the database and emptyed the folders that say PM, PMreceipts, PMText. So now all of the PMs are gone like we wanted but when a user logs in it says you have 92 messages taking up storage but there are no messages. How can I fix this?

UPDATE user SET pmtotal = 0, pmunread = 0

kellyandmike
04-11-2006, 07:34 PM
Can you tell me where to do that? Thanks in advance, I am still new to vb.

Done, thank you