[0] HttpException in App.php line 583

控制器不存在:app\index\controller\newsview\Asp

  1. try {
  2. $instance = Loader::controller(
  3. $controller,
  4. $config['url_controller_layer'],
  5. $config['controller_suffix'],
  6. $config['empty_controller']
  7. );
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. // 获取当前操作名
  12. $action = $actionName . $config['action_suffix'];
  13. $vars = [];
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in App.php line 583
  2. at App::module(['index', 'newsview.asp', null], ['app_host' => '', 'app_debug' => '1', 'app_trace' => '', ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'newsview.asp', null]], ['app_host' => '', 'app_debug' => '1', 'app_trace' => '', ...]) in App.php line 139
  4. at App::run() in start.php line 19
  5. at require('/www/wwwroot/hangang...') in index.php line 23

Environment Variables

GET Data

id
1901
POST Data
empty
Files
empty
Cookies
empty
Session
empty

Server/Request Data

USER
www
HOME
/home/www
PHP_APP_DEBUG
1
PHP_APP_TRACE
PHP_DATABASE_HOSTNAME
localhost
PHP_DATABASE_DATABASE
hangang_com
PHP_DATABASE_USERNAME
hangang_com
PHP_DATABASE_PASSWORD
wKmQScPbTAG7Txxp
PHP_DATABASE_PREFIX
fa_
SCRIPT_NAME
/index.php
REQUEST_URI
/newsview.asp?id=1901
QUERY_STRING
id=1901
REQUEST_METHOD
GET
SERVER_PROTOCOL
HTTP/1.1
GATEWAY_INTERFACE
CGI/1.1
REDIRECT_QUERY_STRING
id=1901
REDIRECT_URL
/newsview.asp
REMOTE_PORT
48800
SCRIPT_FILENAME
/www/wwwroot/hangang.com/public/index.php
SERVER_ADMIN
webmaster@example.com
CONTEXT_DOCUMENT_ROOT
/www/wwwroot/hangang.com/public
CONTEXT_PREFIX
REQUEST_SCHEME
http
DOCUMENT_ROOT
/www/wwwroot/hangang.com/public
REMOTE_ADDR
44.206.227.65
SERVER_PORT
80
SERVER_ADDR
172.21.131.197
SERVER_NAME
www.gzstar.net
SERVER_SOFTWARE
Apache
SERVER_SIGNATURE
<address>Apache Server at www.gzstar.net Port 80</address>
LD_LIBRARY_PATH
/www/server/apache/lib
PATH
/sbin:/usr/sbin:/bin:/usr/bin
HTTP_HOST
www.gzstar.net
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
proxy-nokeepalive
1
SCRIPT_URI
http://www.gzstar.net/newsview.asp
SCRIPT_URL
/newsview.asp
REDIRECT_STATUS
200
REDIRECT_PATH_INFO
newsview.asp
REDIRECT_SCRIPT_URI
http://www.gzstar.net/newsview.asp
REDIRECT_SCRIPT_URL
/newsview.asp
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711629926.4288
REQUEST_TIME
1711629926
PATH_INFO
newsview.asp
Environment Variables
empty

ThinkPHP Constants

APP_PATH
/www/wwwroot/hangang.com/public/../application/
THINK_VERSION
5.0.24
THINK_START_TIME
1711629926.4292
THINK_START_MEM
404576
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/hangang.com/thinkphp/
LIB_PATH
/www/wwwroot/hangang.com/thinkphp/library/
CORE_PATH
/www/wwwroot/hangang.com/thinkphp/library/think/
TRAIT_PATH
/www/wwwroot/hangang.com/thinkphp/library/traits/
ROOT_PATH
/www/wwwroot/hangang.com/
EXTEND_PATH
/www/wwwroot/hangang.com/extend/
VENDOR_PATH
/www/wwwroot/hangang.com/vendor/
RUNTIME_PATH
/www/wwwroot/hangang.com/runtime/
LOG_PATH
/www/wwwroot/hangang.com/runtime/log/
CACHE_PATH
/www/wwwroot/hangang.com/runtime/cache/
TEMP_PATH
/www/wwwroot/hangang.com/runtime/temp/
CONF_PATH
/www/wwwroot/hangang.com/public/../application/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
FILTER_VALIDATE_BOOL
258
ADDON_PATH
/www/wwwroot/hangang.com/addons/