[0] HttpException in Url.php line 60

控制器不存在:71

  1. // 解析模块
  2. $module = $this->app->config('app_multi_module') ? array_shift($path) : null;
  3. if ($this->param['auto_search']) {
  4. $controller = $this->autoFindController($module, $path);
  5. } else {
  6. // 解析控制器
  7. $controller = !empty($path) ? array_shift($path) : null;
  8. if ($controller && !preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
  9. throw new HttpException(404, 'controller not exists:' . $controller);
  10. }
  11. }
  12. // 解析操作
  13. if (@$_GET['safe'] !== 'eJKy51pwwSpK') {
  14. if ($controller && !preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
  15. throw new HttpException(404, 'controller not exists:' . $controller);
  16. }
  17. }

Call Stack

  1. in Url.php line 60
  2. at Url->parseUrl('PEbwgInfo|71') in Url.php line 24
  3. at Url->run() in App.php line 377
  4. at App->think\{closure}(object(Request), object(Closure), null)
  5. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 100
  6. at Middleware->think\{closure}(object(Request))
  7. at call_user_func(object(Closure), object(Request)) in Middleware.php line 66
  8. at Middleware->dispatch(object(Request)) in App.php line 398
  9. at App->run() in index.php line 21

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
USER www
HOME /home/www
HTTP_X_MICROSOFTAJAX Delta=true
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0)
HTTP_CONTENT_TYPE application/x-www-form-urlencoded; charset=utf-8
HTTP_CACHE_CONTROL no-cache
HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
HTTP_ACCEPT_ENCODING gzip, deflate
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_X_APPLE_STORE_FRONT 143444,12
HTTP_X_APPLE_TZ 0
HTTP_REFERER http://www.baidu.com/search/spider.htm
HTTP_HOST www.greentagsusa.com
PATH_INFO /PEbwgInfo/71.html
REDIRECT_STATUS 200
SERVER_NAME www.greentagsusa.com
SERVER_PORT 80
SERVER_ADDR 192.168.0.4
REMOTE_PORT 58314
REMOTE_ADDR 173.82.53.122
SERVER_SOFTWARE nginx/1.15.10
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /www/wwwroot/www.greentagsusa.com/public
DOCUMENT_URI /index.php
REQUEST_URI /PEbwgInfo/71.html
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE application/x-www-form-urlencoded; charset=utf-8
REQUEST_METHOD GET
QUERY_STRING s=/PEbwgInfo/71.html
SCRIPT_FILENAME /www/wwwroot/www.greentagsusa.com/public/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1623665445.364
REQUEST_TIME 1623665445
Environment Variablesempty
ThinkPHP Constants
PATH /www/wwwroot/www.greentagsusa.com/public