PHP 500 Internal Server Error: How to See the Actual Error Message

Опубликовано: 22 Февраль 2025
на канале: Dave Hollingworth
17,366
419

If you get an error when running your PHP and all you see is a message saying "error 500" or "internal server error", then this video will show you why this happens and how to see the actual error message.

Please consider supporting my channel:
☕ https://ko-fi.com/davehollingworth

Link shown in video:
https://www.php.net/manual/en/errorfu...

Code shown in video:
ini_set("display_errors", "On");

#php #shorts