-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
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
プラグインのインストール時、システムエラーが発生するがログに何も表示されない #3990
Comments
display_errors = on になっていれば、以下の PR にてエラーメッセージが表示されると思います |
インストール時のメモリの消費量があがっているので、可能なら 512M -> 1024M が無難かと思います。 |
@okazy プラグインのインストール時は composer API によって memory_limit を自動的に 1.5GB まで伸張するので、 memory_limit の設定は意味無いです |
訂正ありがとうございます。そうなんですね。 |
4.1では、プラグインの数によって変わる可能性はあるものの、ロリポップ・herokuでのプラグインインストールが実行できることを確認できました。 |
本件はこちらの #4093 で解決されましたので、クローズします。 |
概要(Overview)
プラグインのインストール時、モーダルで「システムエラーが発生しました」が表示される場合がある。
「+ログを表示」で、ログを見ても、
のみ表示され、デバッグの手がかりがない。
レンタルサーバなど、制限が強いサーバで発生しやすく、これまで経験したケースとしては、以下のいずれか(または複数)の要因で発生していました。
期待する内容(Expect) or 要望 (Requirement)
再現手順(Procedure)
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: