[0] HttpException in App.php line 349

模块不存在:article-index

  1. $available = true;
  2. }
  3. // 模块初始化
  4. if ($module && $available) {
  5. // 初始化模块
  6. $request->module($module);
  7. $config = self::init($module);
  8. } else {
  9. throw new HttpException(404, 'module not exists:' . $module);
  10. }
  11. } else {
  12. // 单一模块部署
  13. $module = '';
  14. $request->module($module);
  15. }
  16. // 当前模块路径
  17. App::$modulePath = APP_PATH . ($module ? $module . DS : '');

Call Stack

  1. in App.php line 349
  2. at App::module(['article-index', '22.htmlpage=9', null], ['app_namespace' => 'app', 'app_debug' => true, 'app_trace' => false, ...], null) in App.php line 140
  3. at App::run() in start.php line 18
  4. at require('C:\WWW\zhyingxiao.cn...') in index.php line 25

Environment Variables

GET Data
/article-index/22_htmlpage 9
POST Dataempty
Filesempty
Cookiesempty
Sessionempty
Server/Request Data
PATH C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\WindowsPowerShell\v1.0\;
SYSTEMROOT C:\Windows
COMSPEC C:\Windows\system32\cmd.exe
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
WINDIR C:\Windows
PHP_FCGI_MAX_REQUESTS 1000
PHPRC C:/phpStudy/php56n
_FCGI_SHUTDOWN_EVENT_ 2212
HTTP_CONNECTION close
SCRIPT_NAME /index.php
REQUEST_URI /article-index/22.htmlpage=9
QUERY_STRING /article-index/22.htmlpage=9
REQUEST_METHOD GET
SERVER_PROTOCOL HTTP/1.1
GATEWAY_INTERFACE CGI/1.1
REDIRECT_URL /article-index/22.htmlpage=9
REDIRECT_QUERY_STRING /article-index/22.htmlpage=9
REMOTE_PORT 43328
SCRIPT_FILENAME C:/WWW/zhyingxiao.cn/public_html/index.php
SERVER_ADMIN admin@phpStudy.net
CONTEXT_DOCUMENT_ROOT C:/WWW/zhyingxiao.cn/public_html
CONTEXT_PREFIX
REQUEST_SCHEME http
DOCUMENT_ROOT C:/WWW/zhyingxiao.cn/public_html
REMOTE_ADDR 54.81.185.66
SERVER_PORT 80
SERVER_ADDR 172.19.78.81
SERVER_NAME www.zhyingxiao.cn
SERVER_SOFTWARE 123
SERVER_SIGNATURE
SystemRoot C:\Windows
HTTP_HOST www.zhyingxiao.cn
HTTP_USER_AGENT claudebot
HTTP_ACCEPT */*
REDIRECT_STATUS 200
FCGI_ROLE RESPONDER
PHP_SELF /index.php
REQUEST_TIME_FLOAT 1710824715.2475
REQUEST_TIME 1710824715
PATH_INFO /article-index/22.htmlpage=9
Environment Variablesempty
ThinkPHP Constants
LZ_VERSION v1.1.5
APP_PATH C:\WWW\zhyingxiao.cn\public_html/application/
THINK_VERSION 5.0.3
THINK_START_TIME 1710824715.2475
THINK_START_MEM 143488
EXT .php
DS \
THINK_PATH C:\WWW\zhyingxiao.cn\public_html\thinkphp\
LIB_PATH C:\WWW\zhyingxiao.cn\public_html\thinkphp\library\
CORE_PATH C:\WWW\zhyingxiao.cn\public_html\thinkphp\library\think\
TRAIT_PATH C:\WWW\zhyingxiao.cn\public_html\thinkphp\library\traits\
ROOT_PATH C:\WWW\zhyingxiao.cn\public_html\
EXTEND_PATH C:\WWW\zhyingxiao.cn\public_html\extend\
VENDOR_PATH C:\WWW\zhyingxiao.cn\public_html\vendor\
RUNTIME_PATH C:\WWW\zhyingxiao.cn\public_html\runtime\
LOG_PATH C:\WWW\zhyingxiao.cn\public_html\runtime\log\
CACHE_PATH C:\WWW\zhyingxiao.cn\public_html\runtime\cache\
TEMP_PATH C:\WWW\zhyingxiao.cn\public_html\runtime\temp\
CONF_PATH C:\WWW\zhyingxiao.cn\public_html/application/
CONF_EXT .php
ENV_PREFIX PHP_
IS_CLI false
IS_WIN true

Fatal error: Uncaught exception 'think\exception\ErrorException' with message 'error_log(C:\WWW\zhyingxiao.cn\public_html\runtime\log\202403\19.log): failed to open stream: Permission denied' in C:\WWW\zhyingxiao.cn\public_html\thinkphp\library\think\log\driver\File.php:88 Stack trace: #0 [internal function]: think\Error::appError(2, 'error_log(C:\\WW...', 'C:\\WWW\\zhyingxi...', 88, Array) #1 C:\WWW\zhyingxiao.cn\public_html\thinkphp\library\think\log\driver\File.php(88): error_log('[ 2024-03-19T13...', 3, 'C:\\WWW\\zhyingxi...') #2 C:\WWW\zhyingxiao.cn\public_html\thinkphp\library\think\Log.php(149): think\log\driver\File->save(Array) #3 C:\WWW\zhyingxiao.cn\public_html\thinkphp\library\think\Error.php(84): think\Log::save() #4 [internal function]: think\Error::appShutdown() #5 {main} thrown in C:\WWW\zhyingxiao.cn\public_html\thinkphp\library\think\log\driver\File.php on line 88