Author |
Topic |
rick7165
Senior Member
USA
1094 Posts |
Posted - 08 November 2001 : 08:52:59
|
Well I remember when 3.3 came out... And I couldn't get some of the mods work. Richard explained the only difference was in the Topic.asp and I had to add the rsTopic and rsReplies to any mod using the Topic.asp. That fixed everything I had.
Test Site: EastPasco running on Huw's Code 3.3.10 SQL 2000 Need a Snitz MOD? Click Here: Snitz Mod Resource |
|
|
extrafree
New Member
54 Posts |
Posted - 08 November 2001 : 10:59:06
|
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/testforum/topic.asp, line 259
I've got 3.1 and I made changes as rsTopic whit rs when upload the modified files i can see the mods working fine, but at the first refresh it dosnt' work again.
giving to me that error!!! what I can do for it, what do I have to change? have you got any idea? thanks
|
|
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 08 November 2001 : 11:07:27
|
Can you give me the code around that line and highlight what that line is please?
Thanks Az
------- Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
extrafree
New Member
54 Posts |
Posted - 08 November 2001 : 11:18:59
|
this is my topic.txt click here give a look !! thank you anyway!!!
|
|
|
Raichelle
Junior Member
370 Posts |
Posted - 08 November 2001 : 11:19:13
|
I added the ( but am still getting this
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum/topic111.asp, line 460
|
|
|
extrafree
New Member
54 Posts |
Posted - 08 November 2001 : 11:30:16
|
quote:
I added the ( but am still getting this
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum/topic111.asp, line 460
So do I!!!
I made that error anything I do!!!!
|
|
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 08 November 2001 : 11:31:26
|
ok I'm gonna install 3.1 and have a go :)
Be right back
Cheers Az
------- Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
Raichelle
Junior Member
370 Posts |
Posted - 08 November 2001 : 11:31:52
|
I guess this mod don't work with 3.1 then because me and extrafree having the same problem
|
|
|
Raichelle
Junior Member
370 Posts |
Posted - 08 November 2001 : 11:33:29
|
maybe If i install the updated version might clear it up.
going do that now
|
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 08 November 2001 : 11:37:03
|
It should work.. all that's different is in the topic.asp 3.1 used rs and 3.3 uses rsTopic AND rsReplies So I don't see why it should work after removing those.
I wish that I had 3.1 setup.
Raichelle I went to you site last night topic111.asp and it worked just didn't show the stars. I can't go to your site much because it's very heavy for me on a 56k modem and takes forever to load :(
Test Site: EastPasco running on Huw's Code 3.3.10 SQL 2000 Need a Snitz MOD? Click Here: Snitz Mod Resource |
|
|
Raichelle
Junior Member
370 Posts |
Posted - 08 November 2001 : 11:42:50
|
its the server run fast exactly 7pm odd and strange im only using hostonce for now until we purchase another pc to run it on our own
also on my topic111.asp there is no rsreplies or rstopic anymore i took them off
|
|
|
suhern
Junior Member
186 Posts |
Posted - 08 November 2001 : 11:45:30
|
Azaniah,
Using your concept for topic.asp I had a go at implementing it in forum.asp such that if rating is turned off for the forum the rate column will not be shown at forum.asp.
I had a slightly different system of showing the stars therefore my forum.asp will not be relevant here. You may want to take look and if you choose to you may want to update your forum.asp
see here
Anyway thanks for the great work to make forum selection possible for rating.
|
|
|
rick7165
Senior Member
USA
1094 Posts |
Posted - 08 November 2001 : 11:49:01
|
I haven't looked at your code yet, but her forum.asp works fine... It's when you go into the topic it dies.
Test Site: EastPasco running on Huw's Code 3.3.10 SQL 2000 Need a Snitz MOD? Click Here: Snitz Mod Resource |
|
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 08 November 2001 : 12:18:12
|
ok the reason it dies in 3.1 is this.
<% if ( getMemberID(strDBNTUserName) = rs("T_AUTHOR") ) then %>
At this point T_AUTHOR hasn't been selected (and it's not part of the "rs" in 3.1)
Somewhere we need to add this... which is what I am trying (badly) to do now.
Cheers Az
------- Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
Azaniah
Senior Member
United Kingdom
1004 Posts |
Posted - 08 November 2001 : 12:25:17
|
quote:
Azaniah,
Using your concept for topic.asp I had a go at implementing it in forum.asp such that if rating is turned off for the forum the rate column will not be shown at forum.asp.
I had a slightly different system of showing the stars therefore my forum.asp will not be relevant here. You may want to take look and if you choose to you may want to update your forum.asp
see here
Anyway thanks for the great work to make forum selection possible for rating.
Now that's a good idea - That can go into version 1.23
------- Eagles fly!, but weasels don't get sucked into jet engines. |
|
|
Topic |
|