第一次用thinkphp 报路径错
网上抄的一个例子:生成一个index.php,如下:
报错:
warning: require(../thinkphpcommon/runtime.php) [function.require]: failed to open stream: no such file or directory in d:\web\htdocs\thinkphp\thinkphp.php on line 36
fatal error: require() [function.require]: failed opening required '../thinkphpcommon/runtime.php' (include_path='.;c:\php5\pear') in d:\web\htdocs\thinkphp\thinkphp.php on line 36
目录结构是这样的:
myphp/index.php
thinkphp/
请大虾指点下,看是什么问题。
------解决方案--------------------
如需要阅读该回复,请登录或注册csdn!