#0 [0]RouteNotFoundException in Route.php line 798

当前访问路由未定义或不匹配

  1. $result = $this->checkDomain()->check($this->request, $url, $completeMatch);
  2. if (false === $result && !empty($this->cross)) {
  3. // 检测跨域路由
  4. $result = $this->cross->check($this->request, $url, $completeMatch);
  5. }
  6. if (false !== $result) {
  7. return $result;
  8. } elseif ($this->config['url_route_must']) {
  9. throw new RouteNotFoundException();
  10. }
  11. return $this->url($url);
  12. }
  13. /**
  14. * 获取当前请求URL的pathinfo信息(不含URL后缀)
  15. * @access protected
  16. * @return string

Call Stack

  1. in Route.php line 798
  2. at Route->check() in Route.php line 762
  3. at Route->dispatch(object(Request), object(Closure)) in Http.php line 219
  4. at Http->dispatchToRoute(object(Request)) in Http.php line 208
  5. at Http->think\{closure}(object(Request)) in Pipeline.php line 59
  6. at Pipeline->think\{closure}(object(Request)) in TraceDebug.php line 71
  7. at TraceDebug->handle(object(Request), object(Closure))
  8. at call_user_func([object(TraceDebug), 'handle'], object(Request), object(Closure)) in Middleware.php line 142
  9. at Middleware->think\{closure}(object(Request), object(Closure)) in Pipeline.php line 85
  10. at Pipeline->think\{closure}(object(Request)) in Pipeline.php line 66
  11. at Pipeline->then(object(Closure)) in Http.php line 209
  12. at Http->runWithRequest(object(Request)) in Http.php line 172
  13. at Http->run() in index.php line 22

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.tmvps.cn
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME tmvps.cn
SERVER_PORT 443
SERVER_ADDR 180.97.189.92
REMOTE_PORT 41324
REMOTE_ADDR 54.235.6.60
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/tmvps/public
DOCUMENT_URI /index.php
REQUEST_URI /bohao/
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/bohao/
SCRIPT_FILENAME /www/wwwroot/tmvps/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710818260.8689
REQUEST_TIME 1710818260
0.156587s