Solved the issue by changing the php error_reporting values…
Old value:
error_reporting = E_ALL & ~E_NOTICE
New one:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
Solved the issue by changing the php error_reporting values…
Old value:
error_reporting = E_ALL & ~E_NOTICE
New one:
error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT