{"record":{"id":"f168e344c0335654","repo":"typecho/typecho","slug":"404-f168e3","errorCode":"404","errorMessage":"页面不存在","messagePattern":"页面不存在","errorType":"exception","errorClass":"Typecho\\Plugin\\Exception","httpStatus":404,"severity":"error","filePath":"admin/extending.php","lineNumber":9,"sourceCode":"<?php\n\ninclude 'common.php';\n\n$panel = $request->get('panel');\n$panelTable = $options->panelTable;\n\nif (!isset($panelTable['file']) || !in_array(urlencode($panel), $panelTable['file'])) {\n    throw new \\Typecho\\Plugin\\Exception(_t('页面不存在'), 404);\n}\n\n[$pluginName, $file] = explode('/', trim($panel, '/'), 2);\n\nrequire_once $options->pluginDir($pluginName) . '/' . $file;\n","sourceCodeStart":1,"sourceCodeEnd":15,"githubUrl":"https://github.com/typecho/typecho/blob/56f4c6f33955a87969c399b5d5912d7f9fd7347c/admin/extending.php#L1-L15","documentation":"Error \"页面不存在\" thrown in typecho/typecho.","triggerScenarios":"Thrown at admin/extending.php:9 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":[],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"56f4c6f33955a87969c399b5d5912d7f9fd7347c","analyzedAt":"2026-08-21T01:52:37.175Z","schemaVersion":2},"datasetVersion":"2026-08-21T03:17:12.404Z"}