Project

General

Profile

Actions

Bug #85915

closed

Exception on attempt to update a static database table in extension manager

Added by Dima Nozdrin over 5 years ago. Updated over 5 years ago.

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

extension manager bug.jpg (401 KB) extension manager bug.jpg Dima Nozdrin, 2018-08-21 09:51

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #85785: EXT:extensionmanager cannot reload static database data over 8.7.18Closed2018-08-08

Actions
Related to TYPO3 Core - Bug #86578: Since Typo3 8.7.17 execute ext_tables_static+adt.sql is brokenClosed2018-10-05

Actions
Follows TYPO3 Core - Bug #79094: Extension Manager API potentially makes destructive database schema changesClosedNicole Cordes2016-12-25

Actions
Actions #1

Updated by Joerg Kummer over 5 years ago

I can confirm.

Actions #2

Updated by Stephan Großberndt over 5 years ago

  • Description updated (diff)
  • Target version deleted (8.7.19)
Actions #3

Updated by Stephan Großberndt over 5 years ago

  • Description updated (diff)
Actions #5

Updated by Stephan Großberndt over 5 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
Actions #6

Updated by Stephan Großberndt over 5 years ago

  • Status changed from New to In Progress
  • Priority changed from Should have to Must have
Actions #7

Updated by Gerrit Code Review over 5 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

Actions #8

Updated by Stephan Großberndt over 5 years ago

  • Due date deleted (2016-12-26)
  • Start date deleted (2016-12-26)
Actions #9

Updated by Stephan Großberndt over 5 years ago

Can be tested easily by installing EXT:static_info_tables and updating static data in extension manager (last icon)

Actions #10

Updated by Gerrit Code Review over 5 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

Actions #11

Updated by Gerrit Code Review over 5 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

Actions #12

Updated by Gerrit Code Review over 5 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

Actions #13

Updated by Stephan Großberndt over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #14

Updated by Oliver Hader over 5 years ago

  • Is Regression changed from No to Yes
Actions #15

Updated by Sergio Catalá over 5 years ago

  • Related to Bug #85785: EXT:extensionmanager cannot reload static database data over 8.7.18 added
Actions #16

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #17

Updated by Georg Ringer over 5 years ago

  • Related to Bug #86578: Since Typo3 8.7.17 execute ext_tables_static+adt.sql is broken added
Actions

Also available in: Atom PDF