Actions
Bug #53536
closedMigration to PackageManager fails with symlinks
Start date:
2013-11-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
the Cache-File typo3temp/Cache/Code/cache_classes/typo3_cms_core_package_packagemanager.php contains only 1 line:
require DIR. '/../../../../typo3/sysext/core/Classes/Package/PackageManager.php', which of course fails if you symlink the typo3temp because of performance reasons to some other dir outside the installation root dir.
Please fix this to PATH_site. '...' or sth, so you make sure the relative backpointing path to the Package Manager class points to the installations typo3 folder inside the site-root.
Updated by Ernesto Baschny almost 11 years ago
- Status changed from New to Closed
- Target version changed from next-patchlevel to 6.2.0
This has been resolved in #52885 already, since we store the absolute path in this cache now. Thanks for reporting!
Actions