Page 1 of 1

MS IIS Authentication produces include error??

Posted: Wed Dec 03, 2003 2:59 pm
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??

Posted: Wed Dec 03, 2003 4:24 pm
by dull1554
no clue sorry

Posted: Wed Dec 03, 2003 9:17 pm
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.

Posted: Thu Dec 04, 2003 8:01 am
by bnownlater
Thanks hedge. You gave me something to ask the Server Admins.