Author |
Topic  |
|
Mitch
Starting Member
7 Posts |
Posted - 05 April 2001 : 09:54:24
|
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
|
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
|
 |
|
dea
Starting Member
1 Posts |
Posted - 18 April 2001 : 09:42:35
|
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?
|
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 18 April 2001 : 11:52:59
|
Try using the 4.0 Jet OLEDB driver instead of the Microsoft Access ODBC driver.
====== Doug G ====== |
 |
|
pegleg
Starting Member
United Kingdom
33 Posts |
Posted - 10 May 2001 : 10:28:47
|
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 |
 |
|
MorningZ
Junior Member
 
USA
169 Posts |
Posted - 10 May 2001 : 10:56:41
|
iut is looking in for a "forum new files" folder, which obviously doesnt exist.... change your code
 |
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 10 May 2001 : 12:49:11
|
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 |
 |
|
pegleg
Starting Member
United Kingdom
33 Posts |
Posted - 15 May 2001 : 17:11:09
|
Thanks but where do i change the code? I am new to asp and snitz
|
 |
|
MorningZ
Junior Member
 
USA
169 Posts |
Posted - 15 May 2001 : 17:16:31
|
line 459 
 |
 |
|
pegleg
Starting Member
United Kingdom
33 Posts |
Posted - 15 May 2001 : 17:20:50
|
Thanks but which asp file? is it inc_top?
Edited by - pegleg on 15 May 2001 17:21:45 |
 |
|
MorningZ
Junior Member
 
USA
169 Posts |
Posted - 15 May 2001 : 17:26:50
|
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"-->
 |
 |
|
pegleg
Starting Member
United Kingdom
33 Posts |
Posted - 15 May 2001 : 17:30:26
|
Thanks for your help Morning but it does say
<!--#include file="inc_footer.asp"-->
and I am still getting the same error message ?
|
 |
|
rstuven
Starting Member
Chile
14 Posts |
Posted - 24 May 2001 : 12:45:43
|
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
|
 |
|
|
Topic  |
|