Upgraded from OJS 2.4.4.1 to 3.0.2.0 - BUT the pages not loadding

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