{"id":21277927,"url":"https://github.com/b13/evergreen-errors","last_synced_at":"2026-02-03T15:02:54.863Z","repository":{"id":46486972,"uuid":"332725889","full_name":"b13/evergreen-errors","owner":"b13","description":"A custom TYPO3 Error Handler which never communicates a 50x HTTP Error","archived":false,"fork":false,"pushed_at":"2024-07-22T21:20:47.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-12-01T09:03:20.877Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-25T11:33:19.000Z","updated_at":"2024-07-22T21:20:44.000Z","dependencies_parsed_at":"2025-06-04T17:03:33.328Z","dependency_job_id":"95647e83-210c-4bcb-bc5c-e138736e8130","html_url":"https://github.com/b13/evergreen-errors","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/b13/evergreen-errors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fevergreen-errors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fevergreen-errors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fevergreen-errors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fevergreen-errors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b13","download_url":"https://codeload.github.com/b13/evergreen-errors/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b13%2Fevergreen-errors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047796,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T14:55:20.264Z","status":"ssl_error","status_checked_at":"2026-02-03T14:55:19.725Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-21T10:08:17.219Z","updated_at":"2026-02-03T15:02:54.843Z","avatar_url":"https://github.com/b13.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Evergreen Errors for TYPO3\n\nTYPO3 has a built-in error handling system which sends 50x HTTP response codes when\na PHP error or syntax error occurred, or an unhandled PHP Exception is sent.\n\nThis is perfect for really 99.9999% of the use-cases, however when using TYPO3 behind\na CDN with a singular domain and various other systems, a CDN could be configured to\ntreat 50x status codes as a bug for the whole domain, effectively blocking\nall access to the domain / zone.\n\nFor this reason, this extension is created which transfers 50x HTTP status codes to\na 400 error code before emitting the result to the browser.\n\n## Installation\n\nInstall the extension via composer:\n\n    composer req b13/evergreen-errors\n\nThen configure your TYPO3 installation to use the exception handler, by setting the\n`productionExceptionHandler` in your `typo3conf/LocalConfiguration.php` or `typo3conf/AdditionalConfiguration.php`\nfile.\n\nHere is an example for your AdditionalConfiguration.php / additional.php file:\n\n```\n$GLOBALS['TYPO3_CONF_VARS']['SYS']['productionExceptionHandler'] = \\B13\\EvergreenErrors\\EvergreenExceptionHandler::class;\n```\n\nIf you also want to enable this for your debug exception handler, use\n\n```\n$GLOBALS['TYPO3_CONF_VARS']['SYS']['debugExceptionHandler'] = \\B13\\EvergreenErrors\\EvergreenDebugExceptionHandler::class;\n```\n\n## License\n\nThe package is licensed under GPL v2+, same as the TYPO3 Core. For details see the LICENSE file in this repository.\n\n### Credits\n\nThis package was created by [Benni Mack](https://github.com/bmack) in 2021 for [b13 GmbH](https://b13.com).\n\n[Find more TYPO3 packages we have developed](https://b13.com/useful-typo3-extensions-from-b13-to-you) that help us deliver value in client projects. As part of the way we work, we focus on testing and best practices to ensure long-term performance, reliability, and results in all our code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb13%2Fevergreen-errors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb13%2Fevergreen-errors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb13%2Fevergreen-errors/lists"}