[0] HttpException in Module.php line 127

方法不存在:app\index\controller\Index->newList()

  1. : $this->request->param();
  2. $vars = array_merge($vars, $this->param);
  3. } elseif (is_callable([$instance, '_empty'])) {
  4. // 空操作
  5. $call = [$instance, '_empty'];
  6. $vars = [$this->actionName];
  7. $reflect = new ReflectionMethod($instance, '_empty');
  8. } else {
  9. // 操作不存在
  10. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  11. }
  12. $this->app['hook']->listen('action_begin', $call);
  13. $data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
  14. return $this->autoResponse($data);
  15. });

Call Stack

  1. in Module.php line 127
  2. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  3. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  4. at Middleware->think\{closure}(object(Request))
  5. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  6. at Middleware->dispatch(object(Request), 'controller') in Module.php line 137
  7. at Module->exec() in Dispatch.php line 168
  8. at Dispatch->run() in App.php line 432
  9. at App->think\{closure}(object(Request), object(Closure), null)
  10. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  11. at Middleware->think\{closure}(object(Request))
  12. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  13. at Middleware->dispatch(object(Request)) in App.php line 435
  14. at App->run() in index.php line 42

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
SYSTEMROOT C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
PHPRC C:/phpstudy_pro/Extensions/php/php7.4.3nts
_FCGI_SHUTDOWN_EVENT_ 9520
HTTP_CONNECTION close
PATH_TRANSLATED redirect:\index.php\newList\category_id\19\fid\15
PATH_INFO /Index/newList/category_id/19/fid/15
SCRIPT_NAME /index.php
REQUEST_URI /index.php/Index/newList/category_id/19/fid/15
QUERY_STRING
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REMOTE_PORT 18102
SCRIPT_FILENAME C:/phpstudy_pro/WWW/dlbusnew/public/index.php
SERVER_ADMIN admin@example.com
CONTEXT_DOCUMENT_ROOT C:/phpstudy_pro/WWW/dlbusnew/public
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT C:/phpstudy_pro/WWW/dlbusnew/public
REMOTE_ADDR 100.125.70.101
SERVER_PORT 443
SERVER_ADDR 192.168.1.200
SERVER_NAME www.dlbus.com.cn
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
SystemRoot C:\Windows
HTTP_CDN_SRC_IP 44.213.80.174
HTTP_VIA CHN-JSyancheng-CUCC1-CACHE19, CHN-SH-GLOBAL4-CACHE38, CHN-TJ-GLOBAL1-CACHE12
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_X_CLOUDWAF_TRAFFIC_TAG 1
HTTP_X_FORWARDED_PROTO https
HTTP_HOST www.dlbus.com.cn
HTTP_X_FORWARDED_FOR 44.213.80.174, 122.96.235.20, 60.204.69.39, 123.60.254.13
HTTP_X_HWWAF_CLIENT_IP 123.60.254.13
HTTP_X_HWWAF_REAL_IP 123.60.254.13
HTTP_X_REAL_IP 123.60.254.13
SSL_SESSION_RESUMED Initial
SSL_SERVER_A_SIG sha256WithRSAEncryption
SSL_SERVER_A_KEY rsaEncryption
SSL_SERVER_I_DN CN=GeoTrust CN RSA CA G1,OU=www.digicert.com,O=DigiCert Inc,C=US
SSL_SERVER_S_DN CN=*.dlbus.com.cn,O=大连公交客运集团有限公司,L=大连市,ST=辽宁省,C=CN
SSL_SERVER_V_END Jan 18 23:59:59 2025 GMT
SSL_SERVER_V_START Jan 15 00:00:00 2024 GMT
SSL_SERVER_M_SERIAL 0A9BBF8C586CD3EF0A977F601DB8508D
SSL_SERVER_M_VERSION 3
SSL_CLIENT_VERIFY NONE
SSL_CIPHER_ALGKEYSIZE 256
SSL_CIPHER_USEKEYSIZE 256
SSL_CIPHER_EXPORT false
SSL_CIPHER ECDHE-RSA-CHACHA20-POLY1305
SSL_COMPRESS_METHOD NULL
SSL_SECURE_RENEG true
SSL_PROTOCOL TLSv1.2
SSL_VERSION_LIBRARY OpenSSL/1.1.1b
SSL_VERSION_INTERFACE mod_ssl/2.4.39
SSL_SERVER_SAN_DNS_1 dlbus.com.cn
SSL_SERVER_SAN_DNS_0 *.dlbus.com.cn
SSL_SERVER_I_DN_CN GeoTrust CN RSA CA G1
SSL_SERVER_I_DN_OU www.digicert.com
SSL_SERVER_I_DN_O DigiCert Inc
SSL_SERVER_I_DN_C US
SSL_SERVER_S_DN_CN *.dlbus.com.cn
SSL_SERVER_S_DN_O 大连公交客运集团有限公司
SSL_SERVER_S_DN_L 大连市
SSL_SERVER_S_DN_ST 辽宁省
SSL_SERVER_S_DN_C CN
SSL_TLS_SNI www.dlbus.com.cn
HTTPS on
FCGI_ROLE RESPONDER
PHP_SELF /index.php/Index/newList/category_id/19/fid/15
REQUEST_TIME_FLOAT 1710815769.5654
REQUEST_TIME 1710815769
Environment Variablesempty
ThinkPHP Constantsempty