ロゴマーク

PHP

「PHP」の記事一覧

ロゴマーク 2021/10/02 PHP

【PHP】file_get_contentsでエラー

ライターhiro

ずっと稼働してたサーバーでいつからかfile_get_contents()でエラーが起きており自サーバー内のファイルを読みにいけなくなるという現象が起きていました。

出てたエラーは下記のようなものでした。

file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in

file_get_contents(): Failed to enable crypto

file_get_contents failed to open stream: operation failed

file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in

どうやらSSLの証明書がいけないらしい

»この記事を読む

ロゴマーク 2020/08/08 PHP

phpでcount関数を使うとwarning

ライターhiro

最近PHPのバージョンアップの作業でよく見かけるのが、count関数を使ってカウントできない物を引数にしている場合に出る

Warning: count(): Parameter must be an array or an object that implements Countable in~~~~~~

というWarningです。

これはPHPのバージョン7.2以降で発生する現象で、7.1から7.4に上げようとしているのでこれにひっかかってしまいました。

»この記事を読む

トップへ戻る Page
top
Top