성인인증게시판 적용후, 오류잡기 정보
성인인증게시판 적용후, 오류잡기본문
글보고 게시판에 성인인증 적용시키고 있는데요.
적용파일 두개 만들고, 해당 게시판 리스트스킨에서 상단에 코드 넣어주고 다 했거든요.
가입후에, 성인 게시판 선택하면 인증이 나오긴 하는데,
문제는 보시면 아시겠지만 오류가 화면처럼 나오거든요.
왜 오류가 나는지 모르겠어요.
성인인증 성공하신 분, 답변부탁드립니다.
게시물 쓰신분에게 쪽지로 여쭤봤는데,
로그인을 안하시는지 읽지않음으로 계속 나타나서
오류내용:
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/lib/common.lib.php on line 109
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/onlineplayground/www/extend/madu.php:39) in /home/hosting_users/onlineplayground/www/head.sub.php on line 38
댓글 전체
- 해당 플러그인 파일의 첫 문장은 <?php 로 시작할텐데, 이 <?php 앞에 공백을 두면 이 오류가 발생할 수 있다.
- 해당 플러그인 파일의 마지막 문장은 ?> 로 끝날텐데, 이 ?> 뒤에 공백을 남기면 이 오류가 발생할 수 있다.
- 해당 플러그인 파일을 저장할 때 노트패드나 편집기에서 utf-8 인코딩 형식으로 저장하면 이런 결과가 발생할 수 있다.
- 해당 플러그인 파일의 마지막 문장은 ?> 로 끝날텐데, 이 ?> 뒤에 공백을 남기면 이 오류가 발생할 수 있다.
- 해당 플러그인 파일을 저장할 때 노트패드나 편집기에서 utf-8 인코딩 형식으로 저장하면 이런 결과가 발생할 수 있다.
불당님 감사합니다.
감사의 눈물이 좌르르륵~~
좋은하루되세요.^^
감사의 눈물이 좌르르륵~~
좋은하루되세요.^^