Thanks for your answer, so i sought and i found.
In php.ini,
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
reset the default value : error_reporting=E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED And it works
Thanks for your answer, so i sought and i found.
In php.ini,
error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT
reset the default value : error_reporting=E_ALL & ~E_NOTICE & ~E_WARNING & ~E_DEPRECATED And it works