Kaasstengel
Kaasstengel

Reputation: 457

Typo3 9.5 why can't you see on what page the error is at?

Why can't you see exactly where the error is thrown with Typo3? Like with Laravel. When an error is shown it usually also shows on what PAGE CLASS or FUNCTION that error is made....

Is it possible, to change that? With an extension or something?

Upvotes: 0

Views: 78

Answers (1)

Mathias Brodala
Mathias Brodala

Reputation: 6460

Please see the documentation about Error and Exception Handling on how to configure this to display all error details locally but only show a human readable error on production.

Upvotes: 2

Related Questions