Actions
Bug #85915
closedException on attempt to update a static database table in extension manager
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
On attempt to update a static database table in extension manager an exception is thrown #1342864081: Extension Array is not available (see screenshot).
Tested on 8.7.17 and don't seem to be fixed in 8.7.18 and 8.7.19
Can be fixed by changing
$this->installUtility->processExtensionSetup($extension);
to
$this->installUtility->processExtensionSetup($extension['key']);
in typo3/sysext/extensionmanager/Classes/Controller/ActionController.php on line 193
Files
Actions