Hello all,
I am trying to Install the Web Wiz Forums Version 7.01 on my SQL 2000 Server.
The Setup page ran fine and all the tables were created successfully.
This is the Error message when I try to post a message:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'WYSIWYGFormatPost'
/forum/post_message.asp, line 281
This is the code where it fails:
'Call the function to format WYSIWYG posts
strMessage = WYSIWYGFormatPost(strMessage)
When trying to register a new user I am getting this error:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'FormatPost'
/forum/register.asp, line 379
This is the code where it fails:
'Call the function to format the signature
strSignature = FormatPost(strSignature)
~~~~~~~~~~~~~~
Anyone know how to fix these Bugs?
Thanks in Advance.
Matt