sle / typo3-exceptionhandler
Simple TYPO3 exception monitoring tool for small and low budget TYPO3 projects.
Installs: 1 564
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.5
- typo3/cms: ~6||~7||~8
README
What does it do?
This package offers a simple and cheap monitoring solution for small and low budget TYPO3 projects. The purpose is that all in production mode occuring errors be send as mail to the warning_email_addr of your TYPO3 instance.
Requirements
- PHP 5.5 or heigher
- TYPO3 6 or 7
Installation
composer require sle/typo3-exceptionhandler
Configuration
The configuration is very easy and done within 3 minutes:
- Login into Install Tool of your TYPO3 instance
- Switch to All configuration
- Enter a warning_email_addr
- Configure in MAIL the transport and defaultMailFromAddress
- Set in SYS the systemLogLevel (Common value: 2 or heigher)
- Set in SYS the errorHandler to "Sle\TYPO3\ExceptionHandler\ErrorHandler"
- Set in SYS the productionExceptionHandler to "Sle\TYPO3\ExceptionHandler\ProductionExceptionHandler"