简体   繁体   中英

In my home page of SuiteeCRM, i have a lot of warnings as its written below, i don't know how to get rid of them

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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