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!
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:
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??
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.