Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试用我自己的扩展来扩展新闻扩展(新闻系统),以OR向新闻的 SQL 列表请求添加一个。
OR
我使用了findDemandedRaw()返回查询对象的 SQL 查询的方法。SQL 请求没问题,但我在列表页面中没有得到任何结果。
findDemandedRaw()
但是当我在 Fluid 的调试 ViewHelper 中插入新闻对象时它会起作用<f:debug title="Debug">{news}</f:debug>- 我的新闻显示在页面上!
<f:debug title="Debug">{news}</f:debug>
我不能让 Debug 在我的页面中,所以这里发生了什么?有没有配置错误?
也许您错过了为保存数据的插件定义页面/文件夹。转到您的插件,在您插入它的页面上。在“行为”下,您必须选择保存数据的页面/文件夹。希望就这么简单。