View Full Version : Private Messages: Unread 65535 [merged]
Tree
May 17th, 2006, 10:07
Unread 65535, Total 175
Seems a bit off. :-)
If I go into my PM box, the statistics stand at
Inbox contains 90 messages.
You have 175 messages stored, of a total 200 allowed. (Empty Folder)
stuffradio
May 17th, 2006, 14:00
haha, that's too funny Tree :)
Does it still do that if you refresh?
Bruce
May 17th, 2006, 14:03
Seems it's a bug.
//edit
http://www.vbulletin.com/forum/bugs35.php?do=view&bugid=2432
Tree
May 17th, 2006, 15:00
So...
--- vb3/private.php 2006/04/06 22:49:04 1.338
+++ vb3/private.php 2006/04/29 16:57:15 1.339
@@ -1341,11 +1341,14 @@ if ($_REQUEST['do'] == 'showpm')
{
$db->shutdown_query("UPDATE " . TABLE_PREFIX . "pm SET messageread=1 WHERE userid=" . $vbulletin->userinfo['userid'] . " AND pmid=$pm[pmid]");
- $userdm =& datamanager_init('User', $vbulletin, ERRTYPE_SILENT);
- $userdm->set_existing($vbulletin->userinfo);
- $userdm->set('pmunread', 'IF(pmunread >= 1, pmunread - 1, 0)', false);
- $userdm->save(true, true);
- unset($userdm);
+ if (!$pm['folderid'])
+ {
+ $userdm =& datamanager_init('User', $vbulletin, ERRTYPE_SILENT);
+ $userdm->set_existing($vbulletin->userinfo);
+ $userdm->set('pmunread', 'IF(pmunread >= 1, pmunread - 1, 0)', false);
+ $userdm->save(true, true);
+ unset($userdm);
+ }
}
Tree
May 18th, 2006, 15:24
Still have this problem. Is it being worked on?
Bruce
May 18th, 2006, 16:13
Peo is going to be away for a few days. I'm sure he'll take a look when he gets a chance.
Tree
May 18th, 2006, 16:21
Alright, sounds good.
Robert
May 18th, 2006, 16:57
In the meantime, while waiting for Peo, you can start reading your 65535 unread PMs; you have a lot of reading to do. :wave:
I have repaired the tables, has that fixed it?
Bruce
May 18th, 2006, 18:01
I don't think so, but I don't feel like replicating the bug myself.
It seems private.php needs to be edited.
Tree
May 18th, 2006, 20:47
Yep. Still not fixed. It's a subtract from 0 error in vB's code.
Tree
May 22nd, 2006, 18:51
I now have 65534 PMs. Don't know why it went down one...
~GURU~
May 24th, 2006, 04:51
I had that problem a while ago, i had it after i changed some setting in my CP, when i changed it vack the problem was solved, and since then i haven't had it again.
Sorry i don't remember what i did,
But if you did change some settings - it has something to do with the PM's i think - change them back, and your problem should be solved.
.Joe.
June 12th, 2006, 16:38
I now have the same problem;
Unread 65535, Total 25.
A internal glitch?
A1Owner
June 12th, 2006, 17:37
Just wipe your inbox and outbox and it will work fine.
.Joe.
June 12th, 2006, 18:19
Thanks a1Owner, that fixed it :)
SZS Network
June 14th, 2006, 20:17
http://theimagehosting.info/out.php/t1938_pm.GIF (http://theimagehosting.info/show.php/1938_pm.GIF.html)
Bug? :eek2:
utcrazy
June 14th, 2006, 20:42
Just a vBulletin bug.
Craig
June 14th, 2006, 20:50
Didnt ''Tree'' catch this bug?
Bruce
June 14th, 2006, 21:17
Threads merged.
SZS Network
June 16th, 2006, 17:05
Not fixed yet!
Tree
June 16th, 2006, 17:14
So read this thread again. It says how to fix it yourself without -----ing.
e-razor
July 2nd, 2006, 02:42
Welcome, e-razor.
You last visited: Yesterday at 12:55
Private Messages: Unread 65535, Total 31
Hi,
I get the abov message in the status display when i login . it shows 65535 unread msgs in PM box though there are no new msgs . Hope its fixed soon . It seems i cant recv any PM's from other users
krakjoe
July 13th, 2006, 02:47
http://img156.imageshack.us/img156/3290/untitled0xh.th.jpg (http://img156.imageshack.us/my.php?image=untitled0xh.jpg)
What's that about then ?
JesseGraham
July 13th, 2006, 03:22
mmmm....... not sure.
http://img156.imageshack.us/img156/3290/untitled0xh.jpg
There the direct image link. Its easier to read if you use that link :-)
Maybe a hacking attemp.....
Jan
July 13th, 2006, 03:57
It isn't a hacking attempt :S
krakjoe
July 13th, 2006, 07:02
I wondered where that had gone, I thought maybe it had been pmd to someone.....anyay, what the guy back there said did it......
Tree
July 13th, 2006, 14:41
What's that about then ?
That's called your PM box. As you can see, there aren't over 65,000 unread PMs. So don't worry about it.
Tree
July 13th, 2006, 14:43
So...
--- vb3/private.php 2006/04/06 22:49:04 1.338
+++ vb3/private.php 2006/04/29 16:57:15 1.339
@@ -1341,11 +1341,14 @@ if ($_REQUEST['do'] == 'showpm')
{
$db->shutdown_query("UPDATE " . TABLE_PREFIX . "pm SET messageread=1 WHERE userid=" . $vbulletin->userinfo['userid'] . " AND pmid=$pm[pmid]");
- $userdm =& datamanager_init('User', $vbulletin, ERRTYPE_SILENT);
- $userdm->set_existing($vbulletin->userinfo);
- $userdm->set('pmunread', 'IF(pmunread >= 1, pmunread - 1, 0)', false);
- $userdm->save(true, true);
- unset($userdm);
+ if (!$pm['folderid'])
+ {
+ $userdm =& datamanager_init('User', $vbulletin, ERRTYPE_SILENT);
+ $userdm->set_existing($vbulletin->userinfo);
+ $userdm->set('pmunread', 'IF(pmunread >= 1, pmunread - 1, 0)', false);
+ $userdm->save(true, true);
+ unset($userdm);
+ }
}
It's a matter of simply editing a file. :)
krakjoe
July 14th, 2006, 12:22
That's called your PM box. As you can see, there aren't over 65,000 unread PMs. So don't worry about it.
If you're gonna b cocky, then it's a screenshot actually, not just a pm box ....
LSComputers
August 8th, 2006, 10:07
Okay my account is showing as I have 65535 unread messages and total 72.
I know that its a glitch anyone know how to fix?
Bruce
August 8th, 2006, 11:16
Empty your PM box... or wait for the next vBull upgrade. ;)
Tree
August 8th, 2006, 11:42
It's a matter of simply editing a file. :)
Are we going to wait for the next vB upgrade that has this code already in it? Or is Peo or Todd just going to edit 10 lines of code?
Bruce
August 8th, 2006, 12:03
I'd put my money on waiting for the next upgrade. ;)
Richard
August 8th, 2006, 12:46
Private Messages: Unread 65533, Total 186.
And does anyone want to know what the problem is? Well; this time, I only got that warning, after one of my "Forum Warnings" was removed.
I bet the problem lies in AWS...
vshost
August 8th, 2006, 13:13
I too have this problem.
Tree
August 8th, 2006, 14:24
It is a bug in the vBulletin software, and will be fixed with the next upgrade. For now: deal with it.
ddt
August 17th, 2006, 12:15
I have been warned.:cry2:
What's wrong with my PM?
Unread 65535, Total 14
Keagle
August 17th, 2006, 12:39
It's a Vbulletin bug, there's already a topic on how to fix it, i'll get you the link. Hold on.
EDIT:
Heres the link: http://freewebspace.net/forums/showthread.php?t=2170435
Tree
August 17th, 2006, 15:08
I have been warned.:cry2:
What's wrong with my PM?
Unread 65535, Total 14
Don't worry about it. Suck it up. It'll be fixed soon. You don't really have 60,000+ PMs, so don't worry.
Dini
August 17th, 2006, 18:13
I can't belive they have a bug like this on the third version of a paid script
Tree
August 17th, 2006, 18:24
It's fixed in 3.6. Yet another reason to upgrade ;)
A1Owner
August 17th, 2006, 21:39
Hello,
Is this normal :
Welcome, A1Owner.
You last visited: Today at 18:01
Private Messages: Unread 65534, Total 16.
Notice something familiar ?
Dini
August 17th, 2006, 22:50
Hello,
Is this normal :
Welcome, A1Owner.
You last visited: Today at 18:01
Private Messages: Unread 65534, Total 16.
Notice something familiar ?
Take a number :P
vshost
August 17th, 2006, 23:11
Take a number :P
This forum bugged... I`ll never pay for vbulletin...
serverorigin
August 22nd, 2006, 09:44
Welcome, ecsportal.
You last visited: Yesterday at 22:45
Private Messages: Unread 65535, Total 61.
=P
Bruce
August 22nd, 2006, 09:59
I am never marking any of my PMs read or unread. :p
Hmm... now when is that upgrade coming?
Tree
August 22nd, 2006, 15:31
I hope soon. I just upgraded on a couple of other forums and apart from fixing a few style-related bugs, it was very painless.
Abush
August 29th, 2006, 08:50
I see somebody already beat me to this post. so late. :confused4
A1Owner
August 29th, 2006, 19:48
beat me to this post.
Aah man thats bad what has world come to , people have started beating people and making them post :(. Hoping your injuries werent life threat"ning".
Tree
August 30th, 2006, 21:35
Yay for bad puns!
Volt.Networks
August 30th, 2006, 22:51
Wow, now I'm finally affected by this glitch.... haha.
It's not that bad. Just kinda weird but I got used to it so no complaints.
ddt
September 5th, 2006, 21:11
look,
Unread 65535, Total 15.
I don't wether I have new PM.:angel:
Tree
September 5th, 2006, 21:17
vBulletin is also still not upgraded.
stuffradio
September 8th, 2006, 16:26
I just had this problem too but I fixed it by doing what was said in the first few posts :)
.Joe.
September 8th, 2006, 19:22
Yeah just delete your PM (Probably even one.) And it should be fine.
ddt
September 9th, 2006, 19:17
Yeah just delete your PM (Probably even one.) And it should be fine.
it works.
thanks~:beer:
Host4Cheap
September 13th, 2006, 03:38
WOW, i am the latest victim :P
Why will Peo upgrade the forum or better only this bug :confused4
Tree
September 13th, 2006, 16:27
Peo it operated in this to do with realness to get.
.Joe.
September 13th, 2006, 19:56
WOW, i am the latest victim :P
Why will Peo upgrade the forum or better only this bug :confused4
Just be patient, an upgrade or bug repair will come soon.
Honestly, now I've gotten use to the 65,000+ new PMs.
Anyways, yeah. It's all a matter of counting days on your calendar.
(Whoever does a calendar :P, or if it even going to get repaired/upgraded in a few weeks.)
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.