PHPackages                             intera-typo3-extension/errortuner - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. intera-typo3-extension/errortuner

ActiveTypo3-cms-extension[Authentication &amp; Authorization](/categories/authentication)

intera-typo3-extension/errortuner
=================================

Improved error handling and redirection to the login page.

03.2kPHP

Since Oct 7Pushed 5y agoCompare

[ Source](https://github.com/Intera/typo3-extension-errortuner)[ Packagist](https://packagist.org/packages/intera-typo3-extension/errortuner)[ RSS](/packages/intera-typo3-extension-errortuner/feed)WikiDiscussions develop Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

TYPO3 errortuner
================

[](#typo3-errortuner)

This Extension improves the Frontend error handling for TYPO3.

Features
--------

[](#features)

- Redirect to login form if user is not logged in and tries to access an access protected page
- Consistent error handling between TYPO3 and webserver using PHP includes

How to use
----------

[](#how-to-use)

### TypoScript

[](#typoscript)

Include the TypoScript files at `Configuration/TypoScript/LoginRedirect` to enable redirection to the login form if user is not authenticated and tries to access a protected page.

### Site configuration

[](#site-configuration)

```
errorHandling:
  - errorCode: 403
    errorHandler: PHP
    errorPhpClassFQCN: Int\Errortuner\PageErrorHandler\AccessDeniedErrorHandler
  - errorCode: 404
    errorHandler: PHP
    errorPhpClassFQCN: Int\Errortuner\PageErrorHandler\PhpIncludeErrorHandler
  - errorCode: 503
    errorHandler: PHP
    errorPhpClassFQCN: Int\Errortuner\PageErrorHandler\PhpIncludeErrorHandler

```

### TYPO3\_CONF\_VARS

[](#typo3_conf_vars)

Configure the files that should be included for the different error types:

```
EXTCONF:
    errortuner:
        errorIncludes:
            403: EXT:mysite/Resources/Public/Errors/403-forbidden.php
            404: EXT:mysite/Resources/Public/Errors/404-not-found.php
            503: EXT:mysite/Resources/Public/Errors/503-service-temporarily-unavailable.php
```

This should be configured as a fallback in case no site can be detected:

```
FE:
    pageNotFound_handling: "USER_FUNCTION: Int\\Errortuner\\PageErrorHandler\\PhpIncludeUserFunc->handleError404"
    pageUnavailable_handling: "USER_FUNCTION: Int\\Errortuner\\PageErrorHandler\\PhpIncludeUserFunc->handleError503"
```

### .htaccess

[](#htaccess)

```
ErrorDocument 403 /typo3conf/ext/mysite/Resources/Public/Errors/403-forbidden.php
ErrorDocument 404 /typo3conf/ext/mysite/Resources/Public/Errors/404-not-found.php
ErrorDocument 500 /typo3conf/ext/mysite/Resources/Public/Errors/500-internal-server-error.php
ErrorDocument 503 /typo3conf/ext/mysite/Resources/Public/Errors/503-service-temporarily-unavailable.php

```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4dfb37e6703d4c8c40b043ce166b383e3848489841ca6d4fda0407fb151eb5ce?d=identicon)[intera](/maintainers/intera)

---

Top Contributors

[![astehlik](https://avatars.githubusercontent.com/u/956513?v=4)](https://github.com/astehlik "astehlik (11 commits)")

### Embed Badge

![Health badge](/badges/intera-typo3-extension-errortuner/health.svg)

```
[![Health](https://phpackages.com/badges/intera-typo3-extension-errortuner/health.svg)](https://phpackages.com/packages/intera-typo3-extension-errortuner)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
