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

그누4 질문답변

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

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

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

본문

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

index.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"); 
?>

<!-- 메인화면 최신글 시작 -->
<?
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/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


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

봐주셔서 고마워요.
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로