{"record":{"id":"2332864f5a5bd80a","repo":"octobercms/october","slug":"missing-code-233286","errorCode":null,"errorMessage":"Missing code","messagePattern":"Missing code","errorType":"exception","errorClass":"October\\Rain\\Exception\\SystemException","httpStatus":null,"severity":"error","filePath":"modules/system/widgets/Changelog.php","lineNumber":76,"sourceCode":"            }\n\n            $this->vars['changelog'] = $changelog;\n        }\n        catch (Exception $ex) {\n            $this->handleError($ex);\n        }\n\n        return $this->makePartial('system_list');\n    }\n\n    /**\n     * onLoadPluginChangelog displays plugin changelog information\n     */\n    public function onLoadPluginChangelog()\n    {\n        try {\n            if (!$code = post('code')) {\n                throw new SystemException('Missing code');\n            }\n\n            $manager = PluginManager::instance();\n            $plugin = $manager->findByIdentifier($code);\n            $path = $manager->getPluginPath($plugin);\n\n            $changelog = null;\n            if ($path) {\n                $changelog = (array) $this->getPluginVersionFile($path, 'updates/version.yaml');\n            }\n\n            $this->vars['changelog'] = $changelog;\n        }\n        catch (Exception $ex) {\n            $this->handleError($ex);\n        }\n\n        return $this->makePartial('plugin_list');","sourceCodeStart":58,"sourceCodeEnd":94,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/system/widgets/Changelog.php#L58-L94","documentation":"Error \"Missing code\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/system/widgets/Changelog.php:76 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":"b608633a7e8922487d91a8161499020121c3b3bf","analyzedAt":"2026-08-21T04:24:57.515Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}