최근게시물 질문입니다. 전문가님의 따듯한 손길 부탁드립니다. > 그누4 질문답변

그누4 질문답변

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

최근게시물 질문입니다. 전문가님의 따듯한 손길 부탁드립니다. 정보

최근게시물 질문입니다. 전문가님의 따듯한 손길 부탁드립니다.

본문

최근게시물 질문입니다. 전문가님의 따듯한 손길 부탁드립니다.
 
현재 이 문제로 3일동안 문제를 안고 있습니다.
 
제 폴더는
html
├ gnuboard4 ┬ adm
│      ├ bbs
│      ├ cheditor
│      ├ convert
│      ├ data
│      ├ extend
│      ├ img
│      ├ js
│      ├ lib
│      └ skin


├ index.php (index.html) 
└ _common.php
 
입니다.. 여기다가 index 파일에다가
index.php

<?
$g4_path = ".";
include_once("$g4_path/_common.php");
$g4[title] = "제목";
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/latest.lib.php");
?>

<?=latest("basic", "bbs", 5, 60);?>

<?
include_once("$g4[path]/tail.sub.php");
?>
 
이렇게 적었습니다.
 
그러니깐..  에러 파일이

Warning: Cannot add header information - headers already sent by (output started at /home/.sites/48/site10/.users/10/hana/web/_common.php:4) in /home/.sites/48/site10/.users/10/hana/web/gnuboard4/head.sub.php on line 32

Warning: Cannot add header information - headers already sent by (output started at /home/.sites/48/site10/.users/10/hana/web/_common.php:4) in /home/.sites/48/site10/.users/10/hana/web/gnuboard4/head.sub.php on line 34

Warning: Cannot add header information - headers already sent by (output started at /home/.sites/48/site10/.users/10/hana/web/_common.php:4) in /home/.sites/48/site10/.users/10/hana/web/gnuboard4/head.sub.php on line 35

Warning: Cannot add header information - headers already sent by (output started at /home/.sites/48/site10/.users/10/hana/web/_common.php:4) in /home/.sites/48/site10/.users/10/hana/web/gnuboard4/head.sub.php on line 36

Warning: Cannot add header information - headers already sent by (output started at /home/.sites/48/site10/.users/10/hana/web/_common.php:4) in /home/.sites/48/site10/.users/10/hana/web/gnuboard4/head.sub.php on line 37

Warning: Cannot add header information - headers already sent by (output started at /home/.sites/48/site10/.users/10/hana/web/_common.php:4) in /home/.sites/48/site10/.users/10/hana/web/gnuboard4/head.sub.php on line 38
 
이렇게 나왔습니다. 해결 방법좀 가르쳐 주세요 ㅠㅠ
 
hanalease.co.kr/index.php 입니다.
 
이 파일을 html 페이ㅣ 중간에 넣을려구 하는데..
 
그것도 가르쳐 주세요.. 감사합니다.
  • 복사

댓글 전체

그냥 한분께서 설명해 주시면은 안되나요?

참조라구 영남이님께서 올려주신거요.. ㅡㅡ

위에 제가 그거 보고 하다가 안되서 올린거라서요 ;;

최근게시물이 나오기는하는데 에러메세지가 나오니깐 미치겠네요.

누가 설명좀 자세히 해 주세요 ㅠㅠ
© SIRSOFT
현재 페이지 제일 처음으로