[0] HttpException in Url.php line 64

控制器不存在:plate-evaporator

  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('machinery|plate-evap...') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_HTTPS on
REDIRECT_SSL_TLS_SNI www.meckey.com
REDIRECT_STATUS 200
HTTPS on
SSL_TLS_SNI www.meckey.com
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
HTTP_HOST www.meckey.com
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SERVER_SIGNATURE <address>Apache/2.4.18 (Ubuntu) Server at www.meckey.com Port 443</address>
SERVER_SOFTWARE Apache/2.4.18 (Ubuntu)
SERVER_NAME www.meckey.com
SERVER_ADDR 172.26.210.179
SERVER_PORT 443
REMOTE_ADDR 3.238.195.81
DOCUMENT_ROOT /var/www/data/mk2017/public
REQUEST_SCHEME https
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /var/www/data/mk2017/public
SERVER_ADMIN [no address given]
SCRIPT_FILENAME /var/www/data/mk2017/public/index.php
REMOTE_PORT 58418
REDIRECT_URL /machinery/plate-evaporator.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /machinery/plate-evaporator.html
SCRIPT_NAME /index.php
PATH_INFO /machinery/plate-evaporator.html
PATH_TRANSLATED redirect:/index.php/machinery/plate-evaporator.html/plate-evaporator.html
PHP_SELF /index.php/machinery/plate-evaporator.html
REQUEST_TIME_FLOAT 1711669091.947
REQUEST_TIME 1711669091
Environment Variablesempty
ThinkPHP Constantsempty