After php update to v7 i got error
Call to a member function getParam() on null
Also in error logs i do have -
[10-Jul-2017 02:08:39 America/Chicago] PHP Warning: include_once(/home/xxx/public_htmlJ_SEPARATORtemplatesJ_SEPARATORsj_financialJ_SEPARATORincludesJ_SEPARATORframe_inc.php): failed to open stream: No such file or directory in /home/xxx/public_html/templates/sj_financial/index.php on line 21
[10-Jul-2017 02:08:39 America/Chicago] PHP Warning: include_once(): Failed opening '/home/xxx/public_htmlJ_SEPARATORtemplatesJ_SEPARATORsj_financialJ_SEPARATORincludesJ_SEPARATORframe_inc.php' for inclusion (include_path='.:/opt/php71/lib/php') in /home/xxx/public_html/templates/sj_financial/index.php on line 21
[10-Jul-2017 02:14:35 America/Chicago] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; plgSystemYt has a deprecated constructor in /home/xxx/public_html/plugins/system/yt/yt.php on line 6
[10-Jul-2017 02:14:35 America/Chicago] PHP Warning: Declaration of YtUtils::resize($image, $width, $height, $mode = 'stretch', $image_type = NULL) should be compatible with YTools::resize($image, $width, $height = NULL, $config = Array) in /home/xxx/public_html/plugins/system/sjcore/core/ytools/ytools.php on line 758
How to fix it?