Bug #53459
closedEpic #47018: Implement Composer support and clean package manager API
Extension manager - removed extension stays in PackageStates.php as inactive
100%
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
Updated by Gerrit Code Review almost 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26921
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26921
Updated by Thomas Maroschik almost 11 years ago
- Assignee set to Thomas Maroschik
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26921
Updated by Wouter Wolters over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6b900136cf6ceaf32a14d53b6eea3eca00d020ef.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed