[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.210.83.20
HTTP_REFERER
http://www.jonstyle.com/game-reviews/gta5/gta-5-%e9%80%b2%e5%87%ba%e5%8f%a3%e5%a4%a7%e4%ba%a8-%e7%89%b9%e7%9b%a7%e8%8f%b2%e5%b0%bc%e7%be%85%e8%b6%85%e7%b4%9a%e8%b7%91%e8%bb%8a-%e8%a9%a6%e8%bb%8a%e5%a1%97%e8%a3%9d%e9%85%8d%e8%89%b2/
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"https"}
HTTP_X_FORWARDED_PROTO
https
HTTP_CF_RAY
86b8fbfeba1f388c-DFW
HTTP_X_FORWARDED_FOR
54.210.83.20
HTTP_ACCEPT_ENCODING
gzip, br
HTTP_CF_IPCOUNTRY
US
HTTP_CDN_LOOP
cloudflare
HTTP_HOST
www.jonstyle.com
PATH_INFO
/game-reviews/gta5/gta-5-進出口大亨-特盧菲尼羅超級跑車-試車塗裝配色/
REDIRECT_STATUS
200
SERVER_NAME
jonstyle.com
SERVER_PORT
443
SERVER_ADDR
66.228.54.68
REMOTE_PORT
48448
REMOTE_ADDR
162.158.175.106
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
/game-reviews/gta5/gta-5-%e9%80%b2%e5%87%ba%e5%8f%a3%e5%a4%a7%e4%ba%a8-%e7%89%b9%e7%9b%a7%e8%8f%b2%e5%b0%bc%e7%be%85%e8%b6%85%e7%b4%9a%e8%b7%91%e8%bb%8a-%e8%a9%a6%e8%bb%8a%e5%a1%97%e8%a3%9d%e9%85%8d%e8%89%b2/
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/game-reviews/gta5/gta-5-%E9%80%B2%E5%87%BA%E5%8F%A3%E5%A4%A7%E4%BA%A8-%E7%89%B9%E7%9B%A7%E8%8F%B2%E5%B0%BC%E7%BE%85%E8%B6%85%E7%B4%9A%E8%B7%91%E8%BB%8A-%E8%A9%A6%E8%BB%8A%E5%A1%97%E8%A3%9D%E9%85%8D%E8%89%B2/
SCRIPT_FILENAME
/www/wwwroot/DotStore/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711643212.6463
REQUEST_TIME
1711643212
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/DotStore/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711643212.6466
THINK_START_MEM
404016
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