PHP7

[PHP] PDO caching_sha2_password 접속 문제 해결하기

PHP의 PDO(PHP Data Objects) 기능을 사용하여 데이터베이스를 사용하고자 할 때 주로 다음과 같은 PHP 코드를 사용합니다. try { $db_conn = new PDO("mysql:host=localhost;dbname=mydatabase;charset=utf8", "username",…

5년 ago

[PHP] PHP Notice: Undefined index: HTTP_REFERER 해결하기

PHP Notice: Undefined index: HTTP_REFERER 문제 PHP 코드를 개발하다보면 PHP 코드상의 에러 메세지나 웹 서버의 에러 로그를 확인하면서 다음과 같은…

6년 ago

Uncaught Error: Class ‘DOMDocument’ not found 해결

Uncaught Error: Class 'DOMDocument' not found 문제 블로그 서버에 워드프레스용 AMP를 설정하는 도중 500 Internal Server Error가 발생했습니다. 에러의 정확한 원인을…

6년 ago