Open akira6464 opened 1 month ago
427 if (is_string($body)) {
428 $match=NULL;
[...]
441 }
442 else {
443 $tmp=error_get_last();
444 $err=$tmp['message'];
445 }
Apparently error_get_last()
(443
) is returning null under whatever circumstances the OP is running under...
バージョンは3.8.2です。 Web.phpの444行目「$err=$tmp['message']」で、$tmpがNullだとエラーが発生します。
ご対応よろしくお願いします。