作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试修改 php.ini 文件(error_reporting = E_ALL & ~E_DEPRECATED),但没有结果。我想检查一个较旧的 TYPO3 项目,所有这些警告都非常烦人。
提前致谢。
最佳答案
我不确定这是否适用于您的 Typo3 版本,但尝试在 typo3conf/localconf.php
中设置以下选项或通过安装工具。
$TYPO3_CONF_VARS['SYS']['displayErrors'] = '0'; // or '-1' to see other errors
$TYPO3_CONF_VARS['SYS']['errorHandlerErrors'] = 22519; // E_ALL ^ E_DEPRECATED ^ E_NOTICE (everything except deprecated-msgs and notices)
$TYPO3_CONF_VARS['SYS']['syslogErrorReporting'] = 22519; // E_ALL ^ E_DEPRECATED ^ E_NOTICE (everything except deprecated-msgs and notices)
$TYPO3_CONF_VARS['SYS']['belogErrorReporting'] = 22519; // E_ALL ^ E_DEPRECATED ^ E_NOTICE (everything except deprecated-msgs and notices)
关于warnings - TYPO3:如何抑制弃用警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7502948/
我是一名优秀的程序员,十分优秀!