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)
 Problems setting up new forum
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 6

zakazn
New Member

58 Posts

Posted - 24 February 2010 :  12:22:23  Show Profile
I am setting up a new forum and all was going well, until I tried to add a post or reply/edit a post. I am getting these errors - any ideas?


When trying to edit a post I got this error:-

Microsoft VBScript runtime error '800a000d'

Type mismatch

/forum/inc_func_posting.asp, line 89

And when trying to reply to a post I am getting this error:-

Microsoft VBScript runtime error '800a000d'

Type mismatch

/forum/post_info.asp, line 1022

AnonJr
Moderator

United States
5768 Posts

Posted - 24 February 2010 :  12:41:02  Show Profile  Visit AnonJr's Homepage
Are you using a fresh download of 3.4.07 or have you made changes (other than what is required in config.asp)?
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 February 2010 :  12:42:25  Show Profile  Send ruirib a Yahoo! Message
Also, what database are you using?


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

zakazn
New Member

58 Posts

Posted - 24 February 2010 :  12:53:03  Show Profile
It's a fresh download of 3.4.07 and I have only made changes to config.asp as required. I'm using a MySQL database.

It set up OK and I made some changes in Admin Options, like change colour header image etc., then I tried posting and this is when the errors started.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 February 2010 :  13:09:01  Show Profile  Send ruirib a Yahoo! Message
What MySQL version are you using?


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

zakazn
New Member

58 Posts

Posted - 24 February 2010 :  13:26:33  Show Profile
It's 5.0.37 Community edition
Running in Windows Server 2003 and IIS 6

Hope that helps.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 February 2010 :  13:29:26  Show Profile  Send ruirib a Yahoo! Message
Can you post the details of your connection string (remove server, username and password info)?


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

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 February 2010 :  13:32:49  Show Profile  Send ruirib a Yahoo! Message
Also, could you please post the lines where you are getting the error messages?


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

zakazn
New Member

58 Posts

Posted - 24 February 2010 :  13:33:09  Show Profile
strConnString = "driver={MySQL ODBC 3.51 Driver};option=16387;server=SERVER;user=bromley;password=PASSWORD;DATABASE=DB;" '## MySQL w/ MyODBC v3.51
Go to Top of Page

zakazn
New Member

58 Posts

Posted - 24 February 2010 :  13:36:42  Show Profile
This is from the post_info.asp page

lines 1016 - 1025 (states error at line 1022)

if txtMessage = " " then
Go_Result "You must post a message!", 0
Response.End
end if

if strSignatures = "1" and strDSignatures <> "1" then
if Request.Form("sig") = "yes" and GetSig(strDBNTUserName) <> " " then
txtMessage = txtMessage & vbNewline & vbNewline & ChkString(GetSig(strDBNTUserName), "signature" )
end if
end if


AND this is from the inc_func_posting.asp page - lines 84 - 95 (states error at line 89)

<%
end if
end function

function CleanCode(fString)
if fString = "" or IsNull(fstring) then
fString = " "
else
'## left for compatibility with older versions of the forum
fString = replace(fString, "<BLOCKQUOTE id=quote><font size=" & strFooterFontSize & " face=""" & strDefaultFontFace & """ id=quote>quote:<hr height=1 noshade id=quote>","
quote:
", 1, -1, 1)
fString = replace(fString, "<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face=""" & strDefaultFontFace & """ size=" & strDefaultFontSize & " id=quote>","
", 1, -1, 1)
'##
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 February 2010 :  13:38:15  Show Profile  Send ruirib a Yahoo! Message
I am sorry, can you point the specific lines?


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

zakazn
New Member

58 Posts

Posted - 24 February 2010 :  13:40:14  Show Profile
These are the two lines:-

if Request.Form("sig") = "yes" and GetSig(strDBNTUserName) <> " " then


if fString = "" or IsNull(fstring) then
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 February 2010 :  13:44:10  Show Profile  Send ruirib a Yahoo! Message
is the file inc_func_member.asp present and intact? can you reupload it?


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

zakazn
New Member

58 Posts

Posted - 24 February 2010 :  13:46:48  Show Profile
Yes, the inc_func_member.asp is present and intact, I have reuploaded it - still getting the same errors.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 24 February 2010 :  13:54:33  Show Profile  Send ruirib a Yahoo! Message
What are you current settings for signatures?

Must admit this is puzzling me.


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

zakazn
New Member

58 Posts

Posted - 24 February 2010 :  13:57:03  Show Profile
Allow Signatures: On:
Allow Dynamic Signatures: Off:

I know, it's puzzling me too. If it was a forum that I had 'messed' with then I could understand it, but as I only uploaded it all this afternoon and haven't added any MODs, it does seem odd.
Go to Top of Page
Page: of 6 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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07