Digi92
10/10/2016 - 2:08 PM

TYPO3 7 Oops, an error occurred! Code: 201503311214108a7550a0 Without 10 = IMAGE I get the correct Image, but with 10 = IMAGE etc. I get th

TYPO3 7 Oops, an error occurred! Code: 201503311214108a7550a0

Without 10 = IMAGE I get the correct Image, but with 10 = IMAGE etc. I get the error "Oops, an error occurred! Code: 201503311214108a7550a0". There are no more information in the logs neither typo3.log nor error_log.

Turn off the error handling with

config.contentObjectExceptionHandler = 0

to get direct error ouptput.

The logging fo the exception has been improved lately in master iirc.

config.contentObjectExceptionHandler = 0