We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
バージョンは3.8.2です。 Web.phpの444行目「$err=$tmp['message']」で、$tmpがNullだとエラーが発生します。
ご対応よろしくお願いします。
The text was updated successfully, but these errors were encountered:
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...
error_get_last()
443
Sorry, something went wrong.
No branches or pull requests
バージョンは3.8.2です。
Web.phpの444行目「$err=$tmp['message']」で、$tmpがNullだとエラーが発生します。
ご対応よろしくお願いします。
The text was updated successfully, but these errors were encountered: