[0] HttpException in Url.php line 64

控制器不存在:30

  1. if ($this->param['auto_search']) {
  2. $controller = $this->autoFindController($module, $path);
  3. } else {
  4. // 解析控制器
  5. $controller = !empty($path) ? array_shift($path) : null;
  6. }
  7. if ($controller && !preg_match('/^[A-Za-z][\w|\.]*$/', $controller)) {
  8. throw new HttpException(404, 'controller not exists:' . $controller);
  9. }
  10. // 解析操作
  11. $action = !empty($path) ? array_shift($path) : null;
  12. // 解析额外参数
  13. if ($path) {
  14. if ($this->rule->getConfig('url_param_type')) {
  15. $var += $path;

Call Stack

  1. in Url.php line 64
  2. at Url->parseUrl('special|30') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 26

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
SCRIPT_NAME /index.php
REQUEST_URI /special/30.html
QUERY_STRING s=/special/30.html
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/2.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING s=/special/30.html
REDIRECT_URL /special/30.html
REMOTE_PORT 35976
SCRIPT_FILENAME /www/wwwroot/jinsheqs.com/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/jinsheqs.com/
CONTEXT_PREFIX
REQUEST_SCHEME https
DOCUMENT_ROOT /www/wwwroot/jinsheqs.com/
REMOTE_ADDR 44.213.80.174
SERVER_PORT 443
SERVER_ADDR 172.22.28.225
SERVER_NAME www.jinsheqs.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at www.jinsheqs.com Port 443</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
HTTP_HOST www.jinsheqs.com
HTTP_REFERER http://www.jinsheqs.com/special/30.html
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
H2_STREAM_TAG 1682140-46-3
H2_STREAM_ID 3
H2_PUSHED_ON
H2_PUSHED
H2_PUSH off
H2PUSH off
HTTP2 on
SSL_TLS_SNI www.jinsheqs.com
HTTPS on
SCRIPT_URI https://www.jinsheqs.com/special/30.html
SCRIPT_URL /special/30.html
REDIRECT_STATUS 200
REDIRECT_H2_STREAM_TAG 1682140-46-3
REDIRECT_H2_STREAM_ID 3
REDIRECT_H2_PUSHED_ON
REDIRECT_H2_PUSHED
REDIRECT_H2_PUSH off
REDIRECT_H2PUSH off
REDIRECT_HTTP2 on
REDIRECT_SSL_TLS_SNI www.jinsheqs.com
REDIRECT_HTTPS on
REDIRECT_SCRIPT_URI https://www.jinsheqs.com/special/30.html
REDIRECT_SCRIPT_URL /special/30.html
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710813536.2483
REQUEST_TIME 1710813536
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/jinsheqs.com/app/
__PHYSICS__ /www/wwwroot/jinsheqs.com