Print Page | Close Window

Error Creating Topics

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=7383
Printed Date: 06 April 2026 at 9:13pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Error Creating Topics
Posted By: Langar
Subject: Error Creating Topics
Date Posted: 19 November 2003 at 2:55am
 Just setup forum. Can add users but if I try to create a topic get the error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'CInt'

/qmute/mcforum/forum/admin/forum_details.asp, line 158

Any ideas?




Replies:
Posted By: WebWiz-Bruce
Date Posted: 19 November 2003 at 3:09am
Sometimes this error can happen if the forum has become corrupted in the upload process.

Upload the whole forum again.

Also make sure you are running the latest version and try compacting and repairing the database from the admin menu before you start adding forums. This is if you are running the Access version, you didn't say.


-------------
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: Langar
Date Posted: 19 November 2003 at 3:56am

Thanks, BoRg, I downloaded the whole lot again and re-uploaded it to the server. It now seems to be working OK.



Posted By: tkerr
Date Posted: 14 December 2003 at 10:08pm

I'm was having a similar problem as Langar and I'm still working off my local (haven't put it on my web site yet).  I got the error Langar reported when I attempted to create a new Forum.  What I noted was the error occured when I attempted to create a new Forum under the last Category created.  If I created another Category, then I could create a new forum under the first Category okay.  Here's what I found in the code:

Forum_Details.asp - line 158 as received in the zip file downloaded today from Web Wiz:

<option value=""<% If intCatID = 0 Then Response.Write(" selected") %>>-- Select Forum Category --</option><%

Line 158 after I corrected the problem:

<option value="<% If intCatID = 0 Then Response.Write(" selected") %>">-- Select Forum Category --</option><%

Notice the double quotes after value=.  The second quote should be at the other end of the script, enclosing the returned value.




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