MS IIS Authentication produces include error??

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bnownlater
Forum Newbie
Posts: 4
Joined: Thu Jan 02, 2003 2:22 pm
Location: Orlando, FL

MS IIS Authentication produces include error??

Post by bnownlater »

I am using the built in IIS Login Authentication on a folder that requires the user to enter an user name and password. For some reason I have a user that receives an error after they login:

Code: Select all

Warning: Failed opening '../market_db.php' for inclusion (include_path='c:\content\cc-T\wwwroot\uBBThreads\includes') in C:\content\CC\wwwroot\marketsource\leg_tracker\leg_search.php on line 16
Could not execute query.
I can access the page fine as well as another co-worker. So the include path is not the problem. Has anyone else come across this type of problem that has a solution??
User avatar
dull1554
Forum Regular
Posts: 680
Joined: Sat Nov 22, 2003 11:26 am
Location: 42:21:35.359N, 76:02:20.688W

Post by dull1554 »

no clue sorry
hedge
Forum Contributor
Posts: 234
Joined: Fri Aug 30, 2002 10:19 am
Location: Calgary, AB, Canada

Post by hedge »

I think that your include folder will have to be readable by each user that you are authenticating, It's as if they are logged into the machine... so do they have privs to the include folder.

I started out this way but abandoned it and now use sessions to authenticate.
bnownlater
Forum Newbie
Posts: 4
Joined: Thu Jan 02, 2003 2:22 pm
Location: Orlando, FL

Post by bnownlater »

Thanks hedge. You gave me something to ask the Server Admins.
Post Reply