Actions
Bug #100730
openUnable to upload extensions in ExtensionManager
Status:
New
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
Start date:
2023-04-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Stabilization Sprint
Description
Version: 12.3.0
When uploading an extension from TER in the Extension manager, I always get error messages like this one:
"Extension typo3_console is not available".
The problem seems to be the if-condition here:
https://github.com/TYPO3/typo3/blob/main/typo3/sysext/core/Classes/Package/PackageManager.php#L1030-L1036
The method has already been called before the ZIP file has been extracted and therefore, the "$this->packagesBasePaths" variable already contains the system extensions and scanning the directories for the new uploaded and extracted extension is skipped.
Files
Actions