[0] HttpException in helper.php line 526

插件不能为空

  1. * @param integer|Response $code 状态码 或者 Response对象实例
  2. * @param string $message 错误信息
  3. * @param array $header 参数
  4. */
  5. function abort($code, $message = null, $header = [])
  6. {
  7. if ($code instanceof Response) {
  8. throw new HttpResponseException($code);
  9. } else {
  10. throw new HttpException($code, $message, null, $header);
  11. }
  12. }
  13. }
  14. if (!function_exists('halt')) {
  15. /**
  16. * 调试变量并且中断输出
  17. * @param mixed $var 调试变量或者信息
  18. */

Call Stack

  1. in helper.php line 526
  2. at abort(500, '插件不能为空') in Route.php line 78
  3. at Route->execute('', 'ask', 'index')
  4. at ReflectionMethod->invokeArgs(object(Route), ['', 'ask', 'index']) in App.php line 343
  5. at App::invokeMethod(['\think\addons\Route', 'execute'], ['', 'addon' => 'ask', 'controller' => 'index', ...]) in App.php line 470
  6. at App::exec(['type' => 'method', 'method' => ['\think\addons\Route', 'execute'], 'var' => ['addon' => 'ask', 'controller' => 'index', 'action' => 'index']], ['app_host' => '', 'app_debug' => '1', 'app_trace' => '', ...]) in App.php line 139
  7. at App::run() in start.php line 19
  8. at require('/mnt/oa.jclab.net/fa...') in index.php line 23

Environment Variables

GET Data

11
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
SCRIPT_NAME
/index.php
REQUEST_URI
/?11
QUERY_STRING
11
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/2.0
GATEWAY_INTERFACE
CGI/1.1
REMOTE_PORT
41222
SCRIPT_FILENAME
/mnt/oa.jclab.net/fastadmin/public/index.php
SERVER_ADMIN
webmaster@example.com
CONTEXT_DOCUMENT_ROOT
/mnt/oa.jclab.net/fastadmin/public
CONTEXT_PREFIX
REQUEST_SCHEME
https
DOCUMENT_ROOT
/mnt/oa.jclab.net/fastadmin/public
REMOTE_ADDR
44.192.107.255
SERVER_PORT
443
SERVER_ADDR
172.17.11.8
SERVER_NAME
jclab.net
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
<address>Apache Server at jclab.net Port 443</address>
LD_LIBRARY_PATH
/www/server/apache/lib
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST
jclab.net
HTTP_REFERER
http://jclab.net/?11
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
proxy-nokeepalive
1
H2_STREAM_TAG
203-3
H2_STREAM_ID
3
H2_PUSHED_ON
H2_PUSHED
H2_PUSH
off
H2PUSH
off
HTTP2
on
SSL_TLS_SNI
jclab.net
HTTPS
on
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711651377.5792
REQUEST_TIME
1711651377
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/mnt/oa.jclab.net/fastadmin/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711651377.5796
THINK_START_MEM
403272
EXT
.php
DS
/
THINK_PATH
/mnt/oa.jclab.net/fastadmin/thinkphp/
LIB_PATH
/mnt/oa.jclab.net/fastadmin/thinkphp/library/
CORE_PATH
/mnt/oa.jclab.net/fastadmin/thinkphp/library/think/
TRAIT_PATH
/mnt/oa.jclab.net/fastadmin/thinkphp/library/traits/
ROOT_PATH
/mnt/oa.jclab.net/fastadmin/
EXTEND_PATH
/mnt/oa.jclab.net/fastadmin/extend/
VENDOR_PATH
/mnt/oa.jclab.net/fastadmin/vendor/
RUNTIME_PATH
/mnt/oa.jclab.net/fastadmin/runtime/
LOG_PATH
/mnt/oa.jclab.net/fastadmin/runtime/log/
CACHE_PATH
/mnt/oa.jclab.net/fastadmin/runtime/cache/
TEMP_PATH
/mnt/oa.jclab.net/fastadmin/runtime/temp/
CONF_PATH
/mnt/oa.jclab.net/fastadmin/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/mnt/oa.jclab.net/fastadmin/addons/