| Author |  Topic  | 
              
                | bugzyJunior Member
 
   
 
                USA147 Posts
 | 
                    
                      |  Posted - 20 November 2000 :  14:06:39     
 |  
                      | <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>Error Type: ADODB.Field (0x80020009)
 Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
 /forum/whos_online.asp
 <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
 
 thats the error message im getting
 
 i read through this topic and read someone else with same problem but i didnt see any answer .. unless i read it wrong
 
 anyone have any ideas
 
 
 |  
                      |  |  | 
              
                | bugzyJunior Member
 
   
 
                USA147 Posts
 | 
                    
                      |  Posted - 21 November 2000 :  01:34:38     
 |  
                      | fixed the db connection prob or whatevers 
 im having the problem that shows Guest ... but not Members logged on
 
 
 |  
                      |  |  | 
              
                | RichardKinserSnitz Forums Admin
 
      
 
                USA16655 Posts
 | 
                    
                      |  Posted - 21 November 2000 :  01:58:16   
 |  
                      | That is a cookie problem... |  
                      |  |  | 
              
                | bugzyJunior Member
 
   
 
                USA147 Posts
 | 
                    
                      |  Posted - 21 November 2000 :  13:08:52     
 |  
                      | how would i go about fixing that cookie problem ? 
 
 |  
                      |  |  | 
              
                | infinityNew Member
 
  
 
                New Zealand90 Posts
 | 
                    
                      |  Posted - 22 November 2000 :  18:40:54     
 |  
                      | Phewww... <img src=icon_smile_blackeye.gif border=0 align=middle> Well this mod has gone through the wringers and back...
 Anyone feel inspired to post a file that has this mod in its latest form, plus the setup file to update the persons database etc etc?
 
 For myself, I just want to get the newest version of the mod in place... I have the db changed and have the original mod code.
 
 Infinity
 
 Life is but a dream... and that dream is Here and Now. Therefore, Be here Now.
 |  
                      |  |  | 
              
                | xMANIGHTxJunior Member
 
   
 
                Italy191 Posts
 | 
                    
                      |  Posted - 24 November 2000 :  14:20:15     
 |  
                      | Yep plz I know I'm late with that stuff but I got the snitz just yesterday... so where can I find latest versions of WHO'S ONLINE and PRIVATE MESSANGER if there are any for Snitz FOrum 3.1sr2 (Access 97/2000 and IIS). And is there any MOD to make a search for ALL POST everywere fora single USER?
 
 <img src="http://www.audiopro.it/max.gif" border=0> Distractly yours... manight@audiopro.it
 
 Edited by - xMANIGHTx on 24 November 2000  14:22:08
 |  
                      |  |  | 
              
                | psykogamerNew Member
 
  
 
                71 Posts | 
                    
                      |  Posted - 11 December 2000 :  18:45:50   
 |  
                      | <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> I just installed the new default and forum and I get the following now
 Microsoft OLE DB Provider for ODBC Drivers error '80040e10'
 
 [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1.
 
 /forum/default.asp, line 84
 
 line 84 is set rs = my_Conn.Execute (strSql)
 
 Any suggestion how to fix this
 
 
 <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
 I really need to know this as well. Literally! Laters.
 
 
 |  
                      |  |  | 
              
                | HuwRForum Admin
 
      
 
                United Kingdom20611 Posts
 | 
                    
                      |  Posted - 11 December 2000 :  18:59:51     
 |  
                      | could you possibly post the lines around your line 84, in mine this in the middle of some Javascript. 
 <font color=blue>'Resistance is futile'</font id=blue>
 |  
                      |  |  | 
              
                | psykogamerNew Member
 
  
 
                71 Posts | 
                    
                      |  Posted - 12 December 2000 :  09:14:05   
 |  
                      | Umm, this is my first Snitz board so I don't understand what you're talking about. Can you please elaborate? Thanx. Literally! Laters. 
 
 |  
                      |  |  | 
              
                | HuwRForum Admin
 
      
 
                United Kingdom20611 Posts
 | 
                    
                      |  Posted - 12 December 2000 :  09:19:23     
 |  
                      | Email me your default.asp, I will take a quick look at it 
 <font color=blue>'Resistance is futile'</font id=blue>
 |  
                      |  |  | 
              
                | alexdStarting Member
 
 
 
                9 Posts | 
                    
                      |  Posted - 13 December 2000 :  12:10:29   
 |  
                      | <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Yeah, I tried HuwR's code and I couldn't log back in. It kept saying I'm entering an incorrect username/password, but I'm using the default admin/admin that came with the forum. I changed back to the original select case statement and it worked ok.
 So there's a prob. with your code HuwR. :-(
 <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
 
 You need to change the following lines:
 select case ChkUser2(<b>strDBNTFUserName</b>, Request.Form("Password"))
 and
 User = <b>strDBNTUserName</b>
 
 To:
 select case ChkUser2(<b>Request.Form("Name")</b>, Request.Form("Password"))
 and
 User = <b>Request.Form("Name")</b>
 
 
 |  
                      |  |  | 
              
                | psykogamerNew Member
 
  
 
                71 Posts | 
                    
                      |  Posted - 13 December 2000 :  18:39:42   
 |  
                      | I sent it day before yesterday. Did you get it? Thanx. Literally! Laters. 
 
 |  
                      |  |  | 
              
                | HopperJunior Member
 
   
 
                192 Posts | 
                    
                      |  Posted - 14 December 2000 :  10:06:23   
 |  
                      | Wow, I tried changing the code case statements as shown above and it screwed the forum up bigtime.  the widths of the colums were changed, i couldnt log in and it kept refreshing the screen every 2 or 3 seconds so I couldnt type in my username/pw before it would wipe it clean.. hehe.. either I missed something BIG or something else is screwy. 
 
 |  
                      |  |  | 
              
                | Capt_DunzellJunior Member
 
   
 
                USA160 Posts
 | 
                    
                      |  Posted - 14 December 2000 :  13:32:51     
 |  
                      | I know I have seen this posted somewhere but after searching twice I cannot seem to find it now. 
 I have this mod installed on my forum, but it always shows 0 members online unless I refresh it.
 
 Anyone know the fix for this, or where I can find it?
 
 http://www.dunzellsden.com/forum/
 |  
                      |  |  | 
              
                | Capt_DunzellJunior Member
 
   
 
                USA160 Posts
 |  | 
              
                
                |  Topic  |  |