{"record":{"id":"a9e3ffa987ac90d8","repo":"phalcon/cphalcon","slug":"the-method-method-does-not-exist-on-model-mo","errorCode":null,"errorMessage":"The method '{method}' does not exist on model '{modelName}'","messagePattern":"The method '(.+?)' does not exist on model '(.+?)'","errorType":"exception","errorClass":"Phalcon\\Mvc\\Model\\Exceptions\\MethodNotFound","httpStatus":null,"severity":"error","filePath":"phalcon/Mvc/Model.zep","lineNumber":357,"sourceCode":"\n        if records !== false {\n            return records;\n        }\n\n        /**\n         * Try to find a replacement for the missing method in a\n         * behavior/listener\n         */\n        let status = (<ManagerInterface> this->modelsManager)->missingMethod(this, method, arguments);\n\n        if status !== null {\n            return status;\n        }\n\n        /**\n         * The method does not exist throw an exception\n         */\n        throw new MethodNotFound(method, modelName);\n    }\n\n    /**\n     * Handles method calls when a static method is not implemented\n     *\n     * @return mixed\n     * @throws \\Phalcon\\Mvc\\Model\\Exception If the method does not exist\n     */\n    public static function __callStatic(string method, array arguments)\n    {\n        var modelName, records;\n\n        let records = self::invokeFinder(method, arguments);\n\n        if records !== false {\n            return records;\n        }\n","sourceCodeStart":339,"sourceCodeEnd":375,"githubUrl":"https://github.com/phalcon/cphalcon/blob/b7419de9cd0a8a3f48441ead84c9f8415d463e25/phalcon/Mvc/Model.zep#L339-L375","documentation":"Error \"The method '{method}' does not exist on model '{modelName}'\" thrown in phalcon/cphalcon.","triggerScenarios":"Thrown at phalcon/Mvc/Model.zep:357 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":"b7419de9cd0a8a3f48441ead84c9f8415d463e25","analyzedAt":"2026-08-21T06:21:18.811Z","schemaVersion":2},"datasetVersion":"2026-08-21T11:28:35.574Z"}