Actions
Bug #83560
closedPackageManager caches packagesBasePaths
Start date:
2018-01-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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.
Actions