phpバージョンの変更で「このページは動作していません」

返信いただきまして、誠にありがとうございます。
過去ログに沿って試してみましたが、

Configure::write(‘BcEnv.sslUrl’, ‘https://*****.com/’);
のURLを記載すると「about:blank#blocked」
空欄にすると、
404 NOT FOUNDの結果になってしまうようです。

デバッグモードで以下のエラーが出てきました。
Strict Standards: Non-static method Configure::read() should not be called statically in ~/cake/basics.php on line 221

Strict Standards: Non-static method Configure::getInstance() should not be called statically in ~/cake/libs/configure.php on line 319

Strict Standards: Non-static method Configure::read() should not be called statically in ~/cake/basics.php on line 122

Warning (2): Illegal string offset ‘admin’ [CORE/baser/controllers/baser_app_controller.php, line 1369]

ご迷惑をおかけしてすみません。