Don't Assign Cases

Good Morning,
I’ve SuiteCrm 7.10.2. on Windows 10 Professionale.

I use for my company cases, but when I want modify a Case and Assign it to a user a white screen appair without error, the only way is open again suitecrm.

please could you help me?

thanks and regards

Marco Impagnatiello

Incredible… :smiley:
I’ve just solved the problem.

In the php.ini i remove the “~” in error_reporting.

Line: 455
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT

Substitute with:
error_reporting=E_ALL & E_DEPRECATED & E_STRICT

All my problem was fixed.

I hope it will be help

regards