[0] HttpException in Route.php line 36

插件未找到

  1. $addon = $addon ? trim(call_user_func($filter, $addon)) : '';
  2. $controller = $controller ? trim(call_user_func($filter, $controller)) : 'index';
  3. $action = $action ? trim(call_user_func($filter, $action)) : 'index';
  4. Hook::listen('addon_begin', $request);
  5. if (!empty($addon) && !empty($controller) && !empty($action)) {
  6. $info = get_addon_info($addon);
  7. if (!$info) {
  8. throw new HttpException(404, __('addon %s not found', $addon));
  9. }
  10. if (!$info['state']) {
  11. throw new HttpException(500, __('addon %s is disabled', $addon));
  12. }
  13. $dispatch = $request->dispatch();
  14. if (isset($dispatch['var']) && $dispatch['var']) {
  15. //$request->route($dispatch['var']);
  16. }

Call Stack

  1. in Route.php line 36
  2. at Route->execute('leescore', 'cart', 'index')
  3. at ReflectionMethod->invokeArgs(object(Route), ['leescore', 'cart', 'index']) in App.php line 343
  4. at App::invokeMethod(['\think\addons\Route', 'execute'], ['listType' => 'cart', 'addon' => 'leescore', 'controller' => 'cart', ...]) in App.php line 470
  5. at App::exec(['type' => 'method', 'method' => ['\think\addons\Route', 'execute'], 'var' => []], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  6. at App::run() in start.php line 19
  7. at require('/www/wwwroot/ifengus...') in index.php line 24

Environment Variables

GET Data

listType
cart
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
ifengus.com
PATH_INFO
/addons/leescore/cart/index.html
REDIRECT_STATUS
200
SERVER_NAME
ifengus.com
SERVER_PORT
443
SERVER_ADDR
104.168.244.55
REMOTE_PORT
54264
REMOTE_ADDR
3.91.11.30
SERVER_SOFTWARE
nginx/1.18.0
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/ifengus.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/addons/leescore/cart/index.html?listType=cart
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/addons/leescore/cart/index.html&listType=cart
SCRIPT_FILENAME
/www/wwwroot/ifengus.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711714009.9231
REQUEST_TIME
1711714009
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/ifengus.com/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711714009.9243
THINK_START_MEM
405088
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/ifengus.com/thinkphp/
LIB_PATH
/www/wwwroot/ifengus.com/thinkphp/library/
CORE_PATH
/www/wwwroot/ifengus.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/ifengus.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/ifengus.com/
EXTEND_PATH
/www/wwwroot/ifengus.com/extend/
VENDOR_PATH
/www/wwwroot/ifengus.com/vendor/
RUNTIME_PATH
/www/wwwroot/ifengus.com/runtime/
LOG_PATH
/www/wwwroot/ifengus.com/runtime/log/
CACHE_PATH
/www/wwwroot/ifengus.com/runtime/cache/
TEMP_PATH
/www/wwwroot/ifengus.com/runtime/temp/
CONF_PATH
/www/wwwroot/ifengus.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
HTMLPURIFIER_PREFIX
/www/wwwroot/ifengus.com/vendor/ezyang/htmlpurifier/library
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/www/wwwroot/ifengus.com/addons/