[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/%E5%86%B7%E5%BA%93%E8%AE%BE%E5%A4%87%E4%BB%B7%E6%A0%BC
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 37268
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 54.81.185.66
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 1710829858.8145
REQUEST_TIME 1710829858
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.020497s