[0] HttpException in Url.php line 64

控制器不存在:风冷活塞冷凝机组产品

  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('...') in Url.php line 23
  3. at Url->init() in App.php line 447
  4. 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
SCRIPT_NAME /index.php
REQUEST_URI /tag/%25E9%25A3%258E%25E5%2586%25B7%25E6%25B4%25BB%25E5%25A1%259E%25E5%2586%25B7%25E5%2587%259D%25E6%259C%25BA%25E7%25BB%2584%25E4%25BA%25A7%25E5%2593%2581
QUERY_STRING s=tag/%E9%A3%8E%E5%86%B7%E6%B4%BB%E5%A1%9E%E5%86%B7%E5%87%9D%E6%9C%BA%E7%BB%84%E4%BA%A7%E5%93%81
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING s=tag/%E9%A3%8E%E5%86%B7%E6%B4%BB%E5%A1%9E%E5%86%B7%E5%87%9D%E6%9C%BA%E7%BB%84%E4%BA%A7%E5%93%81
REDIRECT_URL /tag/%E9%A3%8E%E5%86%B7%E6%B4%BB%E5%A1%9E%E5%86%B7%E5%87%9D%E6%9C%BA%E7%BB%84%E4%BA%A7%E5%93%81
REMOTE_PORT 60222
SCRIPT_FILENAME /www/wwwroot/shenzhou/public/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/shenzhou/public
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /www/wwwroot/shenzhou/public
REMOTE_ADDR 35.175.174.36
SERVER_PORT 80
SERVER_ADDR 172.20.7.250
SERVER_NAME www.sz1989.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE <address>Apache Server at www.sz1989.com Port 80</address>
LD_LIBRARY_PATH /www/server/apache/lib
PATH /www/server/panel/pyenv/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
HTTP_HOST www.sz1989.com
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
proxy-nokeepalive 1
REDIRECT_STATUS 200
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711637492.4021
REQUEST_TIME 1711637492
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
CMF_ROOT /www/wwwroot/shenzhou/
CMF_DATA /www/wwwroot/shenzhou/data/
APP_PATH /www/wwwroot/shenzhou/app/
WEB_ROOT /www/wwwroot/shenzhou/public/
HTMLPURIFIER_PREFIX /www/wwwroot/shenzhou/vendor/ezyang/htmlpurifier/library
0.021067s