[0] HttpException in Route.php line 38

插件未找到

  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. // if (!Service::checkAddonAuthorization($addon)) {
  14. // throw new HttpResponseException(new Response('',sprintf("%d1", 40)));
  15. // }
  16. $dispatch = $request->dispatch();
  17. if (isset($dispatch['var']) && $dispatch['var']) {

Call Stack

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

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
PATH_TRANSLATED
redirect:/index.php/addons/cms/index/index/channel/12.html/cms/index/index/channel/12.html
PATH_INFO
/addons/cms/index/index/channel/12.html
SCRIPT_NAME
/index.php
REQUEST_URI
/addons/cms/index/index/channel/12.html
QUERY_STRING
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_URL
/addons/cms/index/index/channel/12.html
REMOTE_PORT
52912
SCRIPT_FILENAME
/www/wwwroot/kypeesoft.com/public/index.php
SERVER_ADMIN
webmaster@example.com
CONTEXT_DOCUMENT_ROOT
/www/wwwroot/kypeesoft.com/public
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
/www/wwwroot/kypeesoft.com/public
REMOTE_ADDR
44.195.47.227
SERVER_PORT
80
SERVER_ADDR
172.17.0.10
SERVER_NAME
kypeesoft.com
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
<address>Apache Server at kypeesoft.com Port 80</address>
LD_LIBRARY_PATH
/www/server/apache/lib
PATH
/www/server/panel/pyenv/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
HTTP_HOST
kypeesoft.com
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
proxy-nokeepalive
1
REDIRECT_STATUS
200
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php/addons/cms/index/index/channel/12.html
REQUEST_TIME_FLOAT
1711638265.2627
REQUEST_TIME
1711638265
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/kypeesoft.com/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711638265.2634
THINK_START_MEM
359512
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/kypeesoft.com/thinkphp/
LIB_PATH
/www/wwwroot/kypeesoft.com/thinkphp/library/
CORE_PATH
/www/wwwroot/kypeesoft.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/kypeesoft.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/kypeesoft.com/
EXTEND_PATH
/www/wwwroot/kypeesoft.com/extend/
VENDOR_PATH
/www/wwwroot/kypeesoft.com/vendor/
RUNTIME_PATH
/www/wwwroot/kypeesoft.com/runtime/
LOG_PATH
/www/wwwroot/kypeesoft.com/runtime/log/
CACHE_PATH
/www/wwwroot/kypeesoft.com/runtime/cache/
TEMP_PATH
/www/wwwroot/kypeesoft.com/runtime/temp/
CONF_PATH
/www/wwwroot/kypeesoft.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
PHP_FLOAT_DIG
15
PHP_FLOAT_EPSILON
2.2204460492503E-16
PHP_FLOAT_MIN
2.2250738585072E-308
PHP_FLOAT_MAX
1.7976931348623E+308
PHP_OS_FAMILY
Linux
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/www/wwwroot/kypeesoft.com/addons/