| Author | 
                
                  Topic   | 
                
              
              
                | 
                 tomasalsbro 
                Average Member 
                    
                 
                
                Sweden 
                818 Posts  | 
                
                  
                    
                      
                       Posted - 19 April 2003 :  13:47:17
                        
                        
                      
  | 
                     
                    
                       Hi,
  Why do I recieve this after trying to implement this mod?
  ===== Administrative Functions  Forum Feature Configuration: 
  Main Forum Configuration  Feature Configuration  Microsoft VBScript runtime error '800a000d' 
  Type mismatch: 'fLang' 
  /forum/admin_home.asp, line 128    =====
  I'm using v 3.4.03
  Cheers / Tomas 
  | 
                     
                    
                        !-Keep distance in traffic-! www.whiplashinfo.se | 
                     
                    
                       Edited by - tomasalsbro on 19 April 2003  16:39:47 | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 ThaFonz` 
                Starting Member 
                 
                 
                
                Belgium 
                5 Posts  | 
                
                  
                    
                      
                       Posted - 19 April 2003 :  16:19:39
                        
                      
  | 
                     
                    
                       Hi all,
  I've installed the active users mod and since than i'm getting this error when a user wants to register (after he clicks on the automatic e-mail that has been send to him):
 
  Microsoft JET Database Engine error '80040e14' 
  Number of query values and destination fields are not the same. 
  /forum/register.asp, line 187 
 
  I am using Snitz Forums 2000 Version 3.4.03 with the right version of active users. What have i done wrong? 
  Thanks for any help
  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 masterao 
                Senior Member 
                     
                 
                
                Sweden 
                1678 Posts  | 
                
                  
                    
                      
                       Posted - 19 April 2003 :  17:10:54
                        
                        
                      
  | 
                     
                    
                       Tomas, it sounds as if you didn't do the Language Installation to config.asp. Check the end of the readme-file for instructions.
  ThaFonz`, it appears as if you didn't add all the code needed into register.asp. Post a link to a text-version of your register.asp, and I'll take a look at it. | 
                     
                    
                        Jan =========== FR Portal Forums | Active Users 4.0.20 Mod | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 ThaFonz` 
                Starting Member 
                 
                 
                
                Belgium 
                5 Posts  | 
                
                  
                 | 
              
              
                | 
                 masterao 
                Senior Member 
                     
                 
                
                Sweden 
                1678 Posts  | 
                
                  
                    
                      
                       Posted - 20 April 2003 :  20:41:13
                        
                        
                      
  | 
                     
                    
                       I found the problem.  
  Look for the following lines 141-143 and 433-435 in register.asp
 
 
			strsql = strsql & ", M_LNEWS"
			strSql = strSql & ", M_AUHIDE"
			strSql = strSql & ", M_SHA256"
 
  Add the line marked red below so that it looks like this:
 
 
			strsql = strsql & ", M_LNEWS"
			strSql = strSql & ", M_QUOTE"
			strSql = strSql & ", M_AUHIDE"
			strSql = strSql & ", M_SHA256"
 
  It appears that you removed that line when you added the au-code. | 
                     
                    
                        Jan =========== FR Portal Forums | Active Users 4.0.20 Mod | 
                     
                    
                       Edited by - masterao on 20 April 2003  20:41:49 | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 ThaFonz` 
                Starting Member 
                 
                 
                
                Belgium 
                5 Posts  | 
                
                  
                    
                      
                       Posted - 21 April 2003 :  06:56:20
                        
                      
  | 
                     
                    
                       Thanks a lot masterao ... haven't seen it all those times.
  C'ya later | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 masterao 
                Senior Member 
                     
                 
                
                Sweden 
                1678 Posts  | 
                
                  
                 | 
              
              
                | 
                 ovi 
                Starting Member 
                 
                 
                
                Denmark 
                30 Posts  | 
                
                  
                    
                      
                       Posted - 14 May 2003 :  14:12:31
                        
                      
  | 
                     
                    
                       Hi
  I've implemented the Active Users MOD and it's almost perfect... but is there any way I'm able to see what screen resolution the users are using along with the system and browser?
  Thanks Ovi | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Viv 
                Starting Member 
                 
                 
                
                Belgium 
                8 Posts  | 
                
                  
                    
                      
                       Posted - 12 June 2003 :  01:43:23
                        
                      
  | 
                     
                    
                       I have this on my default page after I installed th eactive users mod: Microsoft JET Database Engine (0x80040E37) De Microsoft Jet-database-engine kan de invoertabel of -query FORUM_ONLINE niet vinden. Zorg ervoor dat deze bestaat en dat de naam correct is gespeld. /Dollmakers/Forums/inc_whoisonline.asp, line 156
  Sorry, its in dutch | 
                     
                    
                       viv | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Nikkol 
                Forum Moderator 
                      
                 
                
                USA 
                6907 Posts  | 
                
                  
                    
                      
                       Posted - 12 June 2003 :  01:47:46
                        
                      
  | 
                     
                    
                      |  That says that it cannot find the table FORUM_ONLINE.  Make sure that the table exists in your database and that you installed the tables correctly (either through the MOD or Alternate MOD Setup in admin options). | 
                     
                    
                        Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 masterao 
                Senior Member 
                     
                 
                
                Sweden 
                1678 Posts  | 
                
                  
                    
                      
                       Posted - 12 June 2003 :  03:09:40
                        
                        
                      
  | 
                     
                    
                      |  Viv, that error seems to indicate that you are using the who's inside mod for AU 3.5. Instead take a look at this topic, which contains a variant who's inside for AU 4. | 
                     
                    
                        Jan =========== FR Portal Forums | Active Users 4.0.20 Mod | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 nickw 
                Junior Member 
                   
                 
                
                Ireland 
                193 Posts  | 
                
                  
                    
                      
                       Posted - 12 June 2003 :  10:31:07
                        
                      
  | 
                     
                    
                       Hey all...
  If someone has a chance, please could you look at this post and see if anyone has any ideas.. http://forum.snitz.com/forum/topic.asp?TOPIC_ID=42766
  Thanks to Jan, the issue has been narrowed down, but not resolved.
  Thanks for your time...
 
  | 
                     
                    
                       Nick | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                
                
                  Topic   | 
                  |