Actions
Task #97437
closedException for broken upgrade wizard identifier should mention identifier
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-04-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Sprint Focus:
Description
Exception 1502721731 will be raised if an upgrade wizard identifier returned by MyWizard::getIdentifier()
won't use the same string as used in the registration in ext_localconf.php
with
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install']['update'][<identifier>] = <someclass>;
The current exception output would be
[ RuntimeException ] No valid wizard identifier given
I propose mentioning the broken identifier in the exception as this would help identify the extension.
Actions