中国·4001老百汇net|官方网站-Brand Company



[0] HttpException in Module.php line 96

控制器不存在:app\home\controller\Btc28

  1. $this->app['hook']->listen('module_init');
  2. try {
  3. // 实例化控制器
  4. $instance = $this->app->controller($this->controller,
  5. $this->rule->getConfig('url_controller_layer'),
  6. $this->rule->getConfig('controller_suffix'),
  7. $this->rule->getConfig('empty_controller'));
  8. } catch (ClassNotFoundException $e) {
  9. throw new HttpException(404, 'controller not exists:' . $e->getClass());
  10. }
  11. $this->app['middleware']->controller(function (Request $request, $next) use ($instance) {
  12. // 获取当前操作名
  13. $action = $this->actionName . $this->rule->getConfig('action_suffix');
  14. if (is_callable([$instance, $action])) {
  15. // 执行操作方法
  16. $call = [$instance, $action];

Call Stack

  1. in Module.php line 96
  2. at Module->exec() in Dispatch.php line 168
  3. at Dispatch->run() in App.php line 432
  4. at App->think\{closure}(object(Request), object(Closure), null)
  5. at call_user_func_array(object(Closure), [object(Request), object(Closure), null]) in Middleware.php line 185
  6. at Middleware->think\{closure}(object(Request))
  7. at call_user_func(object(Closure), object(Request)) in Middleware.php line 130
  8. at Middleware->dispatch(object(Request)) in App.php line 435
  9. at App->run() in index.php line 27

Environment Variables

GET Data
type 2
i 5
POST Dataempty
Filesempty
Cookies
PHPSESSID ir5mtgb5uo43usuq1p3e9ouunf
Sessionempty
Server/Request Data
USER www
HOME /home/www
SCRIPT_NAME /index.php
REQUEST_URI /btc28.html?type=2&i=5
QUERY_STRING type=2&i=5
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.0
GATEWAY_INTERFACE CGI/1.1
REDIRECT_QUERY_STRING type=2&i=5
REDIRECT_URL /btc28.html
REMOTE_PORT 56352
SCRIPT_FILENAME /www/wwwroot/www.zhenningtech.com/index.php
SERVER_ADMIN webmaster@example.com
CONTEXT_DOCUMENT_ROOT /www/wwwroot/www.zhenningtech.com
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT /www/wwwroot/www.zhenningtech.com
REMOTE_ADDR 10.51.1.62
SERVER_PORT 80
SERVER_ADDR 10.51.1.61
SERVER_NAME www.zhenningtech.com
SERVER_SOFTWARE Apache
SERVER_SIGNATURE
Apache Server at www.zhenningtech.com Port 80
LD_LIBRARY_PATH /www/server/apache/lib
PATH /www/server/panel/pyenv/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin
HTTP_COOKIE PHPSESSID=ir5mtgb5uo43usuq1p3e9ouunf
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT */*
HTTP_USER_AGENT CCBot/2.0 (https://commoncrawl.org/faq/)
HTTP_CONNECTION close
HTTP_X_FORWARDED_PROTO http
HTTP_X_FORWARDED_FOR 104.140.21.34
HTTP_X_REAL_IP 104.140.21.34
HTTP_HOST www.zhenningtech.com
proxy-nokeepalive 1
SCRIPT_URI /btc28.html
SCRIPT_URL /btc28.html
REDIRECT_STATUS 200
REDIRECT_PATH_INFO btc28.html
REDIRECT_SCRIPT_URI /btc28.html
REDIRECT_SCRIPT_URL /btc28.html
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1779174101.3826
REQUEST_TIME 1779174101
Environment Variablesempty
ThinkPHP Constants
APP_PATH /www/wwwroot/www.zhenningtech.com/app/
EXTEND_PATH /www/wwwroot/www.zhenningtech.com/extend/
XML 地图