private message counter not updating

Get help with installation and running phpBB 3.3.x here. Please do not post bug reports, feature requests, or extension related questions here.
Post Reply
User avatar
Dragosvr92
Registered User
Posts: 1470
Joined: Sat Sep 12, 2009 7:27 am
Location: Romania
Name: Dragos Valentin Rădulescu
Contact:

private message counter not updating

Post by Dragosvr92 »

A member sent me a pm but he deleted it. It still showed as unread since he deleted it before i could read it. Afterwards i deleted his profile and now it still says i have one unread pm. I hit "mark all messages read" for inbox and outbox, but it doesnt change anything. Im using phpbb 3.3.3. Thanks.
Last edited by Mick on Tue Aug 09, 2022 1:40 pm, edited 1 time in total.
Reason: Solved.
Formerly known as TheKiller
3.0| Avatar on Memberlist 1.0.3
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: private message counter not updating

Post by david63 »

I think that this is known problem in this type of circumstances and it will require some direct database editing to resolve it.
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
Dragosvr92
Registered User
Posts: 1470
Joined: Sat Sep 12, 2009 7:27 am
Location: Romania
Name: Dragos Valentin Rădulescu
Contact:

Re: private message counter not updating

Post by Dragosvr92 »

david63 wrote: Tue Aug 09, 2022 10:14 am I think that this is known problem in this type of circumstances and it will require some direct database editing to resolve it.
I can do that, but im unsure where the pm counter is stored... I found it. Ill leave this here if others need it... Please mark as closed :)
UPDATE phpbb_users SET user_unread_privmsg = '0' WHERE user_id = 2;
Formerly known as TheKiller
3.0| Avatar on Memberlist 1.0.3
Post Reply

Return to “[3.3.x] Support Forum”