워드프레스에서 위와 같은 에러 메시지를 어떻게 해결하나요?
본문
An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.
워드프레스에서 위와 같은 에러 메시지를 어떻게 해결하나요?
답변 2
말그대로 얘기치 않은 오류이므로 디테일한 오류 구문을 확인하시 위해서
wp-config.php 파일의 WP_DEBUG 상수를 true 로 설정하므로써
세부 오류내용을 확인할 수 있을겁니다.
define('WP_DEBUG', true);
로핑 님, 답변 감사합니다.
답변을 작성하시기 전에 로그인 해주세요.