Author |
Topic  |
|
-AJ
Starting Member
5 Posts |
Posted - 05 May 2002 : 19:49:15
|
ive found the forums very helpful for other fixes, tho this one has me stumped.
When i jump into a forum listed under a category [i.e. forum.asp?forumID=] it tells me there are no topics found, when there are topics in the forum.
I can get to the topics by listing a member, and going to their most recent post.
All the forums in all categories display this error :/
Ive rerun setup.asp and updated the forum counts...
Another error coming up is when I login as admin and click on some of the links [and specifically] 'forum variables information' is in the file admin_variable_info.asp
Object doesnt support this property or method: 'Contents'
any ideas?
[edit] 3.3.03 SQL Server 7.0 IIS
Edited by - -AJ on 05 May 2002 19:53:45 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 05 May 2002 : 20:11:24
|
quote:
i've found the forums very helpful for other fixes, tho this one has me stumped.
When i jump into a forum listed under a category [i.e. forum.asp?forumID=] it tells me there are no topics found, when there are topics in the forum.
I can get to the topics by listing a member, and going to their most recent post.
All the forums in all categories display this error :/
Maybe if you change the value in the drop down box at the top right, that allows you to select the lenght of the period for which you want to see the posts that will help you (instead of choosing Show all topics from the last 30 days, choose Show All Topics).
quote:
Another error coming up is when I login as admin and click on some of the links [and specifically] 'forum variables information' is in the file admin_variable_info.asp
Object doesnt support this property or method: 'Contents'
any ideas?
[edit] 3.3.03 SQL Server 7.0 IIS
Wanna post the file/line number where the error occurs?
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
 |
|
-AJ
Starting Member
5 Posts |
Posted - 05 May 2002 : 20:31:11
|
quote:
Maybe if you change the value in the drop down box ... choose Show All Topics).
Intriguing - if i set to 60 days or above, the posts display, even though the last post was 2 days ago..
quote:
Wanna post the file/line number where the error occurs?
the file is admin_variable_info.asp line number 139
for each key in Session.Contents if left(lcase(key), len(strCookieUrl)) = lcase(strCookieUrl) or left(lcase(key), len(strUniqueID)) = lcase(strUniqueID) then %> <tr> <td bgColor="<% =strPopUpTableColor %>" valign="top"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b><% =ChkString(key, "display") %></b></font></td> <td bgColor="<% =strPopUpTableColor %>"><font face="courier" size="<% =strDefaultFontSize %>"> <% if Session.Contents(key) = "" then Response.Write " " else Response.Write chkString(CStr(Session.Contents(key)), "display") end if Response.Write " </font></td>" & vbNewline & _ " </tr>" & vbNewline end if next %> <tr> <td align="center" colspan="2" bgcolor="<% =strHeadCellColor %>"><b><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>" color="<% =strHeadFontColor %>">Application variables</font></b></td> </tr>
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 05 May 2002 : 21:35:45
|
quote:
Intriguing - if i set to 60 days or above, the posts display, even though the last post was 2 days ago..
Hummm..., sounds like a date issue. Try the change recommended here, for the strToDate function in inc_functions.asp: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=25969#124820
Well,
Regarding the second error, that sure looks weird. It looks like the Session object does support the Contents property. I'm no specialist in ASP, but I think that has been a characteristic of ASP for a while (ASP 2.0 at least). What IIS version are you using?
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
 |
|
-AJ
Starting Member
5 Posts |
Posted - 05 May 2002 : 23:30:38
|
quote:
What IIS version are you using?
Think its version 3 [i.e. came with NT4]
seems subscriptions arent working now either.
Ive also tried setting up a board from scratch, and its pulling the same errors :/ I dont understand as everything was running ok until this morning...
|
 |
|
-AJ
Starting Member
5 Posts |
Posted - 06 May 2002 : 01:05:41
|
hmm seems like the server software was going a bit haywire. The problem with session.content was definitely not forum related. The date problem is still an issue, tho i'm going to recheck what ive done.
muito obrigado <-- me attempts portugese
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 06 May 2002 : 06:56:51
|
quote:
hmm seems like the server software was going a bit haywire. The problem with session.content was definitely not forum related. The date problem is still an issue, tho i'm going to recheck what ive done.
muito obrigado <-- me attempts portugese
Do check what you've done with the date issue. I think the change I suggested should be enough, but if it is not there are other things that can be tried. Just let me know.
The use of portuguese was nice and well applied. You are very welcome .
------------------------------------------------- Installation Guide | Do's and Dont's | MODs |
 |
|
|
Topic  |
|