Feature #51499
Task #49162: Rewrite install tool
Catch fatal errors caused by incompatible extension configurations
Status: | Resolved | Start date: | 2013-08-29 | |
---|---|---|---|---|
Priority: | Must have | Due date: | ||
Assigned To: | Nicole Cordes | % Done: | 100% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | 6.2.0 | |||
PHP Version: | Sprint Focus: | |||
Complexity: |
Description
During some install tool actions extension configurations are included. There can occur a fatal error which should be caught and open a new tool action to check for incompatible extensions.
Associated revisions
[FEATURE] Capture PHP errors in install tool
Some parts of the install tool can throw fatal PHP errors if
broken extensions are loaded. Currently the database analyzer and
the upgrade wizards are affected by this.
The patch implements a shutdown function that is called even if a
fatal error is thrown and redirects to a special action that renders
the "Check for broken extensions".
Resolves: #51499
Releases: 6.2
Change-Id: Ie64781e59732fb1ef05efd6bd9da1e136241b22e
Reviewed-on: https://review.typo3.org/23440
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
History
#1 Updated by Gerrit Code Review almost 2 years ago
- Status changed from New to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23440
#2 Updated by Gerrit Code Review almost 2 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23440
#3 Updated by Nicole Cordes almost 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b5592ec8c3eeea33e4981541454da9a7074e25df.