Bug #83560
closedPackageManager caches packagesBasePaths
100%
Description
The PackageManager caches packagesBasePaths that were found on the first scanAvailablePackages() call. Unfortunately this triggers some errors for fresh installations were no extension was installed before as the typo3conf paths is missing.
The PackageManager needs to check for valid paths on every scan because ExtensionManager might triggered the scan after new extensions were downloaded.
Updated by Gerrit Code Review almost 7 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/55356
Updated by Gerrit Code Review almost 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55357
Updated by Nicole Cordes almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c84cc69235548d9dcf82d6edde00ef4ac127c891.