模块不存在: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 次 )
