app icon indicating copy to clipboard operation
app copied to clipboard

Error templates

Open ghost opened this issue 1 year ago • 1 comments

This is a (multiple allowed):

  • [x] bug

  • [ ] enhancement

  • [ ] feature-discussion (RFC)

  • CakePHP Application Skeleton Version: 5.0.4.

What happened

Error templates use $error->params which are protected. It would be better to use $error->errorInfo maybe...

templates/Error/error400.php line 27, 29 templates/Error/error400.php line 27, 29

ghost avatar Jan 07 '24 21:01 ghost

See https://github.com/cakephp/app/pull/970 also

dereuromark avatar Jan 07 '24 21:01 dereuromark