Actions
Task #85658
closedPharStreamWrapper denies phar files from symlinked extension
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-07-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Given:
An installation with symlinked extension(s)
Expected:
Able to execute an extensions phar file
Actual:
An exception is thrown because the phar path does not contain typo3conf.
I tested this with caretaker_mattermost as a symlinked extension in my local development environment.
The extension looks like
Warning: Uncaught TYPO3\CMS\Core\IO\PharStreamWrapperException: Executing phar://...path-to-phar.../file.phar is denied in typo3/sysext/core/Classes/IO/PharStreamWrapper.php:507
Actions