[0] HttpException in Url.php line 65

控制器不存在:made-in-china-2025-tour-in-milan

  1. // 解析模块
  2. $module = $this->app->config('app_multi_module') ? array_shift($path) : null;
  3. if ($this->param['auto_search']) {
  4. $controller = $this->autoFindController($module, $path);
  5. } else {
  6. // 解析控制器
  7. $controller = !empty($path) ? array_shift($path) : null;
  8. }
  9. if ($controller && !preg_match('/^[A-Za-z][\w|\.]*$/', $controller)) {throw new HttpException(404, 'controller not exists:' . $controller);}
  10. // 解析操作
  11. $action = !empty($path) ? array_shift($path) : null;
  12. // 解析额外参数
  13. if ($path) {
  14. if ($this->app['config']->get('url_param_type')) {
  15. $var += $path;
  16. } else {

Call Stack

  1. in Url.php line 65
  2. at Url->parseUrl('en|made-in-china-202...') in Url.php line 24
  3. at Url->init() in Dispatch.php line 35
  4. at Dispatch->__construct('en|made-in-china-202...', ['depr' => '/', 'auto_search' => false]) in Route.php line 790
  5. at Route->check('en/made-in-china-202...', '/', false, false) in App.php line 504
  6. at App->routeCheck() in App.php line 345
  7. at App->run() in index.php line 23

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
FCGI_ROLE RESPONDER
SCRIPT_FILENAME /www/wwwroot/carlodandrea.it/index.php
QUERY_STRING s=/en/made-in-china-2025-tour-in-milan/
REQUEST_METHOD GET
CONTENT_TYPE
CONTENT_LENGTH
SCRIPT_NAME /index.php
REQUEST_URI /en/made-in-china-2025-tour-in-milan/
DOCUMENT_URI /index.php
DOCUMENT_ROOT /www/wwwroot/carlodandrea.it
SERVER_PROTOCOL HTTP/2.0
REQUEST_SCHEME https
HTTPS on
GATEWAY_INTERFACE CGI/1.1
SERVER_SOFTWARE nginx/1.22.1
REMOTE_ADDR 3.236.55.137
REMOTE_PORT 34694
SERVER_ADDR 172.31.196.234
SERVER_PORT 443
SERVER_NAME carlodandrea.it
REDIRECT_STATUS 200
PATH_INFO /en/made-in-china-2025-tour-in-milan/
HTTP_HOST carlodandrea.it
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_REFERER http://carlodandrea.it/en/made-in-china-2025-tour-in-milan/
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711662002.4672
REQUEST_TIME 1711662002
Environment Variablesempty
ThinkPHP Constants
ROOT_PATH /www/wwwroot/carlodandrea.it
APP_PATH /www/wwwroot/carlodandrea.it/application
WEB_URL http://carlodandrea.it/