[0] HttpException in Url.php line 64

控制器不存在:select-a-location

  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-z][\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('select-a-location') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 29

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER changhongiot
HOME /home/changhongiotmcghcaanpg7htofnmgmigoot
FCGI_ROLE RESPONDER
REDIRECT_UNIQUE_ID ZgYOOWaLP@GnwaDK2VzQsQAAAAU
REDIRECT_PATH_INFO select-a-location.html
REDIRECT_STATUS 200
UNIQUE_ID ZgYOOWaLP@GnwaDK2VzQsQAAAAU
HTTP_X_FORWARDED_FOR 3.89.116.152
HTTP_X_REAL_IP 211.149.140.122
HTTP_HOST www.gs-biogas.com
HTTP_CONNECTION close
HTTP_FROM_HTTPS on
HTTP_SSL_FLAG SSL
HTTP_ACCEPT_ENCODING gzip
HTTP_X_FORWARDED_PROTO https
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE <address>Apache Server at www.gs-biogas.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.gs-biogas.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 3.89.116.152
DOCUMENT_ROOT /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/public
REQUEST_SCHEME http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/public
SERVER_ADMIN webmaster@changhongiot
SCRIPT_FILENAME /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/public/index.php
REMOTE_PORT 49524
REDIRECT_URL /select-a-location.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /select-a-location.html
SCRIPT_NAME /index.php
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1711672889.2667
REQUEST_TIME 1711672889
Environment Variablesempty
ThinkPHP Constants
DS /
ROOT_PATH /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/
APP_PATH /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/app/
WWW_ROOT /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/public/
WOO_PATH /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/woo/
ADDONS_PATH /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/addons/
APP_CACHE_DIR /home/changhongiotmcghcaanpg7htofnmgmigoot/wwwroot/data/cache/