onewaylife Posted May 21, 2007 Share Posted May 21, 2007 last night i am configuring one application in that to make it more secure and changes the files/directory permission now i am facing this error Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Warning: Unknown: Failed opening '/home/rakesh/public_html/Project/index.php' for inclusion (include_path='.:/usr/lib/php') in Unknown on line 0 I am not able to figured out whats the problem pls help me out onewaylife Quote Link to comment https://forums.phpfreaks.com/topic/52298-warning-unknown-failed-to-open-stream-error/ Share on other sites More sharing options...
btherl Posted May 21, 2007 Share Posted May 21, 2007 What did you change just before the error started? Quote Link to comment https://forums.phpfreaks.com/topic/52298-warning-unknown-failed-to-open-stream-error/#findComment-258033 Share on other sites More sharing options...
akitchin Posted May 21, 2007 Share Posted May 21, 2007 chances are you've fuddled the permissions for the Project directory. have a look at it - it would seem you've removed the read and/or exec permission in that directory. Quote Link to comment https://forums.phpfreaks.com/topic/52298-warning-unknown-failed-to-open-stream-error/#findComment-258041 Share on other sites More sharing options...
onewaylife Posted May 21, 2007 Author Share Posted May 21, 2007 i have given 777 and also commented the include_path line in php.ini but still it give me the same error . I unable to find from where it takes the include_path value .. Quote Link to comment https://forums.phpfreaks.com/topic/52298-warning-unknown-failed-to-open-stream-error/#findComment-258167 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.