急! tp5 模块不存在:lename

浏览:2357 发布日期:2017/09/18 分类:系统代码
lename我没有这个模块,我访问的是index模块,报这个错。
模块不存在:lename

// 模块初始化
if ($module && $available) {
// 初始化模块
$request->module($module);
$config = self::init($module);
// 模块请求缓存检查
$request->cache($config['request_cache'], $config['request_cache_expire'], $config['request_cache_except']);
} else {
throw new HttpException(404, 'module not exists:' . $module);
}
} else {
// 单一模块部署
$module = '';
$request->module($module);
}
// 当前模块路径
App::$modulePath = APP_PATH . ($module ? $module . DS : '');


in App.php line 361
at App::module(['LENAME', null, null], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...], null) in App.php line 296
at App::exec(['type' => 'module', 'module' => ['LENAME', null, null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => true, ...]) in App.php line 124
at App::run() in start.php line 18
at require('/www/web/default/zphome/thinkphp/start.php') in /www/web/default/zphome/public/index.php line 17

部署环境:
WDCP:nginx+php(5.5)+mysql
请问一下,大家有没有遇到过这个问题,这些怎么解决?

附件 微信截图_20170918133656.png ( 81.83 KB 下载:30 次 )

评论( 相关
后面还有条评论,点击查看>>