简体   繁体   English

更新到 9.5.x 后 TYPO3 后端中的红色文本

[英]Red texts in the TYPO3 backend after update to 9.5.x

after i updated TYPO3 from 8.x to 9.5.x appears some red texts in the backend.在我将 TYPO3 从 8.x 更新到 9.5.x 后,后端出现一些红色文本。 How can i remove it?我怎样才能删除它? 在此处输入图片说明

Well,好,

It's not a Bug, It's Feature!!不是BUG,是功能!!

You must have enabled TYPO3 backend debug, that way you will see the field name right after field label.您必须启用 TYPO3 后端调试,这样您将在字段标签后立即看到字段名称。 You can disable from LocalConfiguration.php or from TYPO3 backend it self.您可以从LocalConfiguration.php或从 TYPO3 后端自行禁用。

  1. From LocalConfiguration.php : Just open LocalConfiguration.php located in typo3conf .LocalConfiguration.php :只需打开位于typo3conf LocalConfiguration.php Find [BE]['debug'] => 'true' and switch it back to [BE]['debug'] => 'false'找到[BE]['debug'] => 'true'并将其切换回[BE]['debug'] => 'false'

  2. From TYPO3 backend:从TYPO3后端:

    • Go to settings module under Admin Tool .转到Admin Tool下的settings模块。
    • Find Configuration Presets and click on Choose Preset找到Configuration Presets并点击Choose Preset
    • You will find Debug settings there, click on it and switch to Live你会在那里找到Debug settings ,点击它并切换到Live

Basically, both done the same thing.基本上,两者都做了同样的事情。 TYPO3 will disable debug mode and only critical warnings and errors will be displayed. TYPO3 将禁用调试模式,只会显示严重警告和错误。

That's it!就是这样!

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

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