[0] HttpException in App.php line 353

模块不存在:knive

  1. // 模块初始化
  2. if ($module && $available) {
  3. // 初始化模块
  4. $request->module($module);
  5. $config = self::init($module);
  6. // 模块请求缓存检查
  7. $request->cache($config['request_cache'], $config['request_cache_expire']);
  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 353
  2. at App::module(['knive', 'index', null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 140
  3. at App::run() in start.php line 18
  4. at require('/home/www2/odl_distr...') in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER apache
HOME /var/www
FCGI_ROLE RESPONDER
QUERY_STRING s=/knive/index.html
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /knive/index.html
DOCUMENT_URI /index.php
DOCUMENT_ROOT /home/www2/odl_distributor/public
SERVER_PROTOCOL HTTP/1.1
REQUEST_SCHEME http
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.9.15
REMOTE_ADDR 3.235.180.245
REMOTE_PORT 54048
SERVER_ADDR 10.161.211.79
SERVER_PORT 80
SERVER_NAME d.othello1888.com
REDIRECT_STATUS 200
SCRIPT_FILENAME /home/www2/odl_distributor/public/index.php
PATH_INFO /knive/index.html
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.othello1888.com
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711697702.8387
REQUEST_TIME 1711697702
Environment Variablesempty
ThinkPHP Constants
APP_PATH /home/www2/odl_distributor/public/../app/
STATIC_PATH /static/
THINK_VERSION 5.0.4
THINK_START_TIME 1711697702.8391
THINK_START_MEM 260856
EXT .php
DS /
THINK_PATH /home/www2/odl_distributor/thinkphp/
LIB_PATH /home/www2/odl_distributor/thinkphp/library/
CORE_PATH /home/www2/odl_distributor/thinkphp/library/think/
TRAIT_PATH /home/www2/odl_distributor/thinkphp/library/traits/
ROOT_PATH /home/www2/odl_distributor/
EXTEND_PATH /home/www2/odl_distributor/extend/
VENDOR_PATH /home/www2/odl_distributor/vendor/
RUNTIME_PATH /home/www2/odl_distributor/runtime/
LOG_PATH /home/www2/odl_distributor/runtime/log/
CACHE_PATH /home/www2/odl_distributor/runtime/cache/
TEMP_PATH /home/www2/odl_distributor/runtime/temp/
CONF_PATH /home/www2/odl_distributor/public/../app/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN false