{"record":{"id":"a885ed6af1532fd9","repo":"phalcon/cphalcon","slug":"the-property-value-is-required-on-position-positi","errorCode":null,"errorMessage":"The property value is required on position {position}","messagePattern":"The property value is required on position (.+?)","errorType":"exception","errorClass":"Phalcon\\Di\\Exceptions\\PropertyValueRequired","httpStatus":null,"severity":"error","filePath":"phalcon/Di/Service/Builder.zep","lineNumber":179,"sourceCode":"                /**\n                 * The call parameter must be an array of arrays\n                 */\n                if unlikely typeof property != \"array\" {\n                    throw new PropertyMustBeArray(propertyPosition);\n                }\n\n                /**\n                 * A param 'name' is required\n                 */\n                if unlikely !fetch propertyName, property[\"name\"] {\n                    throw new PropertyNameRequired(propertyPosition);\n                }\n\n                /**\n                 * A param 'value' is required\n                 */\n                if unlikely !fetch propertyValue, property[\"value\"] {\n                    throw new PropertyValueRequired(propertyPosition);\n                }\n\n                /**\n                 * Update the public property\n                 */\n                let instance->{propertyName} = this->buildParameter(\n                    container,\n                    propertyPosition,\n                    propertyValue\n                );\n            }\n        }\n\n        return instance;\n    }\n\n    /**\n     * Resolves a constructor/call parameter","sourceCodeStart":161,"sourceCodeEnd":197,"githubUrl":"https://github.com/phalcon/cphalcon/blob/b7419de9cd0a8a3f48441ead84c9f8415d463e25/phalcon/Di/Service/Builder.zep#L161-L197","documentation":"Error \"The property value is required on position {position}\" thrown in phalcon/cphalcon.","triggerScenarios":"Thrown at phalcon/Di/Service/Builder.zep:179 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"}