{"record":{"id":"50d04895adf5b64c","repo":"yiisoft/yii2","slug":"no-files-were-found-for-implode-fixtures","errorCode":null,"errorMessage":"No files were found for: \"{implode(', ', $fixturesInput)}\".\nCheck that files exist under fixtures path: \n\"{$this->getFixturePath()}\".","messagePattern":"No files were found for: \"(.+?)\"\\.\nCheck that files exist under fixtures path: \n\"(.+?)\"\\.","errorType":"console","errorClass":"Exception","httpStatus":null,"severity":"error","filePath":"framework/console/controllers/FixtureController.php","lineNumber":141,"sourceCode":"        $except = $filtered['except'];\n\n        if (!$this->needToApplyAll($fixturesInput[0])) {\n            $fixtures = $filtered['apply'];\n\n            $foundFixtures = $this->findFixtures($fixtures);\n            $notFoundFixtures = array_diff($fixtures, $foundFixtures);\n\n            if ($notFoundFixtures !== []) {\n                $this->notifyNotFound($notFoundFixtures);\n            }\n        } else {\n            $foundFixtures = $this->findFixtures();\n        }\n\n        $fixturesToLoad = array_diff($foundFixtures, $except);\n\n        if (!$foundFixtures) {\n            throw new Exception(\n                'No files were found for: \"' . implode(', ', $fixturesInput) . \"\\\".\\n\" .\n                \"Check that files exist under fixtures path: \\n\\\"\" . $this->getFixturePath() . '\".'\n            );\n        }\n\n        if ($fixturesToLoad === []) {\n            $this->notifyNothingToLoad($foundFixtures, $except);\n            return ExitCode::OK;\n        }\n\n        if (!$this->confirmLoad($fixturesToLoad, $except)) {\n            return ExitCode::OK;\n        }\n\n        $fixtures = $this->getFixturesConfig(array_merge($this->globalFixtures, $fixturesToLoad));\n\n        if (!$fixtures) {\n            throw new Exception('No fixtures were found in namespace: \"' . $this->namespace . '\"' . '');","sourceCodeStart":123,"sourceCodeEnd":159,"githubUrl":"https://github.com/yiisoft/yii2/blob/66f00d18a29b520f85e8e8f1e32d1e7e7b556cac/framework/console/controllers/FixtureController.php#L123-L159","documentation":"Error \"No files were found for: \"{implode(', ', $fixturesInput)}\".\nCheck that files exist under fixtures path: \n\"{$this->getFixturePath()}\".\" thrown in yiisoft/yii2.","triggerScenarios":"Thrown at framework/console/controllers/FixtureController.php:141 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":"66f00d18a29b520f85e8e8f1e32d1e7e7b556cac","analyzedAt":"2026-08-17T05:17:23.470Z","schemaVersion":2},"datasetVersion":"2026-08-17T09:17:11.063Z"}