[0] HttpException in Url.php line 64

控制器不存在:%E4%B9%9D%E7%89%9B%E7%89%A7%E4%B8%9A%C2%B72022%E5%A4%AA%E5%8E%9F%E9%A9%AC%E6%8B%89%E6%9D%BE%E8%B5%9B%E4%BA%B2%E5%AD%90%E8%B7%91

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

Call Stack

  1. in Url.php line 64
  2. at Url->parseUrl('keyword|%E4%B9%9D%E7...') in Url.php line 23
  3. at Url->init() in Config.php line 37
  4. at Config->run()
  5. at ReflectionMethod->invokeArgs(object(Config), []) in Container.php line 373
  6. at Container->invokeMethod(['app\common\behavior\...', 'run'], [null]) in Container.php line 411
  7. at Container->invoke(['app\common\behavior\...', 'run'], [null]) in Hook.php line 208
  8. at Hook->execTag('app\common\behavior\...', 'app_dispatch', null) in Hook.php line 149
  9. at Hook->listen('app_dispatch') in App.php line 396
  10. at App->run() in index.php line 33

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_HOST www.lypb.com
PATH_INFO
REDIRECT_STATUS 200
SERVER_NAME www.lypb.com
SERVER_PORT 443
SERVER_ADDR 172.21.66.83
REMOTE_PORT 38790
REMOTE_ADDR 54.163.200.109
SERVER_SOFTWARE nginx/1.22.1
GATEWAY_INTERFACE CGI/1.1
HTTPS on
REQUEST_SCHEME https
SERVER_PROTOCOL HTTP/2.0
DOCUMENT_ROOT /www/wwwroot/www_lypb_com/public
DOCUMENT_URI /index.php
REQUEST_URI /keyword/%25E4%25B9%259D%25E7%2589%259B%25E7%2589%25A7%25E4%25B8%259A%25C2%25B72022%25E5%25A4%25AA%25E5%258E%259F%25E9%25A9%25AC%25E6%258B%2589%25E6%259D%25BE%25E8%25B5%259B%25E4%25BA%25B2%25E5%25AD%2590%25E8%25B7%2591
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=/keyword/%25E4%25B9%259D%25E7%2589%259B%25E7%2589%25A7%25E4%25B8%259A%25C2%25B72022%25E5%25A4%25AA%25E5%258E%259F%25E9%25A9%25AC%25E6%258B%2589%25E6%259D%25BE%25E8%25B5%259B%25E4%25BA%25B2%25E5%25AD%2590%25E8%25B7%2591
SCRIPT_FILENAME /www/wwwroot/www_lypb_com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711670326.116
REQUEST_TIME 1711670326
Environment Variablesempty
ThinkPHP Constants
ADMIN_FILE admin.php
FILTER_VALIDATE_BOOL 258
HTMLPURIFIER_PREFIX /www/wwwroot/www_lypb_com/vendor/ezyang/htmlpurifier/library