그누보드 설치후 이런 에러는 왜 나죠? > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

그누보드 설치후 이런 에러는 왜 나죠? 정보

그누보드 설치후 이런 에러는 왜 나죠?

본문

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/mayamenual/www/g4/dbconfig.php:6) in /home/hosting_users/아이디/www/g4/head.sub.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/mayamenual/www/g4/dbconfig.php:6) in /home/hosting_users/아이디/www/g4/head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/mayamenual/www/g4/dbconfig.php:6) in /home/hosting_users/아이디/www/g4/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/mayamenual/www/g4/dbconfig.php:6) in /home/hosting_users/아이디/www/g4/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/mayamenual/www/g4/dbconfig.php:6) in /home/hosting_users/아이디/www/g4/head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/mayamenual/www/g4/dbconfig.php:6) in /home/hosting_users/아이디/www/g4/head.sub.php on line 38
 
<dbconfig.php의 내용>
<?
$mysql_host = "localhost";
$mysql_user = "아이디";
$mysql_password = "비밀번호";
$mysql_db = "아이디";
?>
 
이렇게 했는데 게시판 상단과 관리모드 상단 모두 같은 에러메세지가 뜹니다
이럴때 조치하는 방법좀 알려주시면 감사하겠습니다 ^^
  • 복사

댓글 전체

웁쓰.. 설치 안하셨나보군요..
그누보드를 먼저 설치 하셔요~
도메인 뒤에 /g4/index.php 하시면 설치 진행 되실 겁니다.

그리고 dbconfig.php파일안에는 이런 정보가 들어가게 됩니다.

$mysql_host = "localhost";  //호스트 명
$mysql_user = "아이디";      //호스트 아이디
$mysql_password = "비밀번호";  //비밀번호
$mysql_db = "아이디";    //DB명
그건 한건뎅 ㅎ
호스트아이디 // 비번 // db아이디까지 다 넣어서 만들었거든요?
근데 실행은 되는데 에러가 나네요
그누보드를 지우고 다시 설치해도 같은 문제가 발생하네요
물론 그누보드 관리모드에서 업그레이드까지 했습니다만...
똑같이 나와 문제입니다 ^^
<?
$mysql_host = "localhost";
$mysql_user = "아이디";
$mysql_password = "비밀번호";
$mysql_db = "아이디";
?>

의  <?의 앞과  ?>의 이후로 여백이 있는지 확인해 보세요..

http://www.sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=48984
나스카님의 답변도 참고...
© SIRSOFT
현재 페이지 제일 처음으로