Email import is not working

When I go to “Emails” in SuiteCRM --> I select an Email and I choose to import it --> the system shows just a white screen (see attachment) and the Email is not linked to the target I wanted it to be linked.

Looks like a bug to me?

Hi,
Can you enable Error Logs for systems by PHP ini or in main “index.php” file of the root directory of the system

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

So that you can see what is wrong.
Also please set the system permissions accordingly.
Thanks