{"id":21413437,"url":"https://github.com/intera/typo3-extension-errortuner","last_synced_at":"2025-10-11T19:16:02.850Z","repository":{"id":56992486,"uuid":"43684538","full_name":"Intera/typo3-extension-errortuner","owner":"Intera","description":"TYPO3 Extension for improved error handling and redirection to the login page.","archived":false,"fork":false,"pushed_at":"2021-03-24T12:48:51.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-06-08T07:05:59.015Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Intera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-05T13:03:06.000Z","updated_at":"2021-03-24T12:48:54.000Z","dependencies_parsed_at":"2022-08-21T10:40:38.640Z","dependency_job_id":null,"html_url":"https://github.com/Intera/typo3-extension-errortuner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Intera/typo3-extension-errortuner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intera%2Ftypo3-extension-errortuner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intera%2Ftypo3-extension-errortuner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intera%2Ftypo3-extension-errortuner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intera%2Ftypo3-extension-errortuner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Intera","download_url":"https://codeload.github.com/Intera/typo3-extension-errortuner/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Intera%2Ftypo3-extension-errortuner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008460,"owners_count":26084460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T18:18:27.093Z","updated_at":"2025-10-11T19:16:02.816Z","avatar_url":"https://github.com/Intera.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TYPO3 errortuner\n\nThis Extension improves the Frontend error handling for TYPO3.\n\n## Features\n\n* Redirect to login form if user is not logged in and tries to access an access protected page\n* Consistent error handling between TYPO3 and webserver using PHP includes\n\n## How to use\n\n### TypoScript\n\nInclude the TypoScript files at `Configuration/TypoScript/LoginRedirect` to enable redirection to\nthe login form if user is not authenticated and tries to access a protected page.\n\n### Site configuration\n\n```\nerrorHandling:\n  - errorCode: 403\n    errorHandler: PHP\n    errorPhpClassFQCN: Int\\Errortuner\\PageErrorHandler\\AccessDeniedErrorHandler\n  - errorCode: 404\n    errorHandler: PHP\n    errorPhpClassFQCN: Int\\Errortuner\\PageErrorHandler\\PhpIncludeErrorHandler\n  - errorCode: 503\n    errorHandler: PHP\n    errorPhpClassFQCN: Int\\Errortuner\\PageErrorHandler\\PhpIncludeErrorHandler\n```\n\n### TYPO3_CONF_VARS\n\nConfigure the files that should be included for the different error types:\n\n```yaml\nEXTCONF:\n    errortuner:\n        errorIncludes:\n            403: EXT:mysite/Resources/Public/Errors/403-forbidden.php\n            404: EXT:mysite/Resources/Public/Errors/404-not-found.php\n            503: EXT:mysite/Resources/Public/Errors/503-service-temporarily-unavailable.php\n```\n\nThis should be configured as a fallback in case no site can be detected:\n\n```yaml\nFE:\n    pageNotFound_handling: \"USER_FUNCTION: Int\\\\Errortuner\\\\PageErrorHandler\\\\PhpIncludeUserFunc-\u003ehandleError404\"\n    pageUnavailable_handling: \"USER_FUNCTION: Int\\\\Errortuner\\\\PageErrorHandler\\\\PhpIncludeUserFunc-\u003ehandleError503\"\n```\n\n### .htaccess\n\n```\nErrorDocument 403 /typo3conf/ext/mysite/Resources/Public/Errors/403-forbidden.php\nErrorDocument 404 /typo3conf/ext/mysite/Resources/Public/Errors/404-not-found.php\nErrorDocument 500 /typo3conf/ext/mysite/Resources/Public/Errors/500-internal-server-error.php\nErrorDocument 503 /typo3conf/ext/mysite/Resources/Public/Errors/503-service-temporarily-unavailable.php\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintera%2Ftypo3-extension-errortuner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintera%2Ftypo3-extension-errortuner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintera%2Ftypo3-extension-errortuner/lists"}