채팅방을 깔았는데요... 에러가 떠요 (그누보드)
페이지 정보
작성자본문
현재 utf 8 쓰고 있고요
www.illki.com
홈페이지 만들어서 채팅방좀 만들어보려고 해서
일단 압축풀고 나온 adm폴더와 민트유틸폴더, 챗.php 이 3개 를 루트디렉토리에 덮어쓰기를 했습니다.
그리고 루트에 있는 common.php 를 이렇게 수정했습니다.
include_once("$g4[path]/lib/constant.php"); // 상수 정의
include_once("$g4[path]/config.php"); // 설정 파일
include_once("$g4[path]/lib/common.lib.php"); // 공통 라이브러리
include_once("$g4[path]/MintUtil/MintLib.php"); // MintUTIL 라이브러리
include_once("$g4[path]/MintUtil/MintLib_upload.php"); // MintUTIL 업로드 라이브러리
// config.php 가 있는곳의 웹경로
그런데
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 37
이렇게 오류가 뜨네요 ㅠㅠㅠ
해결방법좀요....
그리고 관리자 페이지에서 채팅 db 설치했는데
채팅방 설치 및 나오게 하려면 어디서 어떻게 하나요?
채팅
제가 엄청 초보라 좀 쉽게 설명 부탁드려요
www.illki.com
홈페이지 만들어서 채팅방좀 만들어보려고 해서
일단 압축풀고 나온 adm폴더와 민트유틸폴더, 챗.php 이 3개 를 루트디렉토리에 덮어쓰기를 했습니다.
그리고 루트에 있는 common.php 를 이렇게 수정했습니다.
include_once("$g4[path]/lib/constant.php"); // 상수 정의
include_once("$g4[path]/config.php"); // 설정 파일
include_once("$g4[path]/lib/common.lib.php"); // 공통 라이브러리
include_once("$g4[path]/MintUtil/MintLib.php"); // MintUTIL 라이브러리
include_once("$g4[path]/MintUtil/MintLib_upload.php"); // MintUTIL 업로드 라이브러리
// config.php 가 있는곳의 웹경로
그런데
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/diarys00/public_html/common.php:1) in /home/diarys00/public_html/head.sub.php on line 37
이렇게 오류가 뜨네요 ㅠㅠㅠ
해결방법좀요....
그리고 관리자 페이지에서 채팅 db 설치했는데
채팅방 설치 및 나오게 하려면 어디서 어떻게 하나요?
채팅
제가 엄청 초보라 좀 쉽게 설명 부탁드려요
|
|
댓글목록
MintState님의 댓글
이렇게 봐서는 모르겟네요..
가장 많이 실수 하는 것이 php에서 맨 상단부분에 빈공간이 들어 가서 그렇습니다.
이건 파일 포멧하고 상관이 있는 것인데
어떤 에디터로 고치신지 모르겠지만 에디터플러스나 emediter 울트라에디터 등으로 고치셔야 합니다.
만일 안되면 쪽지로 계정정보를 주시면 확인해 보겠습니다.





채팅방을 깔았는데요... 에러가 떠요 (그누보드)