netlogix / nxerrorhandler
Error handler with static pages for TYPO3
Installs: 15 460
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: ^8.1
- typo3/cms-core: ^12.4
- typo3/cms-extbase: ^12.4
- typo3/cms-frontend: ^12.4
Requires (Dev)
- ext-sqlite3: *
- netlogix/coding-guidelines-php: ^1.0
- phpunit/phpcov: ^9.0
- ssch/typo3-rector: ^1.5
- typo3/testing-framework: ^8.0
Suggests
- netlogix/nxsentry: Send errors and exceptions to sentry
This package is auto-updated.
Last update: 2025-05-27 10:11:46 UTC
README
Improves error handling in TYPO3 by using statically rendered error documents for output to reduce strain on the server.
Compatibility
The current version of this extension has been tested in TYPO3 13 on PHP 8.3, 8.4.
Usage
Add this to your config/sites/sitename/config.yaml
errorHandling: - errorCode: '400' errorHandler: PHP errorPhpClassFQCN: Netlogix\Nxerrorhandler\Error\PageContentErrorHandler errorContentSource: 't3://page?uid=99' - errorCode: '404' errorHandler: PHP errorPhpClassFQCN: Netlogix\Nxerrorhandler\Error\PageContentErrorHandler errorContentSource: 't3://page?uid=99' - errorCode: '500' errorHandler: PHP errorPhpClassFQCN: Netlogix\Nxerrorhandler\Error\PageContentErrorHandler errorContentSource: 't3://page?uid=99'