typo3_debugbar icon indicating copy to clipboard operation
typo3_debugbar copied to clipboard

PharStreamWrapper denies phar files from symlinked extension

Open secured opened this issue 7 years ago • 0 comments

TYPO3 8 LTS

  • [x] Classic

Expected behavior

PharStreamWrapper includes the phar file

Actual behavior

PharStreamWrapper throws an error

Steps to reproduce

https://forge.typo3.org/issues/85658

Solution

https://forge.typo3.org/projects/typo3cms-core/repository/revisions/d4ca073bc1267474c48c740ec91b6f08454dc140/entry/typo3/sysext/core/Documentation/Changelog/8.7.x/Important-85385-IntegratePharStreamWrapper.rst

typo3_debugbar/Resources/Private/ExtensionArtifacts/autoload.php $pharFile = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('typo3_debugbar') . 'Libraries/debugbar.phar';

secured avatar Sep 07 '18 08:09 secured