Author |
Topic |
|
Callista
Starting Member
1 Posts |
Posted - 02 January 2002 : 01:58:23
|
This seems to be a problem here as well as on my site . . . When the clocks turned over to midnight, the topics disappeared.
For reasons I don't understand, I can get the topics to show as long as a choose at least 60 days as my "new topics since" window. But anything less than 60 days is giving me no topics at all.
(Please tell me I'm not the only person seeing that.)
Anybody know what the solution is?
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 02 January 2002 : 02:11:50
|
Can you provide us with a link to your forum?
<edit>Problem is here too??
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource
Edited by - Nathan on 02 January 2002 02:12:51 |
|
|
RCHAWAII
Junior Member
USA
277 Posts |
Posted - 02 January 2002 : 02:53:01
|
quote:
Can you provide us with a link to your forum?
<edit>Problem is here too??
Nathan, I see it too - All topics gone, only option to post new message and when I came back to the forum, no new messages, but when I choose to display all from the past year, they show up here...
Houston, we have a problem :(
If you can't build it, don't fly it. |
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 02 January 2002 : 03:06:51
|
60 days works, 120 days works, last year works, all topics works, and all open topics works.
The rest, your right, eveything is missing. This problem (02-01-02/01-02-02) is probably the inverse of the problem RichardK fixed before. . . .
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource |
|
|
Nathan
Help Moderator
USA
7664 Posts |
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 02 January 2002 : 03:51:53
|
I can't work on debugging this because it doesn't occur on either of my servers.
I have noted the following about the two dates these two anomalies occurred on.
The first anomaly
12 - 01 - 01 became: 01 - 12 - 01
These two dates in the database look like: 20011201 20010112
The second anomaly
01 - 02 - 02 became: 02 - 01 - 02
These two dates in the database look like: 20020102 20020201
I believe the problem is probably here: forum.asp line 97 which would indecate StrToDate as a likely culprit.
defDate = DateToStr(dateadd("d", -(nDays), StrToDate(strForumTimeAdjust)))
I hope my research helps someone fix it!!!
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource
Edited by - Nathan on 02 January 2002 03:54:07 |
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 02 January 2002 : 05:30:57
|
Are you saying this is happening here ? All thedates and times look fine to me
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 02 January 2002 : 05:36:21
|
forget that, i see what you mean, will check it out.
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 02 January 2002 : 05:40:28
|
Ok, fixed it here.
Nathan is correct, this is the line causeing the problem
defDate = DateToStr(dateadd("d", -(nDays), StrToDate(strForumTimeAdjust)))
change it to
defDate = DateToStr(dateadd("d", -(nDays), strForumTimeAdjust))
|
|
|
Nathan
Help Moderator
USA
7664 Posts |
Posted - 02 January 2002 : 16:55:16
|
Might want to fix this in 3.4
<edit> bump
Nathan Bales - Romans 15:13 --------------------------------- Snitz Exchange | Mod Resource
Edited by - Nathan on 03 January 2002 03:47:45 |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 28 January 2002 : 17:01:56
|
fixed in v3.4 |
|
|
|
Topic |
|