Author |
Topic  |
|
pmills
Starting Member
USA
6 Posts |
Posted - 22 July 2001 : 19:29:11
|
I have been able to get the Set up as far as Admin Login and update settings, but unable to open the Forum. I get:HTTP 500.100 - Internal Server Error - ASP error Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type: Microsoft VBScript compilation (0x800A0401) Expected end of statement /forum/Default.asp, line 272, column 13
What editor do I use to open the page in to locate that line of code and what might the cause be?
|
|
RaiderUK
Average Member
  
United Kingdom
577 Posts |
Posted - 22 July 2001 : 19:48:33
|
use notepad to open the page and see what is at line 272, column 13.
|
 |
|
pmills
Starting Member
USA
6 Posts |
Posted - 22 July 2001 : 20:07:42
|
Stupid question: Any way to number the lines of code in Notepad? I counted down 272 lines from Default.asp and this was the code:
if rsForum("F_TYPE") = 1 then Response.Write "<a href=""" & rsForum("F_URL") & """ target=""_blank""><img src=""icon_url.gif"" height=16 width=16 border=0 hspace=0></a>" end if
Edited by - pmills on 22 July 2001 20:10:14 |
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 22 July 2001 : 21:27:01
|
If you didn't edit default.asp, and this is a new install, it sounds like the file didn't upload successfully. You might try re-uploading default.asp
====== Doug G ====== |
 |
|
pmills
Starting Member
USA
6 Posts |
Posted - 22 July 2001 : 23:23:25
|
I deleted forum on my server, setup again and now I have error on line 272, col 56 :
Error Type: Microsoft VBScript compilation (0x800A03EE) Expected ')' /forum/default.asp, line 272, column 56
I am using FrontPage 2000 for file administration as I have server w/FP extentions. Could this be a problem?
|
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 22 July 2001 : 23:48:26
|
Don't move or rename any files or folders after the code is uploaded, or the Frontpage server extensions may mess up some files.
If you have ftp access, you can upload the files with ftp, but again, don't move or rename anything after they are on the server.
====== Doug G ====== |
 |
|
pmills
Starting Member
USA
6 Posts |
Posted - 23 July 2001 : 00:00:22
|
Thanks for the help, I will try to FTP it up.
|
 |
|
|
Topic  |
|