I was using Code Igniter 3.0 with PHP 5.6.
After updating from Ubuntu 15.04 to 16.04, PHP was also updated from 5.6 to PHP 7.
I was using HMVC implementation of Code Igniter and PHP upgrade started throwing following errors:-
A PHP Error was encountered
Severity: Warning
Message: Declaration of MX_Loader::library($library, $params = NULL, $object_name = NULL) should be compatible with CI_Loader::library($library = '', $params = NULL, $object_name = NULL)
Filename: MX/Loader.php
Line Number: 0