[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
44.221.81.212
HTTP_REFERER
http://www.jonstyle.com/gear-vr-%e7%89%88%e3%80%8aminecraft%e3%80%8b%e6%ad%a3%e5%bc%8f%e6%96%bc-oculus-%e5%95%86%e5%ba%97%e4%b8%8a%e6%9e%b6/
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"https"}
HTTP_X_FORWARDED_PROTO
https
HTTP_CF_RAY
86bdef441d8982e4-DFW
HTTP_X_FORWARDED_FOR
44.221.81.212
HTTP_ACCEPT_ENCODING
gzip, br
HTTP_CF_IPCOUNTRY
US
HTTP_CDN_LOOP
cloudflare
HTTP_HOST
www.jonstyle.com
PATH_INFO
/gear-vr-版《minecraft》正式於-oculus-商店上架/
REDIRECT_STATUS
200
SERVER_NAME
jonstyle.com
SERVER_PORT
443
SERVER_ADDR
66.228.54.68
REMOTE_PORT
49788
REMOTE_ADDR
162.158.175.84
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
/gear-vr-%e7%89%88%e3%80%8aminecraft%e3%80%8b%e6%ad%a3%e5%bc%8f%e6%96%bc-oculus-%e5%95%86%e5%ba%97%e4%b8%8a%e6%9e%b6/
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/gear-vr-%E7%89%88%E3%80%8Aminecraft%E3%80%8B%E6%AD%A3%E5%BC%8F%E6%96%BC-oculus-%E5%95%86%E5%BA%97%E4%B8%8A%E6%9E%B6/
SCRIPT_FILENAME
/www/wwwroot/DotStore/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711695120.0569
REQUEST_TIME
1711695120
Environment Variables
empty

ThinkPHP Constants

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