Actions
Bug #52866
closedExtensionCompatibilityTester is broken
Start date:
2013-10-15
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
medium
Is Regression:
No
Sprint Focus:
Description
The ExtensionCompatibilityTester in the install tool does not work with the new package manager.
Running Ajax request
http://typo3instance.tld/typo3/sysext/install/Start/Install.php?install[context]=standalone&install[controller]=tool&install[action]=loadExtensions&install[controller]=ajax&install[action]=extensionCompatibilityTester&install[extensionCompatibilityTester][forceCheck]=0&_=1381864129627
ends in a PHP error:
Call to undefined method TYPO3\CMS\Core\Utility\ExtensionManagementUtility::loadTypo3LoadedExtensionInformation() in /typo3/sysext/install/Classes/Controller/Action/Ajax/ExtensionCompatibilityTester.php on line 102
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24820
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24820
Updated by Gerrit Code Review about 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24820
Updated by Alexander Stehlik about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ca4d2d39976218de9eef38e0c4cd20e5ee1d4785.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions