{"record":{"id":"d5f2a0daec09d465","repo":"octobercms/october","slug":"subcomponent-not-registered-s","errorCode":null,"errorMessage":"Subcomponent not registered: %s","messagePattern":"Subcomponent not registered: (.+?)","errorType":"exception","errorClass":"SystemException","httpStatus":null,"severity":"error","filePath":"modules/backend/classes/VueComponentBase.php","lineNumber":91,"sourceCode":"\n        parent::__construct();\n    }\n\n    /**\n     * render the default component partial.\n     */\n    public function render()\n    {\n        return $this->makePartial($this->getComponentBaseName());\n    }\n\n    /**\n     * renderSubcomponent\n     */\n    public function renderSubcomponent($name)\n    {\n        if (!array_key_exists($name, $this->subcomponents)) {\n            throw new SystemException(sprintf('Subcomponent not registered: %s', $name));\n        }\n\n        return $this->makePartial($name);\n    }\n\n    /**\n     * getDependencies\n     */\n    public function getDependencies()\n    {\n        return $this->require;\n    }\n\n    /**\n     * getSubcomponents\n     */\n    public function getSubcomponents()\n    {","sourceCodeStart":73,"sourceCodeEnd":109,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/backend/classes/VueComponentBase.php#L73-L109","documentation":"Error \"Subcomponent not registered: %s\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/backend/classes/VueComponentBase.php:91 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"}