Project

General

Profile

Bug #77663

Updated by Georg Ringer over 7 years ago

If you are using the User TSConfig altElementBrowserMountPoints, you can enable crosslinking to not allowed pages. 
 But if you are defining a non-existing pid (or if someone deletes a defined page), an error is shown: 
 <pre> 
 Argument 2 passed to TYPO3\CMS\Core\Imaging\IconFactory::getIconForRecord() must be of the type array, null given, called in /Web/typo3_src/typo3/sysext/backend/Classes/Tree/View/AbstractTreeView.php on line 672 
 </pre> 

 Our TsConfig TypoScript example: 
 <pre> 
 options { 
	 pageTree { 
		 altElementBrowserMountPoints = 1, 2, 9999999 
	 } 
 } 
 </pre> 

 TYPO3 7.6.10

Back