| Author | 
                
                  Topic   | 
                  | 
              
              
                | 
                 graphase 
                Starting Member 
                 
                 
                
                10 Posts  | 
                
                  
                    
                      
                       Posted - 20 October 2003 :  14:06:08
                        
                      
  | 
                     
                    
                       Hello,
   I'm getting this message:
 quote:
  Microsoft VBScript runtime error '800a000d' 
  Type mismatch: '[string: ""]' 
  /forum/inc_func_common.asp, line 628
 
  
  I even took the original file strait from this sites zip!
  inc_func_common.asp seems to not like displaying the date it seems.
  627	case "mmdy" 628	  chkDate = Monthname(Mid(fDate,5,2),1) & " " & _ 629	  Mid(fDate,7,2) & " " & _ 630	  Mid(fDate,1,4)
  Can someone help?  | 
                     
                    
                       Edited by - graphase on 20 October 2003  15:01:03 | 
                     
                   
                 | 
              
              
                | 
                 Nikkol 
                Forum Moderator 
                      
                 
                
                USA 
                6907 Posts  | 
                
                  
                 | 
              
              
                | 
                 graphase 
                Starting Member 
                 
                 
                
                10 Posts  | 
                
                  
                    
                      
                       Posted - 20 October 2003 :  14:41:53
                        
                      
  | 
                     
                    
                       quote: Originally posted by Nikkol
  what's the 129 stuck on that line?
 
  
  I'm not sure what that means Nikkol  
  I've opened an account for you to see the problem: http://www.graphase.com/forum/
  Login as : User: test Pass: test
  go to one of the posting and you'll notice ANY replies to any postings gets this error.. | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Nikkol 
                Forum Moderator 
                      
                 
                
                USA 
                6907 Posts  | 
                
                  
                    
                      
                       Posted - 20 October 2003 :  14:56:16
                        
                      
  | 
                     
                    
                      |  no need to view the forum.  the original file does not have a 129 stuck on that line.  you should correct the line as it appears in the original file. | 
                     
                    
                        Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~ | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 graphase 
                Starting Member 
                 
                 
                
                10 Posts  | 
                
                  
                    
                      
                       Posted - 20 October 2003 :  14:58:38
                        
                      
  | 
                     
                    
                       Oh, the 129 was when I was posting. It's not in the file.
  Have you any idea why it's having a problem with the date?
  Seems strange  | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 redbrad0 
                Advanced Member 
                      
                 
                
                USA 
                3725 Posts  | 
                
                  
                 | 
              
              
                | 
                 graphase 
                Starting Member 
                 
                 
                
                10 Posts  | 
                
                  
                    
                      
                       Posted - 20 October 2003 :  18:37:31
                        
                      
  | 
                     
                    
                       Any reply postings do not show. All original postings show, but under them all the reply posts have 
  Microsoft VBScript runtime error '800a000d' 
  Type mismatch: '[string: ""]' 
  /forum/inc_func_common.asp, line 628
  error in them | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 redbrad0 
                Advanced Member 
                      
                 
                
                USA 
                3725 Posts  | 
                
                  
                    
                      
                       Posted - 20 October 2003 :  19:12:04
                        
                        
                      
  | 
                     
                    
                       Look at 599 which I have in bold and add the following lines in red
 
 
function chkDate(fDate,separator,fTime)
	Response.Write "fDate-" & fDate & "-<br>"
	Response.Write "separator-" & separator & "-<br>"
	Response.Write "fTime-" & fTime & "-<br>"
	if fDate = "" or isNull(fDate) then
		if fTime then
			chkTime(fDate)
		end if
		exit function
	end if
 
  Then show what is posted. Some code you changed for a mod was not done right or copied right which is causing this by calling the chkDate function. | 
                     
                    
                        Brad Oklahoma City Online Entertainment Guide Oklahoma Event Tickets | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Thomas 
                Starting Member 
                 
                 
                
                Belgium 
                20 Posts  | 
                
                  
                    
                      
                       Posted - 28 October 2003 :  10:41:27
                        
                        
                      
  | 
                     
                    
                       I'm having a identical problem.
  Following shows up in the original post (Date works) <paste> fDate-20031028152021- separator- : - fTime-True- </paste>
  But, the reply had an empty date I think. <paste> fDate-1- separator- : - fTime-True- </paste>
  A copy of my inc_func_common.asp file can be found @ http://users.pandora.be/fox/inc_func_common.txt
  Any ideas why the date could be empty? | 
                     
                    
                        | 
                     
                   
                 | 
              
              
                | 
                 Thomas 
                Starting Member 
                 
                 
                
                Belgium 
                20 Posts  | 
                
                  
                 | 
              
              
                |   | 
                
                  Topic   | 
                  |