最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
php include提示failed to open stream: Permission denied in错误
时间:2022-06-24 23:18:59 编辑:袖梨 来源:一聚教程网
在打开浏览器时提示
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目录是一样的才可以哦。
相关文章
- 包子漫画直达官网链接是什么 03-27
- 每日听读app怎么注册登录 03-27
- 163邮箱如何批量下载附件 03-27
- 羞羞漫画sss漫画官网登录-羞羞漫画首页免费登录入口 03-27
- 如何在文件夹中查找excel单元格内容 03-27
- 豆瓣网页版在线体验-豆瓣网页版快捷登录 03-27
