index 화일을 이렇게 수정했더니 이런 애러만 나죠? > 그누4 질문답변

그누4 질문답변

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

index 화일을 이렇게 수정했더니 이런 애러만 나죠? 정보

index 화일을 이렇게 수정했더니 이런 애러만 나죠?

본문

바쁘신 시간에 들려주셔서 고마워요...

index.php 를 아래와 같이 수정을 했어요.
잘못된 부분을 지적해주시면 고맙겠어요.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");

$g4['title'] = "";
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");

//print_r2(get_defined_constants());

// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.

$table_width = 1004;
?>

<!-- 메인화면 최신글 시작 -->
<?
echo "./main1.php"; // 이곳에 내용이 들어가면 됩니다.
?>
<!-- 메인화면 최신글 끝 -->

<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/tail.sub.php");
?>
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

결국은

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/common.php on line 8

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/lib/common.lib.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 38
./main1.php

이런 애러가 나군요...^^

봐주셔서 고마워요.

댓글 전체

<?
include_once("./_common.php");

$g4['title'] = "";
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("$g4[path]/lib/latest.lib.php"); <<<< 이렇게 바꿔보세요
답변 감사합니다.
그렇게 수정을 해서 올렸더니요..
이번에는
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/common.php on line 8

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/lib/common.lib.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/bufan/www/index.php:1) in /home/hosting_users/bufan/www/head.sub.php on line 38
./main1.php

라고 애러가 나죠?
답변해주셔서 정말 고마워요.
http://www.sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=81829&sca=&sfl=&stx=&sst=&sod=&spt=0&page=1
여기로 다시 질문글을 올렸어요.
아이디 변경을 했어요^^
미안 합니다.
두번 다시 이런 일이 없도록 하겠어요....
전체 66,554 |RSS
그누4 질문답변 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT