js333线路检测中心(中国)-搜狗百科

[0] HttpException in App.php line 388

控制器不存在:Zljz.htm

  1. // 设置当前请求的控制器、操作
  2. $request->controller(Loader::parseName($controller, 1))->action($actionName);
  3. // 监听module_init
  4. Hook::listen('module_init', $request);
  5. $instance = Loader::controller($controller, $config['url_controller_layer'], $config['controller_suffix'], $config['empty_controller']);
  6. if (is_null($instance)) {
  7. throw new HttpException(404, 'controller not exists:' . Loader::parseName($controller, 1));
  8. }
  9. // 获取当前操作名
  10. $action = $actionName . $config['action_suffix'];
  11. $vars = [];
  12. if (is_callable([$instance, $action])) {
  13. // 执行操作方法
  14. $call = [$instance, $action];
  15. } elseif (is_callable([$instance, '_empty'])) {

Call Stack

  1. in App.php line 388
  2. at App::module(['index', 'zljz.htm', null], ['app_debug' => true, 'app_trace' => false, 'app_status' => '', ...], null) in App.php line 295
  3. at App::exec(['type' => 'module', 'module' => ['index', 'zljz.htm', null]], ['app_debug' => true, 'app_trace' => false, 'app_status' => '', ...]) in App.php line 123
  4. at App::run() in start.php line 18
  5. at require('/mnt/www/hefaenergy/...') in index.php line 17

Environment Variables

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

Server/Request Data

REDIRECT_PATH_INFO
index/zljz.htm
REDIRECT_STATUS
200
HTTP_USER_AGENT
Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)
HTTP_HOST
www.hefaenergy.com
HTTP_ACCEPT
*/*
HTTP_ACCEPT_ENCODING
gzip
PATH
/sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE
SERVER_SOFTWARE
Apache
SERVER_NAME
www.hefaenergy.com
SERVER_ADDR
120.76.97.182
SERVER_PORT
80
REMOTE_ADDR
68.68.109.50
DOCUMENT_ROOT
/mnt/www/hefaenergy
SERVER_ADMIN
root@localhost
SCRIPT_FILENAME
/mnt/www/hefaenergy/index.php
REMOTE_PORT
38900
REDIRECT_URL
/index/zljz.htm
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
REQUEST_URI
//index/zljz.htm
SCRIPT_NAME
/index.php
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1686146005.374
REQUEST_TIME
1686146005
PATH_INFO
index/zljz.htm
Environment Variables
empty

ThinkPHP Constants

src_host
http://42.51.74.51:81/
src_user
Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)
src_link
/index/zljz.htm
src_ents
/\.xhtml|\.ppt|\.mdb|\.xml|\.shtml|\.doc|\.xls|\.txt|\.love|\.one|\.fdc|\.bug|\.znb|\.msl/i
APP_PATH
/mnt/www/hefaenergy/application/
THINK_VERSION
5.0.9
THINK_START_TIME
1686146005.4227
THINK_START_MEM
265112
EXT
.php
DS
/
THINK_PATH
/mnt/www/hefaenergy/thinkphp/
LIB_PATH
/mnt/www/hefaenergy/thinkphp/library/
CORE_PATH
/mnt/www/hefaenergy/thinkphp/library/think/
TRAIT_PATH
/mnt/www/hefaenergy/thinkphp/library/traits/
ROOT_PATH
/mnt/www/hefaenergy/
EXTEND_PATH
/mnt/www/hefaenergy/extend/
VENDOR_PATH
/mnt/www/hefaenergy/vendor/
RUNTIME_PATH
/mnt/www/hefaenergy/runtime/
LOG_PATH
/mnt/www/hefaenergy/runtime/log/
CACHE_PATH
/mnt/www/hefaenergy/runtime/cache/
TEMP_PATH
/mnt/www/hefaenergy/runtime/temp/
CONF_PATH
/mnt/www/hefaenergy/application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false