在我的suiteecrm主页中,我有很多警告,如下所写,我不知道如何摆脱它们

发布于 2025-02-08 19:20:29 字数 413 浏览 2 评论 0原文

我在Suitecrm程序的主页上获得了这种警告

Warning: Undefined array key "script" in C:\xampp\htdocs\suitecrm\cache\smarty\templates_c\%%1F^1F2^1F24C705%%MySugar2.tpl.php on line 58

这是在我的?

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\SuiteCRM-7.12.6\include\utils.php on line 1889

This type of warnings i get in the home page of my SuiteCRM program

Warning: Undefined array key "script" in C:\xampp\htdocs\suitecrm\cache\smarty\templates_c\%%1F^1F2^1F24C705%%MySugar2.tpl.php on line 58

This is the types of warnings that show up on login page of my ?>SuiteeCRM

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\SuiteCRM-7.12.6\include\utils.php on line 1889

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你是暖光i 2025-02-15 19:20:29

通过更改php.ini是解决它的一种方法,但我认为这也没有显示出任何致命错误。我认为,最好

error_reporting(0);

从生成警告消息的文件开头放置。

By changing in the php.ini is one way to resolve it but it also not show any fatal error I think. In my opinion it is best to put

error_reporting(0);

at the beginning of the file from where the warning messages are generated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文