DhErrorLogging
DhErrorLogging copied to clipboard
DbWriterFactory is not instantiate with the options
Hello, I don't know exactly why, if it is the WriterPluginManager that is not making his job well or something else, but since we migrate our project to ZF3, the DbWriterFactory is not instantiate with the options. I have to add this at the beginning of the __invoke method : if (empty($this->options)) $this->options = $options; The __construct populate (or not) the variable with empty options. Kind regards Philippe