Display Errors in Typo3

To enable error reporting in Typo3 CMS, edit file

vi typo3/sysext/core/Configuration/DefaultConfiguration.php

Find

'debug' => false,

Replace with

'debug' => true,

Find

'displayErrors' => -1,

Replace with

'displayErrors' => 1,

Now typo3 will display errors on browser.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *