| Author |
Topic:
Tech question relative to these boards
[Locked] |
Friarspam
Posts: 638
Registered: 2007-1-23 07:01:27
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
# Boards: -1 | # Messages: -1 (-1 today)
Huh?
edit: After posting this question it then read;
# Boards: 469 | # Messages: 126,215,477 (9 today)
-----signature-----
My folks went on vacation and all I got was this lousy sig.
|
paulg_68
Posts: 2,469
Registered: 2009-7-27 18:45:54
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
They were counting intelligent threads.
Should be -2 now.
-----signature-----
If you wish to make an apple pie from scratch...
http://www.youtube.com/watch?v=zSgiXGELjbc
"Everyone has a chance to become rich." - Groucho48
"Most of the human wealth on earth exists between the ears of live human beings." - theredkay1
|
Friarspam
Posts: 638
Registered: 2007-1-23 07:01:27
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
paulg_68 posted:
They were counting intelligent threads.
Should be -2 now.

-----signature-----
My folks went on vacation and all I got was this lousy sig.
|
NuEM
Posts: 1,007
Registered: 2004-3-2 09:08:11
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
-----signature-----
|
Taliesihne
Title: Wind on the Deep Waters
Posts: 1,117
Registered: 2004-2-19 04:47:59
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
The Data query related to those counters is borked in either the initialization or load stages of the page lifecyle. Why it's Borked, I don't know. Could be thousands of things. What you are seeing is likely the default values for those counters\meters. It's set to -1 for debugging purposes. Conceivably you could have 0 boards, 0 posts, etc. - but you would never have -1.
Whatever is wrong in the Init and loading of the page is resolved on the Postback and the counters\meters update accordingly.
http://msdn.microsoft.com/en-us/library/ie/ms178472.aspx
In other words, when you loaded the page, the code that gets the value for those counters screwed up so the values were set\left to their defaults. When you posted something to the board, you caused a different section of code to operate where the underlying code that gets the values for the counters worked correctly and they updated.
-----signature-----
Jesus saves, Allah protects, and Cthulhu thinks you'd make a nice sandwich
First comes smiles, then lies. Last is gunfire. -Roland Deschain, of Gilead
|
NuEM
Posts: 1,007
Registered: 2004-3-2 09:08:11
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
-----signature-----
|
Taliesihne
Title: Wind on the Deep Waters
Posts: 1,117
Registered: 2004-2-19 04:47:59
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
He asked.
-----signature-----
Jesus saves, Allah protects, and Cthulhu thinks you'd make a nice sandwich
First comes smiles, then lies. Last is gunfire. -Roland Deschain, of Gilead
|
__Bonk__
Posts: 5,122
Registered: 2009-7-25 03:04:52
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
The board developer Lyndrek is slacking!
-----signature-----
I keep my eyes fixed on the sun!
A change in feeling is a change in destiny.
|
Sansfear
Posts: 757
Registered: 2008-8-31 05:04:52
|
Date Posted:
1/1/00 12:00am
Subject:
Tech question relative to these boards
|
Friarspam posted:
# Boards: -1 | # Messages: -1 (-1 today)
Huh?
edit: After posting this question it then read;
# Boards: 469 | # Messages: 126,215,477 (9 today)
Based on the (9 today) after you posted, I'm guessing that you logged in just after midnight and the counters had just been reset and there were 0 posts for the day.
|