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)
 default.asp doesn't shown
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

simpoint
Starting Member

12 Posts

Posted - 10 July 2001 :  04:11:27  Show Profile  Visit simpoint's Homepage  Send simpoint an ICQ Message
hello there,
I can successful get into setup.asp and finish the updating database.
but, I couldn't get into default.asp!!
and shows no any error messge.....
what can I do for this??


RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 July 2001 :  04:26:41  Show Profile
Can you post a link so we can see it?
Go to Top of Page

simpoint
Starting Member

12 Posts

Posted - 10 July 2001 :  04:29:55  Show Profile  Visit simpoint's Homepage  Send simpoint an ICQ Message
ok....
thanks!

here is my link

http://www.hi-end.com.tw/forum2000/setup.asp
(this one can display correctly)
http://www.hi-end.com.tw/forum2000/default.asp
(this one shows nothing even error message)



Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 July 2001 :  04:47:06  Show Profile
This is the error I get when going to your default.asp page:

Provider error '80040e4d'

Authentication failed.

/forum2000/inc_top.asp, line 43
Go to Top of Page

simpoint
Starting Member

12 Posts

Posted - 10 July 2001 :  04:57:12  Show Profile  Visit simpoint's Homepage  Send simpoint an ICQ Message
quote:

This is the error I get when going to your default.asp page:

Provider error '80040e4d'

Authentication failed.

/forum2000/inc_top.asp, line 43




=======================================
can you try again?
because I never got that error message, and I didn't change any code in inc_top.asp

since I can get into setup.asp which should means I am correct with strConnString setting

I can't understand why default.asp will got trouble

thanks for your help!

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 10 July 2001 :  05:19:17  Show Profile
Just tried again. Same error.
Go to Top of Page

hhappel
Starting Member

2 Posts

Posted - 10 July 2001 :  06:20:53  Show Profile  Visit hhappel's Homepage
Hi,

I get the same error... Using version 3.1 SR4.

Line 43 in default.asp would be:

strDBNTUserName = Request.Cookies (strUniqueID & "User")("Name"))

Go to Top of Page

hhappel
Starting Member

2 Posts

Posted - 10 July 2001 :  06:41:44  Show Profile  Visit hhappel's Homepage
Sorry... I was looking at line 43 in default.asp... [:-)]

But how come the error is in top_inc.asp? In my installation, I can also see the admin-pages, but not default.asp... Seems strange, since both admin and default use top_inc.asp? :-/

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 July 2001 :  09:46:06  Show Profile
simpoint, can we see the connection string that you used in your config.asp file?

- David
Go to Top of Page

Memorom
Starting Member

24 Posts

Posted - 10 July 2001 :  13:44:06  Show Profile
I am getting the exact same problem. I am hosting the db and files on Brinkster and my default.asp will not show up. I can get to all the other files.

My String...

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/memorom/db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path

I can also access my admin and everything...

http://www13.brinkster.com/memorom/default.asp

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 July 2001 :  17:52:11  Show Profile
One, I'm getting this error on your default.asp page:
Active Server Pages error 'ASP 0126' 

Include file not found

/memorom/default.asp, line 2

The include file 'Connections/BreastForm.asp' was not found.
It seemed you modified the default.asp page. The error is saying that the file you included (BreastForm.asp)in the default.asp page cannot be found. Either change the link pointing to the 'BreastForm.asp' file or upload the missing file.

Two, some of the images from your forum are missing. It seems to me that you didn't upload all the forum files.

- David
Go to Top of Page

simpoint
Starting Member

12 Posts

Posted - 11 July 2001 :  00:07:10  Show Profile  Visit simpoint's Homepage  Send simpoint an ICQ Message
it seems a serveral people got same problem as mine....

here is my connection string using in config.asp

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("../../db/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path

what the error I have in default.asp is "HTTP 500 Internal server error"



Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 11 July 2001 :  00:24:53  Show Profile
Go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the "Where Am I?" tool. Extract the file to your database folder and using your browser, go to the file. It will tell you the location of your database. You will use that location in your connection string.

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=PATH TO DATABASE;" '## MS Access 2000

Where the red letters are, is where you would put the path it gives you.

- David
Go to Top of Page

simpoint
Starting Member

12 Posts

Posted - 11 July 2001 :  00:31:16  Show Profile  Visit simpoint's Homepage  Send simpoint an ICQ Message
quote:

Go here http://forum.snitz.com/archive/default.asp?catid=11&cattitle=Forum+Setup+Tools and download the "Where Am I?" tool. Extract the file to your database folder and using your browser, go to the file. It will tell you the location of your database. You will use that location in your connection string.

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=PATH TO DATABASE;" '## MS Access 2000

Where the red letters are, is where you would put the path it gives you.

- David



I had been try this, but comes with same error situation...
now, I change the path to what you want me to do already
default.asp still not shown~~~:-

Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 11 July 2001 :  00:34:35  Show Profile
What same error situation?
What did the script show you when you went to it from your browser?

- David
Go to Top of Page

simpoint
Starting Member

12 Posts

Posted - 11 July 2001 :  00:35:00  Show Profile  Visit simpoint's Homepage  Send simpoint an ICQ Message
this is now my coonnection string in config.asp

strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=d:\export\web2\gamma\hi-end\db\snitz_forums_2000.mdb;" '## MS Access 2000

as the same, I can see setup.asp but not good in defaul.asp

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.47 seconds. Powered By: Snitz Forums 2000 Version 3.4.07