php开发中Warning: include(....) 如何解决
Warning:include(home/header.php)[function.include]:failedtoopenstream:Nosuchfileordir...
Warning: include(home/header.php) [function.include]: failed to open stream: No such file or directory in D:\tarate\trunk\webroot\home\index.php on line 33
Warning: include() [function.include]: Failed opening 'home/header.php' for inclusion (include_path='.;C:\php5\pear') in D:\tarate\trunk\webroot\home\index.php on line 33
在wamp环境下,运行项目时出现该问题该如何解决啊?请大侠们帮忙。谢谢啦 展开
Warning: include() [function.include]: Failed opening 'home/header.php' for inclusion (include_path='.;C:\php5\pear') in D:\tarate\trunk\webroot\home\index.php on line 33
在wamp环境下,运行项目时出现该问题该如何解决啊?请大侠们帮忙。谢谢啦 展开
展开全部
1. 你确认存在 D:\tarate\trunk\webroot\home\index.php 文件吗?
2. 如果home目录在其他位置,比如 D:\xx\home
请在php.ini中更改 include_path 为 include_path='.;D:/xx'
2. 如果home目录在其他位置,比如 D:\xx\home
请在php.ini中更改 include_path 为 include_path='.;D:/xx'
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你改成include("/home/header.php");或者include("../home/header.php");(具体几个..根据你的相对路径来看)。
出现你这个问题,就是路径不正确导致的。
出现你这个问题,就是路径不正确导致的。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
路径问题,说找不到文件,找不到header.php?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询