알려주신 방법대로 error log monitor 플러그인 설치해서 확인된 오류사항은 아래와 같이 나왔습니다.
The log file /bconkorea/www/wp-content/debug.log
does not exist or is inaccessible.
To enable error logging, create an empty file named "php-errors.log". Place it in a directory that is not publicly accessible (preferably outside your web root) and ensure it is writable by the web server. Then add the following code to wp-config.php
:
@ini_set('log_errors', 'On'); @ini_set('error_log', '/full/path/to/php-errors.log');
For reference, the full path of the WordPress directory is:
/bconkorea/www/
See also: Editing wp-config.php, 3 Ways To Monitor PHP Errors
새로운 질문이 아닌 이어지는 질문이라면
이전 글의 댓글로 남겨주시길 부탁드립니다.
또한 중복으로 글 또는 댓글을 남기실 경우
저희가 확인해야 할 글이나 댓글이 많아지면 제대로 된 답변을 드리지 못할 수도 있습니다.
아래의 링크에 답변 남겨드렸습니다.
https://www.cosmosfarm.com/threads/document/42391
고맙습니다.