Print Page | Close Window

Members having problems posting

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=28314
Printed Date: 02 April 2026 at 12:48am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Members having problems posting
Posted By: Scotty32
Subject: Members having problems posting
Date Posted: 06 February 2010 at 12:57pm

Some of my forum members are complaining of the following error:

Quote Microsoft VBScript runtime error '800a000d'

Type mismatch: 'CInt'

/forum/new_post.asp, line 358

One of the members was using Google Chrome and another was using Safari, which are pritty much the same thing.

The error seems to relates to this block of code:

If Request.Form("PN") = "" Then

    intReturnPageNum = 1
Else
    intReturnPageNum = CInt(Request.Form("PN"))
End If

Would it not be better to do the following, since you want to make sure its a number?

If NOT isNumeric(Request.Form("PN")) Then

    intReturnPageNum = 1
Else
    intReturnPageNum = CInt(Request.Form("PN"))
End If




Replies:
Posted By: 123Simples
Date Posted: 06 February 2010 at 7:19pm
Just a quick query Scotty (no disrespect) is this topic or point referring to the latest version 9.65? as to date I have not seen this error on our forums
Just a thought mate Thumbs Up


-------------
http://www.123simples.com/" rel="nofollow - Visit 123 Simples Web Design


Posted By: Scotty32
Date Posted: 09 February 2010 at 8:52pm
Yes it is the current version, as well as previous ones.

It only seems to happen on rare occasions, and with Safari/Chrome browsers.


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: slog
Date Posted: 10 February 2010 at 2:58pm
Scotty, i use Chrome 99% of the time and never this problem. Maybe it is related to something else.



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