failed to open stream: No such file or directory in
发布:smiling 来源: PHP粉丝网 添加日期:2013-12-05 22:13:54 浏览: 评论:0
Warning: include_once(./include/main.inc.php) [function.include-once]: failed to open stream: failed to open stream: No such file or directory in
Fatal error: main(): Failed opening required './Config.php' (include_path='.;c:php4pear') in D:wwwrootCoreConfig.php on line 13
出现这个的问题是因为我们inlcude的路径不对了,只要我们把路径改对就可以了。
Fatal error: main(): Failed opening required './Config.php' (include_path='.;c:php4pear') in D:wwwrootCoreConfig.php on line 13
shopex主机问题描述:
Warning: require(/core/include_v5/adminCore.php) [function.require]: failed to open stream:
No such file or directory in D:wwwrootbeisososhopadminindex.php on line 13
Fatal error: require() [function.require]: Failed opening required "/core/include_v5/adminCore.php" (include_path=".;C:php5pear")
shopex主机解决方案
给D:和D:wwwroot 一个everyone可读权限,只在这两个位置加权限就可以了,不要附加到下一级目录! 命令如下:
- cacls d: /e /g everyone:r
- cacls d:wwwroot /e /g everyone:r
Tags: failed open stream:
相关文章
- ·php中file_get_contents 出现HTTP request failed! ...(2014-09-20)
- ·php include提示failed to open stream: Permission denied in错误(2015-04-04)
- ·php pdo连接报错Connection failed: SQLSTATE[HY000] [2002](2015-04-15)
- ·php提示Failed to write session data错误的解决方法(2021-05-03)
- ·什么是"Open Source"(开放源码)(2013-11-27)
- ·PHP fopen函数读写txt文件实现程序(2014-03-18)
- ·php fopen实现mysql错误日志记录(2014-08-02)
- ·php curl、fopen、file_get_contents实例代码(2014-08-17)
- ·php中open_basedir存在安全隐患(2014-08-22)
- ·php fsockopen post数据发送实例(2014-09-19)
- ·php错误提示 open_basedir restriction in effect 解决(2014-09-20)
- ·php fsockopen()函数禁用解决办法(2014-09-21)
- ·wamp本地测试环境下fopen url不能用的原因(2014-09-21)
- ·php fopen创建utf8编码文件例子(2014-09-21)
- ·php利用fopen实现简单的网页采集程序(2014-09-22)
- ·php fsockopen异步处理实例程序(2015-04-11)
推荐文章
热门文章
最新评论文章
- 写给考虑创业的年轻程序员(10)
- PHP新手上路(一)(7)
- 惹恼程序员的十件事(5)
- PHP邮件发送例子,已测试成功(5)
- 致初学者:PHP比ASP优秀的七个理由(4)
- PHP会被淘汰吗?(4)
- PHP新手上路(四)(4)
- 如何去学习PHP?(2)
- 简单入门级php分页代码(2)
- php中邮箱email 电话等格式的验证(2)