Project

General

Profile

Actions

Bug #53459

closed

Epic #47018: Implement Composer support and clean package manager API

Extension manager - removed extension stays in PackageStates.php as inactive

Added by Marcin Sągol over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Extension Manager
Target version:
Start date:
2013-11-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I have installed and uninstalled extension (pt_extbase), than removed it from server. If i want now upload this extension on the server again it is impossible as EM returns error message "Extension is already available and overwriting was not enabled." (see the attached image).

I'm not sure how this all works now internally, but inside typo3conf/PackageStates.php i have existing entry:

'pt_extbase' =>
array (
'state' => 'inactive',
'packagePath' => 'typo3conf/ext/pt_extbase/',
'classesPath' => 'Classes/',
),

So, it looks like EM checks if package is listed but not if it exists on server?

If i check "Overwite" checkbox in upload form, the extension is uploaded without any problems and installed.


Files


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #58493: Follow up: Disable remove button for installed extensionClosedNicole Cordes2014-05-04

Actions
Actions

Also available in: Atom PDF