Task #85658
Updated by Oliver Hader over 6 years ago
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
<pre>
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
</pre>