After installing suitecrm, when i log in and make any changes, all the modules have error

Warning : Undefined array key “bold” in /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23

Warning : Undefined array key “bold” in /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%8D^8D0^8D0FADE7%%DashletGenericDisplay.tpl.php on line 23

USERS
CREATE

Warning: Undefined array key “ROLLOVER” in /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 8

Warning: Undefined array key “ERROR_STRING” in /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 38
/home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 42
"> /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 46
">
/home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 55
"> /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 61
"> /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 63
"> /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 68
"> /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 70
"> Warning: Undefined array key “IS_GROUP_DISABLED” in /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 73

Warning: Undefined array key “IS_PORTAL_ONLY_DISABLED” in /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 76
Warning: Undefined array key “IS_ADMIN_DISABLED” in /home/biblolin/public_html/marketing/public/legacy/cache/smarty/templates_c/%%68^68F^68F1F382%%EditView.tpl.php on line 79

Hi, welcome to the Community! :tada:

You just need to turn off display_errors in your php.ini so that PHP messages don’t get dumped onto the screen. Then you can track the errors in the log files:

I am very new to this, im not a programmer. Can someone assist me directly???

1 Like

Hi, @gcole

Please put this line top of index.php
error_reporting(0);