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: General / Current Version (Old)
 HELP: HTTP/1.1 500 Server Error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Mitch
Starting Member

7 Posts

Posted - 05 April 2001 :  09:54:24  Show Profile  Send Mitch an AOL message  Send Mitch a Yahoo! Message

Using w2000
Unzipped the forums as directed, converted the database to Access2000, changed config settings, tried several permissions settings including full rights to "everyone". Searched these forums for related issues but no help.

Still getting "HTTP/1.1 500 Server Error", please help.

Any ideas?

Thanks,
Mitch


HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 05 April 2001 :  10:32:01  Show Profile  Visit HuwR's Homepage
If you open internet explorer, and select Tools|Internet options from the menu

when the popup opens, select the advanced tab.
Scroll down the tree until you find the setting for
'Show freindly Http error messages' un tick the box and save the settings.

Now log back in to your site, you should get a different error message

Go to Top of Page

dea
Starting Member

1 Posts

Posted - 18 April 2001 :  09:42:35  Show Profile
My problem is just the same.

When i went to the default page, i get the error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x760 Thread 0x758 DBC 0x819b07c Jet'.

/omuzforum/inc_top.asp, line 40

it is hosted by brinkster and i think, config.asp is all right. What can i do now?





Go to Top of Page

Doug G
Support Moderator

USA
6493 Posts

Posted - 18 April 2001 :  11:52:59  Show Profile
Try using the 4.0 Jet OLEDB driver instead of the Microsoft Access ODBC driver.


======
Doug G
======
Go to Top of Page

pegleg
Starting Member

United Kingdom
33 Posts

Posted - 10 May 2001 :  10:28:47  Show Profile
im getting this error message...

Active Server Pages error 'ASP 0126'

Include file not found

/forum/inc_top.asp, line 459

The include file 'forum new files/inc_footer.asp' was not found.

I have uploaded the inc_footer file several times and am using the Jet 4 db connection string, here is the string.

tring = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\brink-premfs1\sites\premium3\myname\database\mydatabase.mdb;" '## MS Access 2000

the site is hosted on brinkster and i have recently upgraded from free to premium encountered many problems since. please can you help.



Edited by - pegleg on 14 May 2001 21:15:01
Go to Top of Page

MorningZ
Junior Member

USA
169 Posts

Posted - 10 May 2001 :  10:56:41  Show Profile  Visit MorningZ's Homepage  Send MorningZ an AOL message
iut is looking in for a "forum new files" folder, which obviously doesnt exist.... change your code

Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 10 May 2001 :  12:49:11  Show Profile
This happens when I copy entire forum folder to another dýrectory using Macromedia Ultradev. Somehow it doesn't handle these includes very well.

Bulent Ozden
History Foundation of Turkey
bozden@tarihvakfi.org.tr
Go to Top of Page

pegleg
Starting Member

United Kingdom
33 Posts

Posted - 15 May 2001 :  17:11:09  Show Profile
Thanks but where do i change the code? I am new to asp and snitz

Go to Top of Page

MorningZ
Junior Member

USA
169 Posts

Posted - 15 May 2001 :  17:16:31  Show Profile  Visit MorningZ's Homepage  Send MorningZ an AOL message
line 459

Go to Top of Page

pegleg
Starting Member

United Kingdom
33 Posts

Posted - 15 May 2001 :  17:20:50  Show Profile
Thanks but which asp file? is it inc_top?



Edited by - pegleg on 15 May 2001 17:21:45
Go to Top of Page

MorningZ
Junior Member

USA
169 Posts

Posted - 15 May 2001 :  17:26:50  Show Profile  Visit MorningZ's Homepage  Send MorningZ an AOL message
quote:

Include file not found

/forum/inc_top.asp, line 459

The include file 'forum new files/inc_footer.asp' was not found


so line 459 in inc_top obviously says
<!--#include file="forum new files/inc_footer.asp"-->

it needs to be
<!--#include file="inc_footer.asp"-->


Go to Top of Page

pegleg
Starting Member

United Kingdom
33 Posts

Posted - 15 May 2001 :  17:30:26  Show Profile
Thanks for your help Morning but it does say


<!--#include file="inc_footer.asp"-->

and I am still getting the same error message ?





Go to Top of Page

rstuven
Starting Member

Chile
14 Posts

Posted - 24 May 2001 :  12:45:43  Show Profile
quote:

My problem is just the same.

When i went to the default page, i get the error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x760 Thread 0x758 DBC 0x819b07c Jet'.

/omuzforum/inc_top.asp, line 40

it is hosted by brinkster and i think, config.asp is all right. What can i do now?



We suggest using the following connection string:

Set Conn = Server.CreateObject("ADODB.Connection")
sConnection = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & Server.MapPath("\MemberName\db\dbname.mdb") &
";" & _
"Persist Security Info=False"
Conn.Open(sConnection)

Valerie Dulin
Brinkster Support
www.brinkster.com
support@brinkster.com

Go to Top of Page
  Previous Topic Topic Next Topic  
 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.35 seconds. Powered By: Snitz Forums 2000 Version 3.4.07