워드프레스 일기의 워드프레스 치명적인 오류 2

워드프레스 치명적인 오류 PHP Fatal error: Uncaught Error: Undefined class constant 해결 방법

아스트라(Astra) 테마와 엘리멘터 플러그인이 설치된 워드프레스 사이트에서 치명적인 오류가 발생하는 문제 해결을 맡았습니다. 사이트에 접속하니 "이 웹사이트에 치명적인 오류가 있습니다. 워드프레스 장애복구에 관해 더 알아보기" 에러 메시지가 표시되었습니다.오류 로그를 확인해 보니 PHP Fatal error: Uncaught Error: Undefined class constant... 오류가 발생하고 있었습니다. 이와 같은 치명적인 오류가 발생할 경우 확인 사항 및 해결 방법에 대하여 간략히 살펴보겠습니다.워드프레스 치명적인 오류 PHP Fatal error: Uncaught Error: Undefined class constant... 해결 방법워드프레스에서 치명적인 오류(Fatal error)는..

워드프레스 'You see the following because WP_DEBUG and WP_DEBUG_DISPLAY are enabled on this site' 메시지

워드프레스 사이트에서 다음 그림과 같이 "You see the following because WP_DEBUG and WP_DEBUG_DISPLAY are enabled on this site. Please disabled these to prevent the display of these developers' debug messages" 오류 메시지가 표시되는 경우가 있습니다. 워드프레스 'You see the following because WP_DEBUG and WP_DEBUG_DISPLAY are enabled on this site' 메시지 이 경고 메시지는 말 그대로 WP_DEBUG나 WP_DEBUG_DISPLAY가 활성화되었을 때 표시됩니다. 해당 경고를 번역하면 다음과 같습니다. (오류 문..