Home >php教程 >php手册 >까페24 호스팅 php 에러메세지 출력,24php

까페24 호스팅 php 에러메세지 출력,24php

WBOY
WBOYOriginal
2016-06-13 08:59:26988browse

까페24 호스팅 php 에러메세지 출력,24php

[문제점]

 

최근 까페24호스팅에서 php작업시
화면에 에러메세지가 나오지 않아 디버깅시에 매우 곤란함

 

[해결책]

 

.htaccess 내용에 아래추가.
=====================================
php_value error_reporting 22527
php_flag display_errors on
=====================================

 

1. 인클루드 시키는 라이브러리 젤첨에 
ini_set("display_errors", 1);
error_reporting(E_ALL ^ E_NOTICE);
추가

 

2. 넷상에 공개된 set_error_handler 클래스 이용

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn