Undefined index: _startUseMems是什么引起

浏览:719 发布日期:2013/06/26 分类:求助交流
[8] Undefined index: _startUseMems E:\wwwroot\psh2012\app\Runtime\~runtime.php 第 1 行.

我Index.php代码如下

define('APP_PATH', './app/');
if (file_exists(APP_PATH . 'Runtime/~runtime.php')) {
require_once APP_PATH . 'Runtime/~runtime.php';
} else {
require_once './plugin/ThinkPHP/ThinkPHP.php';
}

使用Runtime/~runtime.php这个就会有报错,直接用 ThinkPHP/ThinkPHP.php就正常
最佳答案
评论( 相关
后面还有条评论,点击查看>>