[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('shapes|1101-1|man', true) in App.php line 604
  3. at App->routeCheck() in App.php line 402
  4. at App->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER zhenzhun
HOME /www
HTTP_HOST www.word2art.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
SCRIPT_FILENAME /www/tufu/www.word2art.com/public/index.php
PATH_TRANSLATED /www/tufu/www.word2art.com/public
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.word2art.com
SERVER_PORT 443
SERVER_ADDR 172.22.199.71
REMOTE_PORT 52608
REMOTE_ADDR 54.242.75.224
SERVER_SOFTWARE nginx/1.24.0
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/tufu/www.word2art.com/public
DOCUMENT_URI /index.php
REQUEST_URI /shapes/1101-1/man
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/shapes/1101-1/man
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710814479.7644
REQUEST_TIME 1710814479
Environment Variablesempty
ThinkPHP Constants
HTMLPURIFIER_PREFIX /www/tufu/www.word2art.com/vendor/ezyang/htmlpurifier/library