Author |
Topic  |
|
krowllaw
Starting Member
USA
1 Posts |
Posted - 24 August 2002 : 18:50:59
|
Perhaps this has been noticed before, but I searched and couldn't find anything. When I set up my forum to use nt authentication, and then changed to use nt autologon, I noticed that I had an error (topic.asp, line 120) whenever I viewed a topic that admin had previously added. Since the old name was admin, and it changed to be my nt name, there was a problem.
Here is a fix. In your database, alter and execute this line of sql:
UPDATE forum_database_name.forum_members SET m_name='nt_username' WHERE m_name='admin';
Change forum_database to your database name and change nt_username to your nt username. Anyone else notice this?
 |
Troy
http://www.homerepairforum.com |
Edited by - ruirib on 24 August 2002 19:17:28 |
|
Kal Corp
Average Member
  
USA
878 Posts |
|
nubie
Starting Member
United Kingdom
2 Posts |
Posted - 29 August 2002 : 06:09:03
|
I am also experiencing the same problem as Krowllaw, but even after I have applied the SQL update as suggested, the <topic.asp, line 120> error is still showing whenever a user (not just admin) try to view a topic in NT auth. mode.
I am using v3.4.01 (no MODS) & IIS5, everything seems to work fine when in the DB Auth. mode.
Is there something else that I should be looking at? |
 |
|
ASPDude
Starting Member
United Kingdom
41 Posts |
Posted - 29 August 2002 : 06:21:05
|
I too have the same problem (I think). The exact error that's coming up is:
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/snitz34/topic.asp, line 120
I get this error whenever I or any other user clicks onto any topic. The topic titles are displayed okay but when the title is clicked to enter the topic detail I get the message above.
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
|
ASPDude
Starting Member
United Kingdom
41 Posts |
Posted - 29 August 2002 : 09:50:38
|
Thanx Richard
Worx great now. |
 |
|
nubie
Starting Member
United Kingdom
2 Posts |
Posted - 29 August 2002 : 10:26:31
|
Its working fine now, thanks.
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 29 August 2002 : 10:40:48
|
you're welcome  |
 |
|
|
Topic  |
|