Print Page | Close Window

7.5 and 1 BUG

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=6146
Printed Date: 03 April 2026 at 9:37am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: 7.5 and 1 BUG
Posted By: fred
Subject: 7.5 and 1 BUG
Date Posted: 03 October 2003 at 12:08pm

 

forum/post_message_form.asp?mode=new&FID=1

White PAGE with the 7.5 TT !!!! can u hellp ME NNN

Some clues here :

 


<html>
<head>
<title>Post New Topic</title>
<meta name="copyright" content="Copyright (C) 2001-2003 Bruce Corkhill" />

<!-- The Web Wiz Guide ASP forum is written by Bruce Corkhill ©2001-2003
      If you want your forum then goto http://www.webwizforums.com - http://www.webwizforums.com -->

<!-- Check the from is filled in correctly before submitting -->
<script language="JavaScript">

//Function to check form is filled in correctly before submitting
function CheckForm () {
 
 var errorMsg = "";

<font face="Arial" size=2>
<p>Erreur d'ex&#233;cution Microsoft VBScript</font> <font face="Arial" size=2>error '800a000d'</font>
<p>
<font face="Arial" size=2>Type incompatible: '[string: &quot;6.0&quot;]'</font>
<p>
<font face="Arial" size=2>/xx/forum/functions/functions_common.asp</font& gt;<font face="Arial" size=2>, line 158</font>




Replies:
Posted By: crusad3r
Date Posted: 03 October 2003 at 12:24pm

It apears from the area of code that you are pointing at that you did not expand the Browser column in tblActiveuser to 20.

 

Just a guess.

cRusad3r

 

 

Originally posted by fred fred wrote:

 

forum/post_message_form.asp?mode=new&FID=1

White PAGE with the 7.5 TT !!!! can u hellp ME NNN

Some clues here :

 


<html>
<head>
<title>Post New Topic</title>
<meta name="copyright" content="Copyright (C) 2001-2003 Bruce Corkhill" />

<!-- The Web Wiz Guide ASP forum is written by Bruce Corkhill ©2001-2003
      If you want your forum then goto http://www.webwizforums.com - http://www.webwizforums.com -->

<!-- Check the from is filled in correctly before submitting -->
<script language="JavaScript">

//Function to check form is filled in correctly before submitting
function CheckForm () {
 
 var errorMsg = "";

<font face="Arial" size=2>
<p>Erreur d'ex&#233;cution Microsoft VBScript</font> <font face="Arial" size=2>error '800a000d'</font>
<p>
<font face="Arial" size=2>Type incompatible: '[string: &quot;6.0&quot;]'</font>
<p>
<font face="Arial" size=2>/xx/forum/functions/functions_common.asp</font& amp; gt;<font face="Arial" size=2>, line 158</font>



Posted By: WebWiz-Bruce
Date Posted: 03 October 2003 at 12:30pm
Looking at the error code it looks like the server you are on does not use a . (dot) to indicate decimal numbers eg.

6.0

This means that unless you can change the server to use a . in a decimal number then the forum software is not compatible with the server you are on.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: fred
Date Posted: 03 October 2003 at 12:30pm
I use only the new database so the field "browser" is 20 .


Posted By: WebWiz-Bruce
Date Posted: 03 October 2003 at 12:32pm
You could try a dirty trick and fool the ASP into comparing string values instead of numbers br changing line 158 of the file functions_common.asp to the following:-

If Trim(Mid(strUserAgent, CInt(inStr(1, strUserAgent, "MSIE", 1)+5), 3)) = "5.0" Then



-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: fred
Date Posted: 03 October 2003 at 12:33pm
ho ho ... And waht with my provider ,,, ??? if he use "," and not "." NN


Posted By: fred
Date Posted: 03 October 2003 at 12:37pm

ok it s work ... I ve to change 2 line ::

 

'Now we know this is Windows IE we need to see if the version number is 5

If Trim(Mid(strUserAgent, CInt(inStr(1, strUserAgent, "MSIE", 1)+5), 3)) = "5.0" Then ...

'Now we know this is Windows IE we need to see if the version number is above 5

ElseIf Trim(Mid(strUserAgent, CInt(inStr(1, strUserAgent, "MSIE", 1)+5), 3)) => "5.5" ...



Posted By: WebWiz-Bruce
Date Posted: 03 October 2003 at 12:38pm
See my last post on a dirty trick to get the server to compare the value as a string instead. This may be a work around for you.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net