Reputation: 447
I am wondering if there is a way to show concrete error messages instead of just getting "Oops, an error occurred!" with no further clarifications or hints concerning the error . I also checked the file "typo3.log" but it's quite empty .
Upvotes: 2
Views: 3791
Reputation: 55798
You can achieve this by setting value of [SYS][displayErrors]
to 1
[SYS][displayErrors]
and set required value1
is ok for local dev, and 2
(with devIPmask
check) for remote dev. For production disable it again.
Upvotes: 3