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: MOD Implementation
 Bookmark MOD error
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

Rrok007
Junior Member

USA
149 Posts

Posted - 06 January 2004 :  10:36:12  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
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

Posted - 06 January 2004 :  10:42:25  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
links_mod_dbsetup.asp?!?
Where did you download the MOD?

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 06 January 2004 :  10:43:00  Show Profile  Visit HuwR's Homepage
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 ? )
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 07 January 2004 :  13:28:49  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
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.
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 07 January 2004 :  15:55:48  Show Profile
without seeing line 43, you can fix that error by removing the "& _" from the end.
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 07 January 2004 :  18:46:27  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
that gives me the following error

Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>

Believe disbelief and contemplate the simple.
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 08 January 2004 :  00:42:07  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
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.
Go to Top of Page

The Impact
Junior Member

Australia
398 Posts

Posted - 08 January 2004 :  01:19:38  Show Profile
At the end of that line add a " so it looks like this.
Response.write "<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>"
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 08 January 2004 :  11:16:38  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
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.
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 08 January 2004 :  11:21:32  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
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
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 08 January 2004 :  12:59:41  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Please post a link to a txt version of your links_mod_dbsetup.asp.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 08 January 2004 :  18:23:29  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
Here it is!

http://www22.brinkster.com/korloch/testforum/links_mod_dbsetup.txt

Believe disbelief and contemplate the simple.
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 08 January 2004 :  18:52:03  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
I have modified the file so it works, you can get it at
http://www.onewaymule.org/files/links_mod_dbsetup.txt


My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 09 January 2004 :  04:22:15  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
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.
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 09 January 2004 :  04:23:23  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
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.
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 12 January 2004 :  23:59:50  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
anyone else know how to fix this?

Believe disbelief and contemplate the simple.
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next Page
 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.48 seconds. Powered By: Snitz Forums 2000 Version 3.4.07