Mohammad Puyandeh

Results 9 comments of Mohammad Puyandeh

See [Validating array keys and values](https://github.com/Respect/Validation/blob/master/docs/feature-guide.md#validating-array-keys-and-values) and [Getting all messages as an array](https://github.com/Respect/Validation/blob/master/docs/feature-guide.md#getting-all-messages-as-an-array) sections on the page.

Please don't just close the issue. it is not resolved nor completed. I get the idea here. but I'm not sure you are correct. for example, there is no need...

I'm still uncertain about your understanding regarding the intention of the code. You can check where the function is called. If you check, you'll get to line [132](https://github.com/slimphp/Slim/blob/038fd5713d5a41636fdff0e8dcceedecdd17fc17/Slim/Handlers/ErrorHandler.php#L132). as you...

Look at line [261](https://github.com/slimphp/Slim/blob/038fd5713d5a41636fdff0e8dcceedecdd17fc17/Slim/Handlers/ErrorHandler.php#L261). The second param is `$this->logErrorDetails`. the if statement below the line uses `$this->displayErrorDetails` which is a different flag. Now look at line [300](https://github.com/slimphp/Slim/blob/038fd5713d5a41636fdff0e8dcceedecdd17fc17/Slim/Handlers/ErrorHandler.php#L300). The second param...

This is how I'd change `writeToErrorLog()` and `respond()` : ```php protected function writeToErrorLog(): void { $renderer = $this->callableResolver->resolve($this->logErrorRenderer); $error = $renderer($this->exception, $this->logErrorDetails); $this->logError($error); } ``` ```php protected function respond(): ResponseInterface...

I am experiencing the same issue on Fedora Linux 39 (Workstation Edition)

@narfbg Are you able to merge this pull request?

You must ask this question on the [forum](https://forum.codeigniter.com/).