typo3 CMS Installation
Display Errors in Typo3 Install typo3 mkdir -p /var/www/domain.extn/html cd /var/www/domain.extn/ wget –content-disposition get.typo3.org/9 tar xvf typo3_src-9.5.1.tar.gz ln -s ../typo3_src-9.5.1 typo3_src ln…
Display Errors in Typo3 Install typo3 mkdir -p /var/www/domain.extn/html cd /var/www/domain.extn/ wget –content-disposition get.typo3.org/9 tar xvf typo3_src-9.5.1.tar.gz ln -s ../typo3_src-9.5.1 typo3_src ln…
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’…