Bug #100730
openUnable to upload extensions in ExtensionManager
0%
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
Updated by Christian Meyer over 1 year ago ยท Edited
Just chiming in to say I also have this issue. Is this acknowledged?
Updating to say that this issue re-emerged for me in v13.1 after it was resolved at some point in v12.
Updated by Marco Kuprat over 1 year ago
I remember I had the same issue yesterday in a TYPO3 12.4.1 instance when I tried to upload a sitepackage extension created with sitepackagebuilder.com.
Now it succeeded, also with an extension from TER.
Updated by Benni Mack over 1 year ago
- Target version changed from 12 LTS to Candidate for patchlevel
Updated by Michael Schams 9 months ago
- File issue-100730.png issue-100730.png added
The problem also/still occurs in TYPO3 v12.4.11. As a workaround, go to Admin Tools -> Settings -> Extension Configuration , and unfold "extensionmanager".
Disable the feature basic.automaticInstallation