Skip to content

netlogix/nxerrorhandler

Repository files navigation

TYPO3 extension nxerrorhandler

TYPO3 V13 Minimum PHP Version GitHub CI status

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'

About

Error handler with static pages for TYPO3

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •