[0] HttpException in App.php line 317

模块不存在:kindeditor

  1. $available = true;
  2. }
  3. // 模块初始化
  4. if ($module && $available) {
  5. // 初始化模块
  6. $request->module($module);
  7. $config = self::init($module);
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 当前模块路径
  17. App::$modulePath = APP_PATH . ($module ? $module . DS : '');

Call Stack

  1. in App.php line 317
  2. at App::module(['kindeditor', 'attached', 'file'], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 134
  3. at App::run() in start.php line 18
  4. at require('/www/wwwroot/baconhr...') in index.php line 18

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_HOST www.baconhr.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
PATH_INFO /kindeditor/attached/file/20190416/20190416093440304030.html
REDIRECT_STATUS 200
SERVER_NAME baconhr.com
SERVER_PORT 80
SERVER_ADDR 172.30.132.133
REMOTE_PORT 55780
REMOTE_ADDR 54.144.233.198
SERVER_SOFTWARE nginx/1.22.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/baconhr.com
DOCUMENT_URI /index.php
REQUEST_URI /kindeditor/attached/file/20190416/20190416093440304030.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/kindeditor/attached/file/20190416/20190416093440304030.html
SCRIPT_FILENAME /www/wwwroot/baconhr.com/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711641783.4946
REQUEST_TIME 1711641783
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/baconhr.com/app/
THINK_VERSION 5.0.0
THINK_START_TIME 1711641783.4951
THINK_START_MEM 374808
EXT .php
DS /
THINK_PATH /www/wwwroot/baconhr.com/thinkphp/
LIB_PATH /www/wwwroot/baconhr.com/thinkphp/library/
CORE_PATH /www/wwwroot/baconhr.com/thinkphp/library/think/
TRAIT_PATH /www/wwwroot/baconhr.com/thinkphp/library/traits/
ROOT_PATH /www/wwwroot/baconhr.com/
EXTEND_PATH /www/wwwroot/baconhr.com/extend/
VENDOR_PATH /www/wwwroot/baconhr.com/vendor/
RUNTIME_PATH /www/wwwroot/baconhr.com/runtime/
LOG_PATH /www/wwwroot/baconhr.com/runtime/log/
CACHE_PATH /www/wwwroot/baconhr.com/runtime/cache/
TEMP_PATH /www/wwwroot/baconhr.com/runtime/temp/
CONF_PATH /www/wwwroot/baconhr.com/app/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false