Bug #77663
Updated by Georg Ringer about 8 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