[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/%E8%88%B9%E7%94%A8%E4%BC%99%E9%A3%9F%E5%86%B7%E8%97%8F%E6%9C%BA%E7%BB%84
QUERY_STRING s=tag/船用伙食冷藏机组
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING s=tag/船用伙食冷藏机组
REDIRECT_URL /tag/船用伙食冷藏机组
REMOTE_PORT 56240
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 34.237.245.80
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 1710817554.3132
REQUEST_TIME 1710817554
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.020414s