[0] HttpException in App.php line 583

controller not exists:app\index\controller\Shop

  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', 'shop', 'page'], ['app_host' => '', 'app_debug' => true, 'app_trace' => false, ...], true) in App.php line 456
  3. at App::exec(['type' => 'module', 'module' => ['index', 'shop', 'page']], ['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/hodoodo...') in index.php line 23

Environment Variables

GET Data

post_type
product
add_to_wishlist
23305
POST Data
empty
Files
empty

Cookies

think_var
en
Session
empty

Server/Request Data

USER
www
HOME
/home/www
HTTP_CF_IPCOUNTRY
US
HTTP_CDN_LOOP
cloudflare
HTTP_CF_CONNECTING_IP
3.237.65.102
HTTP_USER_AGENT
claudebot
HTTP_ACCEPT
*/*
HTTP_CF_VISITOR
{"scheme":"https"}
HTTP_X_FORWARDED_PROTO
https
HTTP_CF_RAY
86b89c23dbb84b8a-IAD
HTTP_X_FORWARDED_FOR
3.237.65.102
HTTP_ACCEPT_ENCODING
gzip, br
HTTP_CONNECTION
Keep-Alive
HTTP_HOST
hodoodo.com
PATH_INFO
/shop/page/3
REDIRECT_STATUS
200
SERVER_NAME
hodoodo.com
SERVER_PORT
80
SERVER_ADDR
149.28.63.37
REMOTE_PORT
56928
REMOTE_ADDR
162.158.78.119
SERVER_SOFTWARE
nginx/1.22.1
GATEWAY_INTERFACE
CGI/1.1
REQUEST_SCHEME
http
SERVER_PROTOCOL
HTTP/1.1
DOCUMENT_ROOT
/www/wwwroot/hodoodo.com/public
DOCUMENT_URI
/index.php
REQUEST_URI
/shop/page/3?post_type=product&add_to_wishlist=23305
SCRIPT_NAME
/index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD
GET
QUERY_STRING
s=/shop/page/3&post_type=product&add_to_wishlist=23305
SCRIPT_FILENAME
/www/wwwroot/hodoodo.com/public/index.php
FCGI_ROLE
RESPONDER
PHP_SELF
/index.php
REQUEST_TIME_FLOAT
1711639286.4157
REQUEST_TIME
1711639286
Environment Variables
empty

ThinkPHP Constants

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