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)
 Microsoft VBScript compilation error '800a03ea'
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

NiteOwl
Junior Member

Canada
403 Posts

Posted - 29 October 2004 :  12:32:56  Show Profile  Visit NiteOwl's Homepage
Suggestions would be most welcome
Snitz 3.4.05
mySQL 4
ODBC 3.51
Forum
Sign-up NOT required.

I receive the following error:
===========================================
Microsoft VBScript compilation error '800a03ea'

Syntax error

/CIMarE_Snitz/snitz/topic.asp, line 1148

'Response.Write " <input name=""Reset"" type=""reset"" value=""Reset Form""></font></td>" & vbNewLine & _
^
=====================================

I looked in topic.asp and the default seems to have this line commented out,
this error is present when one attempts to read a comment.

I suspect it is something to do with my mySQL setup maybe also permissions?

-=NiteOwl=-

-=NiteOwl=-

Edited by - NiteOwl on 29 October 2004 13:00:44

Podge
Support Moderator

Ireland
3776 Posts

Posted - 29 October 2004 :  13:27:22  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
What is the preceding line? Does it have a "& _" at the end?

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 29 October 2004 :  14:09:42  Show Profile  Visit NiteOwl's Homepage
Yes, it does have the & _

-=NiteOwl=-
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 29 October 2004 :  14:21:57  Show Profile  Visit NiteOwl's Homepage
ok you got me loking closer, here is my dilema, which actually goes to a previous message i had a few days ago about the ieSPELL mod and the new 3.4.05 code, here is the change I am requested to do by the ieSPELL mod: When I do that I get the above error.


in Topic.asp ~Line 1159
replace this
"                <td bgColor=""" & strForumCellColor & """ noWrap align=""center"" colspan=""2""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><input name=""Submit"" type=""submit"" value=""Submit Reply""> <input name=""Preview"" type=""button"" value=""Preview Reply"" onclick=""OpenPreview()"">"
with this
"                <td bgColor=""" & strForumCellColor & """ noWrap align=""center"" colspan=""2""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strHeadFontColor & """><input name=""Submit"" type=""submit"" value=""Submit Reply""> <input name=""Preview"" type=""button"" value=""Preview Reply"" onclick=""OpenPreview()""><script language=""JavaScript"" type=""text/javascript"">checkspells();</script> <input name=""Reset"" type=""reset"" value=""Reset Form""></font></td>" & vbNewLine & _

this following line is the original one on Topic.asp that I wrongly thought was the problem as I saw in my original eror message.
	'Response.Write	" <input name=""Reset"" type=""reset"" value=""Reset Form""></font></td>" & vbNewLine & _


Without adding the line I my "post" screen does not display the text "Check Spelling" similar to what is here on snitz.

-=NiteOwl=-

Edited by - NiteOwl on 29 October 2004 14:25:40
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 29 October 2004 :  14:26:20  Show Profile
on the line that you replaced, remove the & _ from the end of it.
Go to Top of Page

NiteOwl
Junior Member

Canada
403 Posts

Posted - 29 October 2004 :  14:32:37  Show Profile  Visit NiteOwl's Homepage
doh! Thank you Richard and podge that worked!!!

-=NiteOwl=-

-=NiteOwl=-
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07