[0] HttpException in Module.php line 127

方法不存在:app\home\controller\Product->984165403()

  1. : $this->request->param();
  2. $vars = array_merge($vars, $this->param);
  3. } elseif (is_callable([$instance, '_empty'])) {
  4. // 空操作
  5. $call = [$instance, '_empty'];
  6. $vars = [$this->actionName];
  7. $reflect = new ReflectionMethod($instance, '_empty');
  8. } else {
  9. // 操作不存在
  10. throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  11. }
  12. $this->app['hook']->listen('action_begin', $call);
  13. $data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
  14. return $this->autoResponse($data);
  15. });

Call Stack

  1. in Module.php line 127
  2. at Module->think\route\dispatch\{closure}(object(Request), object(Closure), null)
  3. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  4. at Middleware->think\{closure}(object(Request))
  5. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  6. at Middleware->dispatch(object(Request), 'controller') in Module.php line 137
  7. at Module->exec() in Dispatch.php line 168
  8. at Dispatch->run() in App.php line 432
  9. at App->think\{closure}(object(Request), object(Closure), null)
  10. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  11. at Middleware->think\{closure}(object(Request))
  12. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  13. at Middleware->dispatch(object(Request)) in App.php line 435
  14. at App->run() in index.php line 29

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
_wtsexp 1705979539
_wtscpk 4cd742bab4
_wtsuid bb424b5f-c31d-4425-9db6-5dc380c1a12d
_wtspurl /.git/config
PHPSESSID ov2d20aek6d6hm8t7utrjpi571
Sessionempty
Server/Request Data
REDIRECT_REDIRECT_UNIQUE_ID ZgWMYUFmj3eC9hVC-pS1yQAAAAI
REDIRECT_REDIRECT_PHPRC /home/100yl8130a0ryml/others
REDIRECT_REDIRECT_STATUS 200
REDIRECT_UNIQUE_ID ZgWMYUFmj3eC9hVC-pS1yQAAAAI
REDIRECT_PHPRC /home/100yl8130a0ryml/others
REDIRECT_HANDLER php-cgi
REDIRECT_STATUS 200
UNIQUE_ID ZgWMYUFmj3eC9hVC-pS1yQAAAAI
PHPRC /home/100yl8130a0ryml/others
HTTP_X_FORWARDED_FOR 23.231.94.38
HTTP_X_REAL_IP 23.231.94.38
HTTP_HOST www.100-yl.com
HTTP_CONNECTION close
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
HTTP_ACCEPT_ENCODING gzip
HTTP_COOKIE _wtsexp=1705979539; _wtscpk=4cd742bab4; _wtsuid=bb424b5f-c31d-4425-9db6-5dc380c1a12d; _wtspurl=/.git/config; PHPSESSID=ov2d20aek6d6hm8t7utrjpi571
PATH /sbin:/usr/sbin:/bin:/usr/bin
SERVER_SIGNATURE
Apache Server at www.100-yl.com Port 80
SERVER_SOFTWARE Apache
SERVER_NAME www.100-yl.com
SERVER_ADDR 127.0.0.1
SERVER_PORT 80
REMOTE_ADDR 23.231.94.38
DOCUMENT_ROOT /home/100yl8130a0ryml/wwwroot/public
REQUEST_SCHEME http
CONTEXT_PREFIX /php-run-as-cgi
CONTEXT_DOCUMENT_ROOT /usr/php5.6/bin
SERVER_ADMIN webmaster@100yl
SCRIPT_FILENAME /home/100yl8130a0ryml/wwwroot/public/index.php
REMOTE_PORT 42600
REDIRECT_URL /index.php/Product/984165403.html
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.0
REQUEST_METHOD GET
QUERY_STRING
REQUEST_URI /Product/984165403.html
SCRIPT_NAME /index.php
PATH_INFO /Product/984165403.html
PATH_TRANSLATED /home/100yl8130a0ryml/wwwroot/public/Product/984165403.html
ORIG_PATH_INFO /index.php/Product/984165403.html
ORIG_SCRIPT_NAME /php-run-as-cgi/php-cgi
ORIG_SCRIPT_FILENAME /usr/php5.6/bin/php-cgi
ORIG_PATH_TRANSLATED /home/100yl8130a0ryml/wwwroot/public/index.php/Product/984165403.html
PHP_SELF /index.php/Product/984165403.html
REQUEST_TIME_FLOAT 1711639649.2181
REQUEST_TIME 1711639649
Environment Variablesempty
ThinkPHP Constants
DS /
ROOT_PATH /home/100yl8130a0ryml/wwwroot/
APP_PATH /home/100yl8130a0ryml/wwwroot/app/
WWW_ROOT /home/100yl8130a0ryml/wwwroot/public/
WOO_PATH /home/100yl8130a0ryml/wwwroot/woo/
ADDONS_PATH /home/100yl8130a0ryml/wwwroot/addons/
APP_CACHE_DIR /home/100yl8130a0ryml/wwwroot/data/cache/
SMARTY_DIR /home/100yl8130a0ryml/wwwroot/include/smarty-3.1.27/libs/
SMARTY_SYSPLUGINS_DIR /home/100yl8130a0ryml/wwwroot/include/smarty-3.1.27/libs/sysplugins/
SMARTY_PLUGINS_DIR /home/100yl8130a0ryml/wwwroot/include/smarty-3.1.27/libs/plugins/
SMARTY_MBSTRING true
SMARTY_RESOURCE_CHAR_SET UTF-8
SMARTY_RESOURCE_DATE_FORMAT %b %e, %Y
SMARTY_SPL_AUTOLOAD 0
XML 地图