Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typo3 如何在新闻类别列表视图中显示系统类别图像_Typo3_Fluid_Tx News_Typo3 10.x - Fatal编程技术网

Typo3 如何在新闻类别列表视图中显示系统类别图像

Typo3 如何在新闻类别列表视图中显示系统类别图像,typo3,fluid,tx-news,typo3-10.x,Typo3,Fluid,Tx News,Typo3 10.x,我在TYPO3 v10上使用新闻扩展和sys_类别 我显示了一个类别列表,如下所示: typo3conf\ext\news\Resources\Private\Templates\Category\List.html {category.item.title} {category.item.title} 但这显示了错误: 哎呀,发生了一个错误!必须指定字符串src或文件对象。解决方案是将图像调用更改为:

我在TYPO3 v10上使用新闻扩展和sys_类别

我显示了一个类别列表,如下所示:
typo3conf\ext\news\Resources\Private\Templates\Category\List.html

  • {category.item.title} {category.item.title}
但这显示了错误:

哎呀,发生了一个错误!必须指定字符串src或文件对象。

解决方案是将图像调用更改为: