[0] RouteNotFoundException in Route.php line 897

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

  1. // 检测跨域路由
  2. $result = $this->cross->check($this->request, $url, $completeMatch);
  3. }
  4. if (false !== $result) {
  5. // 路由匹配
  6. return $result;
  7. } elseif ($must) {
  8. // 强制路由不匹配则抛出异常
  9. throw new RouteNotFoundException();
  10. }
  11. // 默认路由解析
  12. return new UrlDispatch($this->request, $this->group, $url, [
  13. 'auto_search' => $this->autoSearchController,
  14. ]);
  15. }
  16. /**

Call Stack

  1. in Route.php line 897
  2. at Route->check('profiles|group|', true) in App.php line 604
  3. at App->routeCheck() in App.php line 402
  4. at App->run() in index.php line 18

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_CDN_LOOP unibrand
HTTP_REFERER http://www.toshoku-k.com/profiles/group/
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.toshoku-k.com
HTTP_TRUE_CLIENT_IP 54.163.62.42
HTTP_X_FORWARDED_PROTO https
HTTP_X_FORWARDED_FOR 54.163.62.42
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.toshoku-k.com
SERVER_PORT 80
SERVER_ADDR 172.19.12.73
REMOTE_PORT 45064
REMOTE_ADDR 192.142.60.115
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/mjb_fxtp/public
DOCUMENT_URI /index.php
REQUEST_URI /profiles/group/
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/profiles/group/
SCRIPT_FILENAME /www/wwwroot/mjb_fxtp/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711625553.7878
REQUEST_TIME 1711625553
Environment Variablesempty
ThinkPHP Constants
FILTER_VALIDATE_BOOL 258