[0] HttpException in Module.php line 97

控制器不存在:app\themes\controller\SiruiController

  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 97
  2. at Module->exec() in Dispatch.php line 168
  3. at Dispatch->run() in App.php line 484
  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 487
  9. at App->run() in index.php line 37

Environment Variables

GET Dataempty
POST Dataempty
Filesempty
Cookies
Hm_lvt_72407ca431176abdfd855eba83e760d8 1644581244,1644581851
sensorsdata2015jssdkcross {"distinct_id":"17ee8ae4fba1c-0d2a6f347e489a-4503412e-2073600-17ee8ae4fbb5bd","first_id":"","props":{"$latest_traffic_source_type":"直接流量","$latest_search_keyword":"未取到值_直接打开","$latest_referrer":""},"$device_id":"17ee8ae4fba1c-0d2a6f347e489a-4503412e-2073600-17ee8ae4fbb5bd"}
sajssdk_2015_cross_new_user 1
Sessionempty
Server/Request Data
USER nobody
HOME /
HTTP_COOKIE Hm_lvt_72407ca431176abdfd855eba83e760d8=1644581244,1644581851; sensorsdata2015jssdkcross=%7B%22distinct_id%22%3A%2217ee8ae4fba1c-0d2a6f347e489a-4503412e-2073600-17ee8ae4fbb5bd%22%2C%22first_id%22%3A%22%22%2C%22props%22%3A%7B%22%24latest_traffic_source_type%22%3A%22%E7%9B%B4%E6%8E%A5%E6%B5%81%E9%87%8F%22%2C%22%24latest_search_keyword%22%3A%22%E6%9C%AA%E5%8F%96%E5%88%B0%E5%80%BC_%E7%9B%B4%E6%8E%A5%E6%89%93%E5%BC%80%22%2C%22%24latest_referrer%22%3A%22%22%7D%2C%22%24device_id%22%3A%2217ee8ae4fba1c-0d2a6f347e489a-4503412e-2073600-17ee8ae4fbb5bd%22%7D; sajssdk_2015_cross_new_user=1
HTTP_HOST www.smttouch.com
HTTP_REFERER http://www.smttouch.com/
HTTP_USER_AGENT Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/7.0)
HTTP_ACCEPT */*
REDIRECT_STATUS 200
SERVER_NAME wh-nsbtrpc8pv6jc503iv2.my3w.com
SERVER_PORT 80
SERVER_ADDR 172.19.180.33
REMOTE_PORT 56968
REMOTE_ADDR 112.21.114.7
SERVER_SOFTWARE nginx/1.18.0
GATEWAY_INTERFACE CGI/1.1
REQUEST_SCHEME http
SERVER_PROTOCOL HTTP/1.1
DOCUMENT_ROOT /data/user/htdocs
DOCUMENT_URI /index.php
REQUEST_URI /themes/sirui/public/%20static/image/qq.png
SCRIPT_NAME /index.php
CONTENT_LENGTH
CONTENT_TYPE
REQUEST_METHOD GET
QUERY_STRING s=themes/sirui/public/%20static/image/qq.png
PATH_INFO
SCRIPT_FILENAME /data/user/htdocs/index.php
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1644581877.8152
REQUEST_TIME 1644581877
Environment Variablesempty
ThinkPHP Constants
APP_DEBUG true
CMF_ROOT /data/user/htdocs/cmf/
CMF_DATA /data/user/htdocs/cmf/data/
APP_PATH /data/user/htdocs/cmf/app/
WEB_ROOT /data/user/htdocs/
HTMLPURIFIER_PREFIX /data/user/htdocs/cmf/vendor/ezyang/htmlpurifier/library
PHPEXCEL_ROOT /data/user/htdocs/cmf/extend/PHPExcel/Classes/