Project

General

Profile

Actions

Bug #100730

open

Unable to upload extensions in ExtensionManager

Added by Aimeos no-lastname-given 11 months ago. Updated 12 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Extension Manager
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

issue-100730.png (35.4 KB) issue-100730.png Michael Schams, 2024-03-06 23:05
Actions #1

Updated by Christian Meyer 11 months ago

Just chiming in to say I also have this issue. Is this acknowledged?

Actions #2

Updated by Marco Kuprat 10 months 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.

Actions #3

Updated by Benni Mack 10 months ago

  • Target version changed from 12 LTS to Candidate for patchlevel
Actions #4

Updated by Benni Mack 10 months ago

  • Sprint Focus set to Stabilization Sprint
Actions #5

Updated by Michael Schams 12 days ago

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

Actions

Also available in: Atom PDF