General

Odoo

Install Odoo using Docker Odoo apt signatures couldn’t be verified Odoo init script odoo Unable to find Wkhtmltopdf on this system

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

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’…