Author |
Topic  |
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 06 January 2004 : 10:36:12
|
I'm trying to run the Bookmark MOD with my forum on brinkster. I've uploaded all the files from the zip, but when I try to run the links_mod_dbsetup.asp, I get a 500 Internal Server Error / Page cannot be displayed message. Anyone know why I'm getting this ? |
Believe disbelief and contemplate the simple. |
|
OneWayMule
Dev. Team Member & Support Moderator
    
Austria
4969 Posts |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 06 January 2004 : 10:43:00
|
quote:
I get a 500 Internal Server Error / Page cannot be displayed message. Anyone know why I'm getting this ?
IE is hiding the error, you need to turn off 'show friendly http errors' in your IE options, then try again, it will give you the correct error (can you have a correct error ? ) |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 07 January 2004 : 13:28:49
|
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/korloch/testforum/links_mod_dbsetup.asp, line 42
Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" &_ |
Believe disbelief and contemplate the simple. |
 |
|
laser
Advanced Member
    
Australia
3859 Posts |
Posted - 07 January 2004 : 15:55:48
|
without seeing line 43, you can fix that error by removing the "& _" from the end. |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 07 January 2004 : 18:46:27
|
that gives me the following error
Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>
|
Believe disbelief and contemplate the simple. |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 08 January 2004 : 00:42:07
|
sorry, it provides the following error
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/korloch/testforum/links_mod_dbsetup.asp, line 42
Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """> |
Believe disbelief and contemplate the simple. |
 |
|
The Impact
Junior Member
 
Australia
398 Posts |
Posted - 08 January 2004 : 01:19:38
|
At the end of that line add a " so it looks like this.Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 08 January 2004 : 11:16:38
|
which gets this error
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/korloch/testforum/links_mod_dbsetup.asp, line 42
Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>"
|
Believe disbelief and contemplate the simple. |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 08 January 2004 : 11:21:32
|
End If on _ error _ resume _ next _ (Line 42) Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" "<p>Select the Mod from the list below, and press Update!<br>" &_ "A script will execute to perform the database upgrade.</p></font>" &_ "<select name=""dbMod"" size=""1"">" for each objFileItem in objFolderContents
|
Believe disbelief and contemplate the simple. |
Edited by - Rrok007 on 08 January 2004 11:22:03 |
 |
|
OneWayMule
Dev. Team Member & Support Moderator
    
Austria
4969 Posts |
|
Rrok007
Junior Member
 
USA
149 Posts |
|
OneWayMule
Dev. Team Member & Support Moderator
    
Austria
4969 Posts |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 09 January 2004 : 04:22:15
|
Sorry Mule, it still comes up with
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/korloch/testforum/links_mod_dbsetup.asp, line 42
Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & _
|
Believe disbelief and contemplate the simple. |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 09 January 2004 : 04:23:23
|
and the only change I made was to split the 'on error resume next' because of it being on brinkster.....
|
Believe disbelief and contemplate the simple. |
 |
|
Rrok007
Junior Member
 
USA
149 Posts |
Posted - 12 January 2004 : 23:59:50
|
anyone else know how to fix this? |
Believe disbelief and contemplate the simple. |
 |
|
Topic  |
|