0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

エラー500って何?

0
Posted at

オンラインの教材にて「PHP+MySQL(MariaDB)」を学習しているときに遭遇した正体不明の「error 500」。

このページは動作していません
localhostでは現在このリクエストを処理できません。
HTTP ERROR 500

という表示が出てしまいました。それを解決するために活躍するのが、

というエラーチェック用のコード。こちらをおそらくエラーを起こしているであろうページに入力(コピペ)してブラウザで実行するとエラーの原因となっている箇所を教えてくれます。
アップデートで使われなくなった記法であったり、記述ミスであったりするのですが、初見では「どこが悪さしているのか分からない」という状況になるため、すぐにでも上記のコードで原因箇所の特定をしたいですね!

ではまた!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?