웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
blogapi 사진이 포함된 글
2011.09.02 14:52
제로보드 XE에서는 blog api 기능을 이용해서, 외부에서 글을 올릴수가 있다. 그런데, 어느순간 부터 블로그 API로 사진이 포함된 글을 올리면, 사진이 첨부만 되고 내용에는 안나오는 경우가 발생했다.
이 경우에는 modules/file/file.controller.php 을 열어서 아래 내용처럼 수정해주면 된다.
라인424,425
- 변경전
이 경우에는 modules/file/file.controller.
라인424,425
- 변경전
//$_filename = preg_replace('/[#$&*?+%"\']/', '_', $file_info['name']);
$_filename = md5(crypt(rand(1000000,900000), rand(0,100))).'.'.$ext;
-------------------------------------------------------------------------------------
-변경후
-------------------------------------------------------------------------------------
-변경후
$_filename = preg_replace('/[#$&*?+%"\']/', '_', $file_info['+
'name']);
//$_filename = md5(crypt(rand(1000000,900000), rand(0,100))).'.'.$ext;
문제는, 제로보드가 업그래이드 될때마다 위 파일을 수정해줘야한다는 점이다. 조금 귀찮지만, 블로그 API로 글을 보낼려면 할수 없다.
즉 // 의 위치를 바꾸어 주시면 됩니다.
출처/인용 : http://www.moonseller.net/331
문제는, 제로보드가 업그래이드 될때마다 위 파일을 수정해줘야한다는 점이다. 조금 귀찮지만, 블로그 API로 글을 보낼려면 할수 없다.
즉 // 의 위치를 바꾸어 주시면 됩니다.
출처/인용 : http://www.moonseller.net/331
제목 | 글쓴이 | 날짜 |
---|---|---|
XE 모듈 만들기 [13] | 우진홈 | 2011.09.17 |
갑자기 로그인(관리자 및 회원)이 안되는 경우 [2] | 비밀얌 | 2011.10.02 |
특정 확장변수를 로그인한 회원에게만 보이게 하기 [3] | 비밀얌 | 2011.09.17 |
XE1.5.0.2 설정->파일박스 버튼이 표시되지 않는 문제 해결 방법 | gayeon | 2011.10.02 |
XE 1.5 executeQuery 해결방법 [9] | 웹기프트 | 2011.09.29 |
최근 게시물 출력시 카테고리(분류) 표시하기.. [5] | 엘카인 | 2009.01.30 |
xe_member 테이블에서 extra_vars 필드 분리하기... [1] | 맘편한넘 | 2011.02.26 |
1.5 베타 크롬css 읽기 | 샤르냥 | 2011.09.29 |
HTTP 406 Error 가 나오면서 업로드 안될때 [16] | plruto | 2008.02.08 |
도메인 연결시에 화면 깨짐/스크롤시 화면 깨짐 간단해결법. [4] | YdoubleU | 2007.11.05 |
참고용 - PNG 이용한 RGBa 흉내 데모 [1] | 키네시스 | 2011.09.14 |
관리자 무한추천 팁과 추천인/비추천인 표시팁의 충돌 [1] | ForHanbi | 2011.09.10 |
1.4.5.5 첨부파일 문제입니다 [4] | codochi | 2011.04.23 |
V3 게시판 (분류메뉴-2단계지원) 일반 게시판으로 옮겨 사용하기 | ForHanbi | 2011.09.09 |
웹폰트의 개념과 사용법 [2] | hika1 | 2011.05.26 |
모듈 join_extend(주민번호 확인 모듈)과 DD_belatedPNG의 충돌 [2] | ForHanbi | 2011.09.02 |
blogapi 사진이 포함된 글 [1] | 리남철 | 2011.09.02 |
직접 ftp를 이용하여 게시물과 회원정보등 데이터 베이스 백업이 가능한가요 [1] | 뉴늅 | 2011.09.06 |
플래닛XE - Me2day 연동시 참고사항입니다. | 파산팩토리 | 2008.12.07 |
각 게시판별 하루 글 작성수 제한하기 (게시판 스킨 수정) | 도라란 | 2011.08.31 |
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 67 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 253 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 254 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 255 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 256 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 257 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 258 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 77 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/haebyeong/www/modules/file/file.controller.php:1) in /home/hosting_users/haebyeong/www/classes/display/DisplayHandler.class.php on line 77
이런 에러가 납니다.
다시 원본파일로 변경하니 정상이고요~~~