[0] HttpException in Url.php line 64

控制器不存在:security-personnel-service

  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('demo-display|securit...') in Url.php line 23
  3. at Url->init() in App.php line 402
  4. at App->run() in index.php line 23

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
REDIRECT_REDIRECT_UNIQUE_ID Zfj256eouKnoARpe9s2p@AAAAD8
REDIRECT_REDIRECT_PHPRC /home/wxszba3w5xzs7ztbha/others
REDIRECT_REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID Zfj256eouKnoARpe9s2p@AAAAD8
REDIRECT_PHPRC /home/wxszba3w5xzs7ztbha/others
REDIRECT_HANDLER php-cgi
REDIRECT_STATUS 200
UNIQUE_ID Zfj256eouKnoARpe9s2p@AAAAD8
PHPRC /home/wxszba3w5xzs7ztbha/others
HTTP_X_FORWARDED_FOR 44.206.248.122
HTTP_X_REAL_IP 44.206.248.122
HTTP_HOST www.wxszba.com
HTTP_CONNECTION close
HTTP_ACCEPT */*
HTTP_USER_AGENT claudebot
PATH /sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE <address>Apache Server at www.wxszba.com Port 80</address>
SERVER_SOFTWARE Apache
SERVER_NAME www.wxszba.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 44.206.248.122
DOCUMENT_ROOT /home/wxszba3w5xzs7ztbha/wwwroot
REQUEST_SCHEME http
CONTEXT_PREFIX /php-run-as-cgi
CONTEXT_DOCUMENT_ROOT /usr/php7.2/bin
SERVER_ADMIN webmaster@wxszba
SCRIPT_FILENAME /home/wxszba3w5xzs7ztbha/wwwroot/index.php
REMOTE_PORT 14984
REDIRECT_URL /index.php/demo-display/security-personnel-service.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /demo-display/security-personnel-service.html
SCRIPT_NAME /index.php
PATH_INFO /demo-display/security-personnel-service.html
PATH_TRANSLATED /home/wxszba3w5xzs7ztbha/wwwroot/demo-display/security-personnel-service.html
ORIG_PATH_INFO /index.php/demo-display/security-personnel-service.html
ORIG_SCRIPT_NAME /php-run-as-cgi/php-cgi
ORIG_SCRIPT_FILENAME /usr/php7.2/bin/php-cgi
ORIG_PATH_TRANSLATED /home/wxszba3w5xzs7ztbha/wwwroot/index.php/demo-display/security-personnel-service.html
PHP_SELF /index.php/demo-display/security-personnel-service.html
REQUEST_TIME_FLOAT 1710814951.5473
REQUEST_TIME 1710814951
Environment Variablesempty
ThinkPHP Constants
ROOT_PATH /home/wxszba3w5xzs7ztbha/wwwroot