我继续得到这些错误。 Yii和梨

时间:2016-08-02 01:52:49

标签: php mysql apache yii pear

警告:require_once(C:\ xampp \ htdocs \ northwind /../../ framework / yii.php):无法打开流:C:\ xampp \ htdocs \ northwind \ index中没有此类文件或目录第12行的.php

致命错误:require_once():无法打开所需' C:\ xampp \ htdocs \ northwind /../../ framework / yii.php'第14行的C:\ xampp \ htdocs \ northwind \ index.php中的(include_path ='。; C:\ xampp \ php \ PEAR')

我继续收到此错误。

----代码----

<?php

// change the following paths if necessary
$yii=dirname(__FILE__).'/../../framework/yii.php';
$config=dirname(__FILE__).'/protected/config/main.php';

// remove the following lines when in production mode
defined('YII_DEBUG') or define('YII_DEBUG',true);
// specify how many levels of call stack should be shown in each log message
defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);

require_once($yii);
Yii::createWebApplication($config)->run();

我之前的作品已经不再适用了。我在xamp上安装了yii之后。或者它与我的yii无关?梨怎么样?我有点困惑。

抱歉,我是新手。我非常需要帮助。

所以我试着把include_path =&#34; .; C:\ xampp \ php \ PEAR&#34;然后错误现在是 解析错误:语法错误,意外&#39; =&#39;在第13行的C:\ xampp \ htdocs \ northwind \ index.php

2 个答案:

答案 0 :(得分:0)

文件名中的正斜杠(&#34; /&#34;)在Windows上无效。将它们更改为反斜杠(&#34; \&#34;),并验证C:\xampp\framework\yii.php文件确实存在。

答案 1 :(得分:0)

框架路径不正确,请检查路径。 你有框架吗?如果您不知道,请下载Yii framework