问答详情
源自:8-1 MVC微框架简介

require_once 错误


Warning: require_once(./libs/controller/indexController.class.php) [function.require-once]: failed to open stream: No such file or directory in C:\AppServ\www\news\framework\function\function.phpon line 3

Fatal error: require_once() [function.require]: Failed opening required './libs/controller/indexController.class.php' (include_path='.;C:\php5\pear') inC:\AppServ\www\news\framework\function\function.php on line 3

提问者:Erkbeg 2014-11-12 09:11

个回答

  • PengCheng
    2014-11-15 00:41:09

    路径不对,找不到文件

  • xihuannong
    2017-06-21 11:15:45

    require_once('../libs/controller/indexController.class.php)');

    我的windows电脑是这样的

  • 潴潴侠
    2016-11-23 13:51:47

    require_once(dirname(__FILE__).'/libs/Controller/'.$name.'Controller.class.php');

    Mac 电脑要这样才行~  

  • wxp_Ann
    2015-03-31 17:57:40

    请问你解决了这个问题了吗?我也遇到了,还没找到原因

  • 天天距离
    2014-12-03 17:03:06

    不好意思,我回复的是错的!

  • 天天距离
    2014-12-03 09:20:35

    因为老师把function/function.php移动到了framework目录下,所以function.php里的require_once的路径应该要更改

  • 城墙_
    2014-11-12 12:30:10

    是不是括号内没有加双引号,加个试试;  路径是否正确