웹마스터 팁

http://www.xpressengine.com/19111170

http://www.xpressengine.com/19131379


처럼...

PHP 5.3.X 버전대의 사용자들 중에서 페이지 수정, 위젯 수정, 위젯 생성, 텍스타일 등에서


Warning: strlen() expects parameter 1 to be string, array given in /home/binamu/public_html/modules/widget/widget.controller.php on line 559

Warning: strlen() expects parameter 1 to be string, array given in /home/binamu/public_html/modules/widget/widget.controller.php on line 559

Warning: strlen() expects parameter 1 to be string, array given in /home/binamu/public_html/modules/widget/widget.controller.php on line 559



등의  에러 메시지나,


Deprecated: Assigning the return value of new by reference is deprecated in /home/binamu/public_html/libs/PEAR/PEAR.php on line 569

Deprecated: Assigning the return value of new by reference is deprecated in /home/binamu/public_html/libs/PEAR/PEAR.php on line 572

Deprecated: Assigning the return value of new by reference is deprecated in /home/binamu/public_html/libs/PEAR/HTTP/Request.php on line 388

Deprecated: Assigning the return value of new by reference is deprecated in /home/binamu/public_html/libs/PEAR/HTTP/Request.php on line 706

Deprecated: Assigning the return value of new by reference is deprecated in /home/binamu/public_html/libs/PEAR/HTTP/Request.php on line 719

Deprecated: Assigning the return value of new by reference is deprecated in /home/binamu/public_html/libs/PEAR/HTTP/Request.php on line 764

Warning: Cannot modify header information - headers already sent by (output started at /home/binamu/public_html/libs/PEAR/PEAR.php:569) in /home/binamu/public_html/classes/display/DisplayHandler.class.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /home/binamu/public_html/libs/PEAR/PEAR.php:569) in /home/binamu/public_html/classes/display/DisplayHandler.class.php on line 253



등의  에러 메시지를 띄우면서 정상적으로 사용할 수가 없을 때가 있습니다.

이런 에러들은 PHP 5.3.X 버전으로 들어오면서 변경된 부분을 php.ini에 반영하지 못했을 경우 주로 나타나더군요.


http://kr2.php.net/manual/en/errorfunc.configuration.php#ini.error-reporting


위 주소로 가시면 영문이긴 하지만 설정법 등이 자세히 소개가 되어 있습니다.

바른 설정을 하면 위의 에러들이 사라지더군요. ^^*


저의 경우에는


error_reporting = E_ALL & ~E_NOTICE

display_errors = Off

display_startup_errors = Off

log_errors = On

log_errors_max_len = 1024

ignore_repeated_errors = Off

ignore_repeated_source = Off

report_memleaks = On

track_errors = Off

html_errors = Off




이 정도만 적용해도 이상이 없이 동작을 하더군요.. ^^*


제목 글쓴이 날짜
링크시 텍스트 혹은 이미지에 생기는 점선 CSS로 없애기 [9] file 겨우리851 2010.04.24
XE를 처음 접하거나 이제막 사이트개발을 하려는 초보자를 위한 XE 접근방법 [1] DuRi 2009.11.12
1.4.4.1 업데이트이후 이미지가 엑스박스로 뜨는 분들 참고 [1] 위드파트너 2010.10.04
관리화면(제어판)에서 게시판목록 많이 보기 [1] 연필깎는까치 2009.08.22
Google Analytics 코드 직접 추가해도 안되시는 분들! 연필깎는까치 2009.08.24
Cooliris 위젯 사용 삽질끝에 어이없게 알아낸 설치 방법 [2] 사탕 2009.09.01
ㅋㅋ계정용량 체크(php)팁. [2] mc뷰 2009.09.02
퀵타임 무비 화일 (mov) 화일을 퀵타임 플레이어로 재생하기 [2] thejaewoo 2009.09.08
이모티콘 액박으로 뜨시는 분들 ...이거 올려 주세요 [1] file apollos 2009.09.03
복수 도메인 사용 방법 [1] 박하향풍선껌 2009.09.07
활성 메뉴 위젯 file 박송휘 2009.09.10
XE 속도 향상 팁 (코어 수정 팁) [6] SMaker 2010.06.26
쉬운 설치 오류 해결..까지는 아니구요.. ㅎㅎ 차명기993 2010.09.07
css 배경이미지가 잘린다 싶을때... ForHanbi 2010.09.14
PHP 5.3.X 버전 사용자들 중 XE 최신버전의 위젯 생성, 텍스타일 등에서의 에러날 때... 비나무 2010.10.03
크로스 브라우징을 위한 css 초기화 [2] hhgyu 2010.10.05
게시판 가로사이즈 줄이기....[초보만 클릭] [4] 유팔복 2009.03.07
rewrite mod 설정, 해지 [1] 아름드리479 2007.08.22
textarea 에디터를 사용하는 리플에서 태그 막기 [2] file 老姜君 2009.02.22
1.4.4 판올림 이후 발생하는 문제들 - 개발자용 [10] June Oh 2010.09.30