Bug #84802
closedTYPO3 (including install tool) completely unusable after upgrade to 9
100%
Description
Yesterday I tried upgrading a TYPO3 install which excluded E_USER_DEPRECATED in [SYS][exceptionalErrors].
This lead to an uncaught exception in frontend, backend and install tool and I had to change the setting manually in my configuration.
If this happens for people during an upgrade it would be cool if the install tool would at least still work.
The exception is thrown in: Utility/ExtensionManagementUtility.php:1714
if (!empty($messages)) {
$context = 'Automatic TCA migration done during bootstrap. Please adapt TCA accordingly, these migrations'
. ' will be removed. The backend module "Configuration -> TCA" shows the modified values.'
. ' Please adapt these areas:';
array_unshift($messages, $context);
trigger_error(implode(LF, $messages), E_USER_DEPRECATED);
}
Just tried it again (value 28674) and typo3/ and typo3/install do not work, accessing the install tool via typo3/install.php does work.
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56752
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56752
Updated by Gerrit Code Review over 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56752
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56752
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56752
Updated by Helmut Hummel over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f645597613ccae72dd4b8c0ada24b06c8a2caa64.