Bug #85915
closedException on attempt to update a static database table in extension manager
100%
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
Updated by Stephan Großberndt over 6 years ago
- Description updated (diff)
- Target version deleted (
8.7.19)
Updated by Stephan Großberndt over 6 years ago
Culprit is https://review.typo3.org/#/c/57486/
Updated by Stephan Großberndt over 6 years ago
- Due date set to 2016-12-26
- Start date changed from 2018-08-21 to 2016-12-26
- Follows Bug #79094: Extension Manager API potentially makes destructive database schema changes added
Updated by Stephan Großberndt over 6 years ago
- Status changed from New to In Progress
- Priority changed from Should have to Must have
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress 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/57979
Updated by Stephan Großberndt over 6 years ago
- Due date deleted (
2016-12-26) - Start date deleted (
2016-12-26)
Updated by Stephan Großberndt over 6 years ago
Can be tested easily by installing EXT:static_info_tables and updating static data in extension manager (last icon)
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/57979
Updated by Gerrit Code Review over 6 years ago
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/57980
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57981
Updated by Stephan Großberndt over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ff4341c58f9b7da0cf87e85bd987c979f94cbda7.
Updated by Sergio Catalá over 6 years ago
- Related to Bug #85785: EXT:extensionmanager cannot reload static database data over 8.7.18 added
Updated by Georg Ringer about 6 years ago
- Related to Bug #86578: Since Typo3 8.7.17 execute ext_tables_static+adt.sql is broken added