Print Page | Close Window

Beta 1 errors

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


Topic: Beta 1 errors
Posted By: remy
Subject: Beta 1 errors
Date Posted: 16 July 2007 at 11:41am
Getting lots of vbscript errors, logging out/in usually sorts this but still happening after looking at a few posts.
 
Example:
 
Microsoft VBScript runtime error '800a000d'

Type mismatch

/forum/functions/functions_common.asp, line 1850

Also getting this a lot in default.asp (Line 571)
      If intSubForumID = CInt(sarryForums(2,intTempRecord)) Then intTempRecord = intTempRecord + 1
 
Don't know if its cookie based?
 
--------
 
I am also unable to login to admin area, was logged in yesterday but today it alwasy fails. My username, password and captcha codes are definately right. I can login to the standard site, I think the captcha codes aren't marrying up to the pics....



Replies:
Posted By: remy
Date Posted: 16 July 2007 at 11:49am
Update, the line in default.asp which throws the exception is 547:
 
       If CInt(sarryUnReadPosts(2,intUnReadForumPostsLoop)) = intForumID AND sarryUnReadPosts(3,intUnReadForumPostsLoop) = 1 Then intUnReadPostCount = intUnReadPostCount + 1


Posted By: remy
Date Posted: 16 July 2007 at 11:56am
same vbscript error in forum_topics.asp (line 958)
 
    If CLng(sarryUnReadPosts(1,intUnReadForumPostsLoop)) = lngTopicID AND sarryUnReadPosts(3,intUnReadForumPostsLoop) = 1 Then intUnReadPostCount = intUnReadPostCount + 1


Posted By: WebWiz-Bruce
Date Posted: 16 July 2007 at 11:56am
Have not been able to replicate this but beleive it due to a problem in the application array that holds the unread forum data.

An update has been made to the next beta which will hopefully resolve this.


-------------
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: remy
Date Posted: 16 July 2007 at 11:56am
Thanks Borg, know you must have a lot on your plate atm.


Posted By: remy
Date Posted: 16 July 2007 at 11:57am
ps Happy to test drive the new beta version before a wider release if you wish.


Posted By: WebWiz-Bruce
Date Posted: 16 July 2007 at 12:48pm
Thanks remy

Beta 2 has now been released and is available on the download page.

It should sortout this error you were getting.


-------------
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: remy
Date Posted: 16 July 2007 at 2:50pm
Installed now, can't seem to register using my license key now though. Ouch


Posted By: remy
Date Posted: 16 July 2007 at 2:53pm
Unfortunately the errors are still appearing:
 
Microsoft VBScript runtime error '800a000d'

Type mismatch

/forum/active_topics.asp, line 638

 
    If CLng(sarryUnReadPosts(1,intUnReadForumPostsLoop)) = lngTopicID AND sarryUnReadPosts(3,intUnReadForumPostsLoop) = 1 Then intUnReadPostCount = intUnReadPostCount + 1


Posted By: remy
Date Posted: 16 July 2007 at 2:53pm
If you want to visit the site I can provide you with account details (mine if you want admin acccess).


Posted By: remy
Date Posted: 16 July 2007 at 2:58pm
Have been able to register after generating a new license from the client support page. Thumbs%20Up


Posted By: remy
Date Posted: 16 July 2007 at 3:03pm
But it didn't remove the advertising Cry


Posted By: WebWiz-Bruce
Date Posted: 16 July 2007 at 3:08pm
Originally posted by remy remy wrote:

Unfortunately the errors are still appearing:
 
Microsoft VBScript runtime error '800a000d'

Type mismatch

/forum/active_topics.asp, line 638

 
    If CLng(sarryUnReadPosts(1,intUnReadForumPostsLoop)) = lngTopicID AND sarryUnReadPosts(3,intUnReadForumPostsLoop) = 1 Then intUnReadPostCount = intUnReadPostCount + 1


The error should go as soon as the server clears out it's application pool as it will still have the corrupted data from beta 1 stored in the web server memory.

Contact your hosts to have this done. This should then stop teh error fom happening again.


-------------
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: remy
Date Posted: 16 July 2007 at 3:10pm
Cheers Borg, I use Web Wiz hosting!


Posted By: WebWiz-Bruce
Date Posted: 16 July 2007 at 3:12pm
Originally posted by remy remy wrote:

But it didn't remove the advertising Cry


Will look into this.

For the moment incase it's a caching issue type in:-

default.asp?reload=1

Into your browsers address bar on the forum to force it to reload it's cache and see if that sortout the issue.

If you are running it side by side with version 8 then this may also course issues.


-------------
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: WebWiz-Bruce
Date Posted: 16 July 2007 at 3:14pm
Originally posted by remy remy wrote:

Cheers Borg, I use Web Wiz hosting!


Even simpler then, if you send an email to support can recycle your sites application pool.


-------------
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: remy
Date Posted: 16 July 2007 at 3:14pm
Not running side by side, have backed up v8 but testing 9 on its own, reload=1 appended to default.asp made no difference I'm afraid, maybe an IIS restart?


Posted By: remy
Date Posted: 16 July 2007 at 3:15pm
Originally posted by -boRg- -boRg- wrote:

Originally posted by remy remy wrote:

Cheers Borg, I use Web Wiz hosting!


Even simpler then, if you send an email to support can recycle your sites application pool.
Will do, correct channel and all that!


Posted By: WebWiz-Bruce
Date Posted: 16 July 2007 at 3:17pm
I found your site from the license server details and have set the application pool to recycle which should clear out any of the old corrupted data.

-------------
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: remy
Date Posted: 16 July 2007 at 3:41pm
Thanks Borg, all seems sorted now.



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