Version:
Latest - MS SQL
Problem 1:
I can get all the way up to the "Post New Topic" screen. Once I type up the message and hit the "Post New Topic" button, I get the following error:
Microsoft VBScript compilation error- Error
'800a03ea'
Syntax error
/includes/quick_reply_form_inc.asp, line 207 |
Afterwards the topic appears in the topic view page, but if I try to go into the topic it gives the same error message.
Fix Lol
Looks like my asp version is a little touchy, line 207 was in fact just a blank line (entered). Removing the break fixed it. Probably not a problem for most people. Who would have though a line break would cause some of the forum to not work.
Problem 2
This one is a little different, and probably is more along the lines of an ASP uploader problem, although I never had the problem in the past.
During any upload (at least with images, I haven't tested rar/zip archives) the following error is displayed:
Server Error in Forum Application An error has occured while
uploading file/image. Please contact the forum
administrator.
Support Error Code:-
err_SQLServer_upload_footer File Name:-
functions_upload.asp
Error
details:- Persits.Upload.1 Index out of range. |
I've tried Persits AspUpload, and Dundas Upload 2.0. I'd ask elsewhere but the error message doesn't give an exact line number.
Edited by Kimihito - 09 May 2006 at 5:40am