Project

General

Profile

Bug #103157

Updated by Ayke Halder 3 months ago

In a composer-based TYPO3 subfolder installation ( e.g. BE https://example.org/subfolder/typo3 ) images refrenced by `EXT:` are not working. 

 <pre><code class="html"> 
 <f:image src="EXT:example/Resources/Public/Images/test.svg" /> 
 </code></pre> 

 <pre> 
 #1509741914 TYPO3Fluid\Fluid\Core\ViewHelper\Exception 

 Unable to render image tag in "pages:123": File /subfolder/_assets/abcdef0123456789abcdef0123456789/Images/test.svg does not exist. 
 </pre> 

Back