HTTP Error 500 SuiteCRM

Hello

I have a problem in SuiteCRM when saving or editing any record I get HTTP ERROR 500.
I Tried disable the AOD from Admin -> AOD Settings, it works but global search suddenly doesn’t work.

Thanks in advance.

INFO
SuiteCRM Version => 7.10.7
PHP Version => 7.2.15

hi,
open up your index.php file and put these 2 lines.

ini_set(‘display_errors’,1);
error_reporting(E_ALL);

1 Like

I have the same problem @ashish your suggested solution did nor work for me , any other suggestions ?

The above suggestion is just to show you error message on your screen so you can figure out the actually issue.
Please check your Apache and SuiteCRM error log for the root cause of issue.