Project

General

Profile

Bug #102014

Updated by Jochen Roth 8 months ago

Given you have a link in bodytext (RTE field) and the user clicks on save: save was clicked: 
 <pre> 
 <a href="t3://folder?storage=1&amp;identifier=%2FDOES_NOT_EXIST%2F">FolderLinkHandler</a> 
 </pre> 

 it will throw this error, because the folder does not exist 

 <pre> 
 Call to a member function getStorage() on null 
 in /var/www/html/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php line 54 
 </pre>

Back