为了账号安全,请及时绑定邮箱和手机立即绑定

关于require_once的问题

1、假如a页面带有require_once "include.php";

2、a页面运行要调用b和c的函数,并且c页面也要调用b页面的函数;

3、如果我在c页面 require_once "include.php"或require_once "b.php"。

4、运行a页面就会报错:

Warning:failed to open stream;

Fatal error: require_once(): Failed opening required '../lib/mysql.func.php' (include_path='.;C:\php\pear;E:\wamp\www\360yun\HTML\html\PHP\shop/lib;E:\wamp\www\360yun\HTML\html\PHP\shop/core;E:\wamp\www\360yun\HTML\html\PHP\shop/configs') in E:\wamp\www\360yun\HTML\html\PHP\shop\core\cate.inc.php on line 3


前提:c和b页面都包含在了include.php。

因为我没有跟着老师的代码写,所以这个问题估计就我遇到了,我怀疑是不是include_path设置的问题导致?

而且我把include和需要调用的页面都改成require也是没用的

这是什么问题????


正在回答

1 回答

后来我只能把被include.php已经配置require_once的页面,把它们互相调用间的require或require_once都去掉,就能运行了

0 回复 有任何疑惑可以回复我~
#1

297797171

你好,我也出现这种问题,请问你是怎么解决的,详细一下,麻烦了
2017-01-11 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
手把手教你实现电商网站后台开发
  • 参与学习       117284    人
  • 解答问题       1999    个

手把手教你用PHP搭建电子商务平台,由浅入深教你搭建电商系统

进入课程

关于require_once的问题

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信