Mail address not stored

I’ve installed SuiteCRM, everything is functioning. But when I save a lead, contact, … I’m left with a white screen. After deleting ‘/index.php’ I’m back on my home page.

The account is created but there is no mail address saved.

Does anyone have a clue towards a solution ?

add ini_set(“display_errors”, 1 ); to the top of your index.php file, then save a lead and look for “fatal” in the errors.

I’ve found the problem by switching on php errors on the display. Thanks for the reply.