php include提示failed to open stream: Permission denied in错误_PHP教程
php include提示failed to open stream: Permission denied in错误
出现failed to open stream: Permission denied in是apache运行用户没用权限去访问指定的文件了,所以导致目录文件打不开了。
在打开浏览器时提示
Warning: include (/global.php) [function.include]: failed to open stream: Permission denied in \index.php on line 21
Warning: include() [function.include]: Failed opening '/global.php' for inclusion (include_path='.;C:\php5\pear') in index.php on line 21
Fatal error: Class 'fl_global' not found in \index.php on line 22
从这么多错误提示中我们可以看出一句failed to open stream: Permission denied in了,意思是说没有权限访问这个问题
linux 解决办法
linux下
chmod -R 777 ./dirname 赋予目录可写权限
chmod 777 ./filename 赋予文件可写权限.
windows 2003解决办法
我是apache 用户所以只需要给apache用户权限就可以了(如果是iis用户还需要在iis中设置权限哦)
例子:右击www或web目录,然后在弹出点击“安全与共享”或“属性”也可以打开之后选择安全之类的,然后增加用户并设置访问用户的权限必须选中下图所示了,注意了,我们增加访问用户必须与apache目录是一样的才可以哦。
推荐阅读
-
php include提示failed to open stream: Permission denied in错误_PHP教程
-
php错误提示failed to open stream: HTTP request failed!的完美解决方法
-
php include提示failed to open stream: Permission denied in错误
-
如何解决php写入文件权限失败 file_put_contents: failed to open stream: Permission denied
-
php错误提示failed to open stream: HTTP request failed!的完美解决方法
-
php错误提示failed to open stream: HTTP request failed!的完美解决方法
-
php错误提示failed to open stream: HTTP request failed!的完美解决方法_php技巧
-
php错误提示failed to open stream: HTTP request failed!的完美解决方法_php技巧
-
file_put_contents 错误:failed to open stream: Invalid argument 一种原因,invalidromcontents_PHP教程
-
php错误提示failed to open stream: HTTP request failed!的完美