[0] HttpException in App.php line 557

控制器不存在:FrontColumns_navigation01-topnavFirstColumnId=1

  1. App::$modulePath = APP_PATH . ($module ? $module . DS : '');
  2. // 是否自动转换控制器和操作名
  3. $convert = is_bool($convert) ? $convert : $config['url_convert'];
  4. // 获取控制器名
  5. $controller = strip_tags($result[1] ?: $config['default_controller']);
  6. if (!preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
  7. throw new HttpException(404, 'controller not exists:' . $controller);
  8. }
  9. $controller = $convert ? strtolower($controller) : $controller;
  10. // 获取操作名
  11. $actionName = strip_tags($result[2] ?: $config['default_action']);
  12. if (!empty($config['action_convert'])) {
  13. $actionName = Loader::parseName($actionName, 1);
  14. } else {

Call Stack

  1. in App.php line 557
  2. at App::module(['index', 'FrontColumns_navigat...', null], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 458
  3. at App::exec(['type' => 'module', 'module' => ['index', 'FrontColumns_navigat...', null]], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/www/wwwroot2/websit...') in index.php line 22

Environment Variables

GET Data
empty
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
FCGI_ROLE
RESPONDER
REDIRECT_STATUS
200
proxy-nokeepalive
1
HTTP_ACCEPT
*/*
HTTP_USER_AGENT
claudebot
HTTP_HOST
www.schavon.com
PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
LD_LIBRARY_PATH
/www/server/apache/lib
SERVER_SIGNATURE
<address>Apache Server at www.schavon.com Port 80</address>
SERVER_SOFTWARE
Apache
SERVER_NAME
www.schavon.com
SERVER_ADDR
172.31.52.0
SERVER_PORT
80
REMOTE_ADDR
3.215.183.194
DOCUMENT_ROOT
/www/wwwroot2/website/shuawang.hebeiguosou.com/public
REQUEST_SCHEME
http
CONTEXT_PREFIX
CONTEXT_DOCUMENT_ROOT
/www/wwwroot2/website/shuawang.hebeiguosou.com/public
SERVER_ADMIN
webmaster@example.com
SCRIPT_FILENAME
/www/wwwroot2/website/shuawang.hebeiguosou.com/public/index.php
REMOTE_PORT
58820
REDIRECT_URL
/index/FrontColumns_navigation01-topnavFirstColumnId=1.html
REDIRECT_QUERY_STRING
s=/index/FrontColumns_navigation01-topnavFirstColumnId=1.html
GATEWAY_INTERFACE
CGI/1.1
SERVER_PROTOCOL
HTTP/1.1
REQUEST_METHOD
GET
QUERY_STRING
s=/index/FrontColumns_navigation01-topnavFirstColumnId=1.html
REQUEST_URI
/index/FrontColumns_navigation01-topnavFirstColumnId=1.html
SCRIPT_NAME
/index.php
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711643510.8743
REQUEST_TIME
1711643510
PATH_INFO
/index/FrontColumns_navigation01-topnavFirstColumnId=1.html
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/public/../framework/app/
RUNTIME_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com//ohcmsruntimes/
VENDOR_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/public/../framework/vendor/
EXTEND_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/public/../framework/extend/
THINK_VERSION
5.0.24
THINK_START_TIME
1711643510.8749
THINK_START_MEM
264936
EXT
.php
DS
/
THINK_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/framework/thinkphp/
LIB_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/framework/thinkphp/library/
CORE_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/framework/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/framework/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/framework/
LOG_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com//ohcmsruntimes/log/
CACHE_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com//ohcmsruntimes/cache/
TEMP_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com//ohcmsruntimes/temp/
CONF_PATH
/www/wwwroot2/website/shuawang.hebeiguosou.com/public/../framework/app/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false