CakePHP调试错误找不到Webroot

时间:2012-07-11 19:45:38

标签: php cakephp

我正在使用Zend Studio在Windows 2008 R2 VM上本地调试CakePHP应用程序。当我告诉Zend调试index.php时,我收到以下错误:

Warning: require(webroot\index.php): failed to open stream: No such file or directory in **my directory name**

Fatal error: require(): Failed opening required 'webroot\index.php' 

为简洁起见,省略了我的目录名称。

index.php包含

require 'webroot' . DIRECTORY_SEPARATOR . 'index.php';

本地调试需要进行哪些更改?

0 个答案:

没有答案