简体   繁体   English

TYPO3 tx_news列表视图上的未知字符(在Chrome中)

[英]Unknown characters on TYPO3 tx_news list view (in Chrome)

I noticed strange behaviour on TYPO3 tx_news list view. 我在TYPO3 tx_news列表视图上注意到了奇怪的行为。 Sometimes on the bottom of the page appears unknown characters. 有时,页面底部会出现未知字符。 I don't know how and why and it's only on one (list view) page and in chrome browser. 我不知道如何以及为什么,它只在一个(列表视图)页面和chrome浏览器中。 Here is the screen shot of that: 这是该屏幕截图:

在此处输入图片说明

I have noticed that I can call out that behaviour when I change some tx_news configuration in Extension Manager eg. 我注意到当我在扩展管理器中更改某些tx_news配置时,我可以指出该行为。 "List actions shown in Flexforms" “列出Flexforms中显示的操作”

Any suggestion what is wrong? 有什么建议吗?

[EDIT:] After turn off OpCache - problem doesn't occur. [编辑:]关闭OpCache后-不会发生问题。 Could it be related? 可能相关吗?

You best bet is to install XDebug and call your page with ?XDEBUG_TRACE=1 You can then search for the offending pattern in your trace file and find the very first place where this offending pattern occurs (if it's not random of course). 最好的选择是安装XDebug并使用?XDEBUG_TRACE = 1调用页面。然后,您可以在跟踪文件中搜索违规模式,并找到该违规模式发生的第一个位置(如果不是随机的话)。 This gives you the very best chance to figure out why it appeared at all. 这为您提供了一个最好的机会来弄清它为什么会出现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM