[0] RouteNotFoundException in App.php line 653

当前访问路由未定义

  1. }
  2. }
  3. // 路由检测(根据路由定义返回不同的URL调度)
  4. $result = Route::check($request, $path, $depr, $config['url_domain_deploy']);
  5. $must = !is_null(self::$routeMust) ? self::$routeMust : $config['url_route_must'];
  6. if ($must && false === $result) {
  7. // 路由无效
  8. throw new RouteNotFoundException();
  9. }
  10. }
  11. // 路由无效 解析模块/控制器/操作/参数... 支持控制器自动搜索
  12. if (false === $result) {
  13. $result = Route::parseUrl($path, $depr, $config['controller_auto_search']);
  14. }
  15. return $result;

Call Stack

  1. in App.php line 653
  2. at App::routeCheck(object(Request), ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 116
  3. at App::run() in start.php line 19
  4. at require('/www/wwwroot/DotStor...') in index.php line 17

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_CF_CONNECTING_IP
54.205.179.155
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"https"}
HTTP_X_FORWARDED_PROTO
https
HTTP_CF_RAY
866a01d61f01592f-DFW
HTTP_X_FORWARDED_FOR
54.205.179.155
HTTP_ACCEPT_ENCODING
gzip, br
HTTP_CF_IPCOUNTRY
US
HTTP_CDN_LOOP
cloudflare
HTTP_HOST
www.sumchic.com
PATH_INFO
/sum-all-chic/sum-chic-bottoms/sum-chic-pants/
REDIRECT_STATUS
200
SERVER_NAME
sumchic.com
SERVER_PORT
443
SERVER_ADDR
66.228.54.68
REMOTE_PORT
59222
REMOTE_ADDR
172.71.175.63
SERVER_SOFTWARE
nginx/1.20.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/DotStore/public
DOCUMENT_URI
/index.php
REQUEST_URI
/sum-all-chic/sum-chic-bottoms/sum-chic-pants/
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/sum-all-chic/sum-chic-bottoms/sum-chic-pants/
SCRIPT_FILENAME
/www/wwwroot/DotStore/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1710815076.8523
REQUEST_TIME
1710815076
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/DotStore/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1710815076.8527
THINK_START_MEM
403920
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/DotStore/thinkphp/
LIB_PATH
/www/wwwroot/DotStore/thinkphp/library/
CORE_PATH
/www/wwwroot/DotStore/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/DotStore/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/DotStore/
EXTEND_PATH
/www/wwwroot/DotStore/extend/
VENDOR_PATH
/www/wwwroot/DotStore/vendor/
RUNTIME_PATH
/www/wwwroot/DotStore/runtime/
LOG_PATH
/www/wwwroot/DotStore/runtime/log/
CACHE_PATH
/www/wwwroot/DotStore/runtime/cache/
TEMP_PATH
/www/wwwroot/DotStore/runtime/temp/
CONF_PATH
/www/wwwroot/DotStore/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258