[0] HttpException in App.php line 653

controller not exists:\think\session\driver\Db

  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. // 执行操作方法

Call Stack

  1. in App.php line 653
  2. at App::module(['index', 'lists', 'index'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 521
  3. at App::exec(['type' => 'module', 'module' => ['index', 'lists', 'index']], ['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/wwwroot/www.hnc...') in index.php line 13

Environment Variables

GET Data

themes
111
POST Data
empty
Files
empty

Cookies

lang_cookie
zh-cn
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_HOST
www.hncct.com
PATH_INFO
/lists/index/channel/line/id/296.html
REDIRECT_STATUS
200
SERVER_NAME
www.hncct.com
SERVER_PORT
443
SERVER_ADDR
172.21.0.6
REMOTE_PORT
45526
REMOTE_ADDR
54.160.133.33
SERVER_SOFTWARE
nginx/1.16.1
GATEWAY_INTERFACE
CGI/1.1
HTTPS
on
REQUEST_SCHEME
https
SERVER_PROTOCOL
HTTP/2.0
DOCUMENT_ROOT
/www/wwwroot/www.hncct.com/2020
DOCUMENT_URI
/index.php
REQUEST_URI
/lists/index/channel/line/id/296.html?themes=111
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/lists/index/channel/line/id/296.html&themes=111
SCRIPT_FILENAME
/www/wwwroot/www.hncct.com/2020/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711615273.6723
REQUEST_TIME
1711615273
Environment Variables
empty

ThinkPHP Constants

CONF_PATH
/www/wwwroot/www.hncct.com/2020/../application/
APP_PATH
/www/wwwroot/www.hncct.com/2020/../application/
PUBLIC_PATH
./public/
BIND_MODULE
index
PAY_PATH
../pay/
VIEW_PATH
/www/wwwroot/www.hncct.com/2020/
THINK_VERSION
5.0.24
THINK_START_TIME
1711615273.6727
THINK_START_MEM
380832
EXT
.php
DS
/
THINK_PATH
/www/wwwroot/www.hncct.com/erdaicms/
LIB_PATH
/www/wwwroot/www.hncct.com/erdaicms/library/
CORE_PATH
/www/wwwroot/www.hncct.com/erdaicms/library/think/
TRAIT_PATH
/www/wwwroot/www.hncct.com/erdaicms/library/traits/
ROOT_PATH
/www/wwwroot/www.hncct.com/
EXTEND_PATH
/www/wwwroot/www.hncct.com/extend/
VENDOR_PATH
/www/wwwroot/www.hncct.com/vendor/
RUNTIME_PATH
/www/wwwroot/www.hncct.com/runtime/
LOG_PATH
/www/wwwroot/www.hncct.com/runtime/log/
CACHE_PATH
/www/wwwroot/www.hncct.com/runtime/cache/
TEMP_PATH
/www/wwwroot/www.hncct.com/runtime/temp/
CONF_EXT
.php
ENV_PREFIX
PHP_
IS_CLI
false
IS_WIN
false
CONTROLLER_NAME
Lists
ACTION_NAME
index