Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - Type mismatch: 'CInt' with google
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Type mismatch: 'CInt' with google

 Post Reply Post Reply
Author
kiklop View Drop Down
Groupie
Groupie


Joined: 14 July 2005
Status: Offline
Points: 137
Post Options Post Options   Thanks (0) Thanks(0)   Quote kiklop Quote  Post ReplyReply Direct Link To This Post Topic: Type mismatch: 'CInt' with google
    Posted: 19 June 2006 at 9:42am
Not a major issue for me, but i guess i need to report this.
From my log files i saw a pretty common error with google:

Microsoft VBScript runtime
(0x800A000D)
Type mismatch: 'CInt'
Line: 123
browser: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Method: get
page: new_reply_form.asp?TID=247&PN=&TR= (of course TID value is not always the same but is always pointing to missing topic).
When i was testing for this i noticed that if I remove "&PN=&TR=" part from the link i don't get the error.





Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 19 June 2006 at 10:34am
I've looked into this and I'm not sure why Google is attempting to open this page with null values for the two fields in the querystring, but anyway, here is a solution.

Edit the file new_reply_form.asp in 8.02 with note pad and change the line below:-

Change line 123 to:-

If isNumeric(Request.QueryString("PN")) Then intRecordPositionPageNum = CInt(Request.QueryString("PN")) Else intRecordPositionPageNum = 1



And also change line 125 to:-

If isNumeric(Request.QueryString("TR")) Then intTotalRecords = CLng(Request.QueryString("TR")) Else intTotalRecords = 1






Edited by -boRg- - 19 June 2006 at 10:35am
Back to Top
kiklop View Drop Down
Groupie
Groupie


Joined: 14 July 2005
Status: Offline
Points: 137
Post Options Post Options   Thanks (0) Thanks(0)   Quote kiklop Quote  Post ReplyReply Direct Link To This Post Posted: 19 June 2006 at 10:45am
Thanks for the quick answer and the solution !!
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.