{"record":{"id":"c01eba09f76a3601","repo":"octobercms/october","slug":"please-specify-a-plugin-name-to-install","errorCode":null,"errorMessage":"Please specify a Plugin name to install.","messagePattern":"Please specify a Plugin name to install\\.","errorType":"exception","errorClass":"October\\Rain\\Exception\\ApplicationException","httpStatus":null,"severity":"error","filePath":"modules/system/widgets/Updater.php","lineNumber":266,"sourceCode":"            ];\n\n            $this->vars['updateSteps'] = $updateSteps;\n        }\n        catch (Exception $ex) {\n            $this->handleError($ex);\n        }\n\n        return $this->makePartial('execute');\n    }\n\n    /**\n     * onInstallPlugin validates the plugin code and execute the plugin installation\n     */\n    public function onInstallPlugin()\n    {\n        try {\n            if (!$code = trim(post('code'))) {\n                throw new ApplicationException(__('Please specify a Plugin name to install.'));\n            }\n\n            $updateSteps = [\n                [\n                    'code' => 'installPlugin',\n                    'label' => __('Installing plugin: :name', ['name' => $code]),\n                    'name' => $code\n                ],\n                [\n                    'code' => 'completeInstall',\n                    'label' => __('Finishing installation process'),\n                    'type' => 'final'\n                ]\n            ];\n\n            $this->vars['updateSteps'] = $updateSteps;\n\n            return $this->makePartial('execute');","sourceCodeStart":248,"sourceCodeEnd":284,"githubUrl":"https://github.com/octobercms/october/blob/b608633a7e8922487d91a8161499020121c3b3bf/modules/system/widgets/Updater.php#L248-L284","documentation":"Error \"Please specify a Plugin name to install.\" thrown in octobercms/october.","triggerScenarios":"Thrown at modules/system/widgets/Updater.php:266 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"}