Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 '800a000d'
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 3

hostmp
Starting Member

Italy
19 Posts

Posted - 16 December 2002 :  15:29:09  Show Profile  Visit hostmp's Homepage
Why I receve this error message from my forum?

Microsoft VBScript runtime error '800a000d'
Type mismatch: 'recForumCount'

/forum/Default.asp, line 409


The forum's link is this:
http://www.djx-fly.com/forum/

Thanks

Ciao VENETO!!!

Rasco
Advanced Member

Germany
3192 Posts

Posted - 16 December 2002 :  15:51:37  Show Profile  Send Rasco an ICQ Message
Maybe this helps:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=37815

German Snitz Forum
Go to Top of Page

hostmp
Starting Member

Italy
19 Posts

Posted - 16 December 2002 :  17:06:36  Show Profile  Visit hostmp's Homepage
I don't understand!!!

This is my set up of config.asp

'strDBType = "sqlserver"
strDBType = "access"
'strDBType = "mysql"

'## Make sure to uncomment one of the strConnString lines and edit it so that it points to where your database is!
strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../mdb-database/forumdjxfly1.mdb") '## MS Access 2000 using

virtual path
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000

on Brinkster
'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 2000
strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("../mdb-database/forumdjxfly1.mdb") '## MS Access 97 using

virtual path
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 97

on Brinkster
'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 97
'strConnString = "Provider=SQLOLEDB;Data Source=SERVER_NAME;database=DB_NAME;uid=UID;pwd=PWD;" '## MS SQL Server 6.x/7.x/2000 (OLEDB

connection)
'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 6.x/7.x/2000 (ODBC

connection)
'strConnString = "driver=MySQL;server=SERVER_IP;uid=UID;pwd=PWD;database=DB_NAME" '## MySQL
'strConnString = "DSN_NAME" '## DSN


What is the problem????

Do I take of the ' from

'strConnString = "Provider=SQLOLEDB;Data Source=SERVER_NAME;database=DB_NAME;uid=UID;pwd=PWD;" '## MS SQL Server 6.x/7.x/2000 (OLEDB connection)

????????????????????


Ciao VENETO!!!
Go to Top of Page

hostmp
Starting Member

Italy
19 Posts

Posted - 16 December 2002 :  17:08:52  Show Profile  Visit hostmp's Homepage
I use
strDBType = "access"

I don't understand!!!!!!!!!!!!!!!!

Ciao VENETO!!!
Go to Top of Page

hostmp
Starting Member

Italy
19 Posts

Posted - 16 December 2002 :  17:48:50  Show Profile  Visit hostmp's Homepage
I'm currently using

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../mdb-database/forumdjxfly1.mdb") '## MS Access 2000 using

to connection.

Why I have this problem???
The solution PLEASE!!!!!!!!!!!!!!

Ciao VENETO!!!
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 December 2002 :  17:49:09  Show Profile  Send ruirib a Yahoo! Message
Make sure that you add a single quote where shown:


'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("../mdb-database/forumdjxfly1.mdb") '## MS Access 97 using 


Snitz 3.4 Readme | Like the support? Support Snitz too

Edited by - ruirib on 16 December 2002 18:06:49
Go to Top of Page

hostmp
Starting Member

Italy
19 Posts

Posted - 16 December 2002 :  17:58:42  Show Profile  Visit hostmp's Homepage
I'm sorry, but I'm stupid in asp language.
Speack simple because I don't understand.

Ciao VENETO!!!
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 December 2002 :  18:05:20  Show Profile  Send ruirib a Yahoo! Message
Add the red quote at the start of that line, as shown in my post.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

hostmp
Starting Member

Italy
19 Posts

Posted - 16 December 2002 :  18:10:07  Show Profile  Visit hostmp's Homepage
I add the red quote at the start of that line, but if you go to my forums homepage it gives me the same error

Microsoft VBScript runtime error '800a000d'
Type mismatch: 'recForumCount'

/forum/Default.asp, line 409

Ciao VENETO!!!
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 December 2002 :  18:28:03  Show Profile  Send ruirib a Yahoo! Message
DO you have any mods installed?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 December 2002 :  18:39:13  Show Profile  Send ruirib a Yahoo! Message
Just before line 409, insert this code:


if recForumCount="" then
   recForumCount = -1
end if

Maybe it will help. I've not tested it, but you can try that and let me know.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

hostmp
Starting Member

Italy
19 Posts

Posted - 16 December 2002 :  18:40:57  Show Profile  Visit hostmp's Homepage
I have a problem.
I try to change some set up on config.asp and after my update I cant open the forum page.
But the date on config.asp is the same of the first time when I install Snitz.
What do you tell me??
Must I reinstall all Snitz????????

Ciao VENETO!!!
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 December 2002 :  18:47:46  Show Profile  Send ruirib a Yahoo! Message
Just add that change before line 409, default.asp.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

hostmp
Starting Member

Italy
19 Posts

Posted - 17 December 2002 :  07:59:53  Show Profile  Visit hostmp's Homepage
Could you tell me exeptally where I must put:

if recForumCount="" then
recForumCount = -1
end if

What and where is line 409 in default.asp??

Ciao VENETO!!!
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 17 December 2002 :  08:21:36  Show Profile
If you open default.asp in NotePad, you can use Ctrl-G to goto a specific line.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

hostmp
Starting Member

Italy
19 Posts

Posted - 20 December 2002 :  17:27:05  Show Profile  Visit hostmp's Homepage
Hello.
I try to put

if recForumCount="" then
recForumCount = -1
end if

before line 409, but now it gives me another error:

Microsoft VBScript compilation error '800a03ea'

Syntax error

/forum/default.asp, line 394

Response.Write "<a href=""default.asp?CAT_ID=" & CatID & """ title=""View only the Forums in this Category""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strCategoryFontColor & """><b>" & if recForumCount="" then
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------^

What is it?????

Ciao VENETO!!!
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07