GoDaddy 도움말

귀하를 위해 최선을 다해 이 페이지를 번역했습니다. 영어 페이지도 이용할 수 있습니다.

PHP 오류 로깅 설정

PHP 오류를 해결할 때 PHP 로그를 검토하는 것이 좋습니다. 검토 할 PHP 로그가없는 경우 다음 프로세스를 사용하여 로깅을 설정합니다.

Note: For WordPress and Managed WordPress error logging please see 워드프레스 디버그 모드를 활성화하여 오류를 표시하세요.
  1. 사이트 를 변경하기 전에 항상 사이트를 백업해야합니다.
  2. PHP 초기화 파일을 찾습니다 .
  3. Edit the file. (Web Hosting (cPanel) / Windows Hosting (Plesk) / VPS Hosting)
  4. Place the following line in your initialization file:
    error_log = /path/to/your/webroot/php_error.log
    • error_log 는 로그를 새 파일로 출력하도록 웹 서버에 지시하는 PHP 함수입니다.
    • /path/to/your/webroot/php_error.log is the path to your new log.
  5. Make sure to replace /path/to/your/webroot with the actual path your hosting account uses.
  6. What is my absolute path? (Web Hosting (cPanel) / Windows Hosting (Plesk)).
  7. 호스팅의 웹 루트에 php_error.log 라는 이름의 파일을 만듭니다.
  8. Restart your PHP processes.(Web Hosting (cPanel) / Windows Hosting (Plesk)).

다음 단계

상세 정보