Project

General

Profile

Actions

Task #97437

closed

Exception for broken upgrade wizard identifier should mention identifier

Added by J. Peter M. Schuler almost 2 years ago. Updated over 1 year ago.

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

Also available in: Atom PDF