我一直在玩 Typo3 Neos。所以我按照本教程安装了它,除了我没有导入演示包。
为了安全起见,在刷新缓存之前,我停用并删除了 TYPO3.NeosDemoTypo3Org 包。因此,当我登录后端时,在菜单的预览部分有“打印”按钮,并且有在演示包中定义的自定义节点(我停用并删除了)。不难想象,当我尝试添加这些节点时,我收到一条错误消息:
Failed to render element
page<TYPO3.Neos:Page>/
body<TYPO3.TypoScript:Template>/
content/
main<TYPO3.Neos:PrimaryContent>/
default<TYPO3.TypoScript:Matcher>/
element<TYPO3.Neos:ContentCollection>/
itemRenderer<TYPO3.Neos:ContentCase>/
default<TYPO3.TypoScript:Matcher>/
element<TYPO3.NeosDemoTypo3Org:Carousel>
Invalid resource URI "resource://TYPO3.NeosDemoTypo3Org/Private/Templates/NodeTypes/Carousel.html": Package "TYPO3.NeosDemoTypo3Org" is not available. (201402131504259fdc08)
它清楚地表明没有轮播节点(因为轮播应该在的包被删除了)。所以这是我的问题:为什么它仍然存在?