DB 정보 재입력과 에러 메세지. 정보
DB 정보 재입력과 에러 메세지.관련링크
본문
안녕하세요,
오후까지 잘 연습하고 다시한번 처음부터 시도해 보고자 있던 gnuboard도 coreFTP에서 삭제하고
다시 깔았습니다. 문제는 제가 무엇을 missing했는지 아래와 같은 메세지가 자꾸뜹니다.
gnuboard를 새로 coreFTP로 upload하고 namo에서 새로이 phpfile을 만들어 try해보니 DB 정보 설정이 안됬다해서 다시 입력했는데 뭔지 잘 안되네요.
제주소는 www.odpcweb.info/hty/index.php입니다.
정말 초짜이니 고수님들의 자세한 지도 부탁드립니다.
에러 메세지를 아래에 보냅니다.
---------------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /homepages/38/d327897136/htdocs/hty/index.php:2) in /homepages/38/d327897136/htdocs/hty/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /homepages/38/d327897136/htdocs/hty/index.php:2) in /homepages/38/d327897136/htdocs/hty/lib/common.lib.php on line 110
오후까지 잘 연습하고 다시한번 처음부터 시도해 보고자 있던 gnuboard도 coreFTP에서 삭제하고
다시 깔았습니다. 문제는 제가 무엇을 missing했는지 아래와 같은 메세지가 자꾸뜹니다.
gnuboard를 새로 coreFTP로 upload하고 namo에서 새로이 phpfile을 만들어 try해보니 DB 정보 설정이 안됬다해서 다시 입력했는데 뭔지 잘 안되네요.
제주소는 www.odpcweb.info/hty/index.php입니다.
정말 초짜이니 고수님들의 자세한 지도 부탁드립니다.
에러 메세지를 아래에 보냅니다.
---------------------------------------------------------------------------------
Warning: Cannot modify header information - headers already sent by (output started at /homepages/38/d327897136/htdocs/hty/index.php:2) in /homepages/38/d327897136/htdocs/hty/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /homepages/38/d327897136/htdocs/hty/index.php:2) in /homepages/38/d327897136/htdocs/hty/lib/common.lib.php on line 110
댓글 전체
www.odpcweb.info/hty/index.php
가 안 열리네요
가 안 열리네요
혹시 utf8이세요?
utf-8 일경우에 나모는 모르겟지만, 저장할때,
bom, 인식표시 항상제거 체크 하시고 저장하시구요.
index.php 최상단에
공백<?php
이렇게 시작하지 않았나 합니다.
이유야 뭐
header();
session_start();
하기전에 html 태그나 공백이 나왔기 때문입니다.
utf-8 일경우에 나모는 모르겟지만, 저장할때,
bom, 인식표시 항상제거 체크 하시고 저장하시구요.
index.php 최상단에
공백<?php
이렇게 시작하지 않았나 합니다.
이유야 뭐
header();
session_start();
하기전에 html 태그나 공백이 나왔기 때문입니다.