• 列表
  • [0] HttpException in Module.php line 66

    模块不存在:html

    1. $this->app['lang']->load($this->app->getAppPath() . $module . DIRECTORY_SEPARATOR . 'lang' . DIRECTORY_SEPARATOR . $this->app['request']->langset() . '.php');
    2. // 模块请求缓存检查
    3. $this->app['request']->cache(
    4. $this->app->config('app.request_cache'),
    5. $this->app->config('app.request_cache_expire'),
    6. $this->app->config('app.request_cache_except')
    7. );
    8. } else {
    9. throw new HttpException(404, 'module not exists:' . $module);
    10. }
    11. } else {
    12. // 单一模块部署
    13. $module = '';
    14. $this->app['request']->module($module);
    15. }
    16. // 当前模块路径
    17. $this->app->setModulePath($this->app->getAppPath() . ($module ? $module . DIRECTORY_SEPARATOR : ''));

    Call Stack

    1. in Module.php line 66
    2. at Module->run() in Url.php line 26
    3. at Url->run() in App.php line 377
    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 100
    6. at Middleware->think\{closure}(object(Request))
    7. at call_user_func(object(Closure), object(Request)) in Middleware.php line 66
    8. at Middleware->dispatch(object(Request)) in App.php line 398
    9. at App->run() in index.php line 21

    Environment Variables

    GET Dataempty
    POST Dataempty
    Filesempty
    Cookiesempty
    Sessionempty
    Server/Request Data
    USER www
    HOME /home/www
    HTTP_X_MICROSOFTAJAX Delta=true
    HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.2)
    HTTP_CONTENT_TYPE application/x-www-form-urlencoded; charset=utf-8
    HTTP_CACHE_CONTROL no-cache
    HTTP_ACCEPT_LANGUAGE en-US,en;q=0.5
    HTTP_ACCEPT_ENCODING gzip, deflate
    HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    HTTP_X_APPLE_STORE_FRONT 143444,12
    HTTP_X_APPLE_TZ 0
    HTTP_REFERER http://www.baidu.com/search/spider.htm
    HTTP_HOST www.greentagsusa.com
    PATH_INFO /html/news/2019-4-16/1000.html
    REDIRECT_STATUS 200
    SERVER_NAME www.greentagsusa.com
    SERVER_PORT 80
    SERVER_ADDR 192.168.0.4
    REMOTE_PORT 48956
    REMOTE_ADDR 173.82.53.122
    SERVER_SOFTWARE nginx/1.15.10
    GATEWAY_INTERFACE CGI/1.1
    REQUEST_SCHEME http
    SERVER_PROTOCOL HTTP/1.1
    DOCUMENT_ROOT /www/wwwroot/www.greentagsusa.com/public
    DOCUMENT_URI /index.php
    REQUEST_URI /html/news/2019-4-16/1000.html
    SCRIPT_NAME /index.php
    CONTENT_LENGTH
    CONTENT_TYPE application/x-www-form-urlencoded; charset=utf-8
    REQUEST_METHOD GET
    QUERY_STRING s=/html/news/2019-4-16/1000.html
    SCRIPT_FILENAME /www/wwwroot/www.greentagsusa.com/public/index.php
    FCGI_ROLE RESPONDER
    PHP_SELF /index.php
    REQUEST_TIME_FLOAT 1615125418.8633
    REQUEST_TIME 1615125418
    Environment Variablesempty
    ThinkPHP Constants
    PATH /www/wwwroot/www.greentagsusa.com/public
    网站地图