설치후 인덱스 페이지 여니 이런 오류가...ㅠㅠ 해결법 아시는분? > 그누4 질문답변

그누4 질문답변

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

설치후 인덱스 페이지 여니 이런 오류가...ㅠㅠ 해결법 아시는분? 정보

설치후 인덱스 페이지 여니 이런 오류가...ㅠㅠ 해결법 아시는분?

본문

도와주심 감사하겠습니다. ㅠㅠ;

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

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

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

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

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

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

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

===============================================================================

소스입니다.


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

$g4['title'] = "";
include_once("./_head.php");
?>

<!-- 硫붿씤?붾㈃ 理쒖떊湲€ ?쒖옉 -->
<table width="100%" cellpadding=0 cellspacing=0><tr><td valign=top>
<?
//  理쒖떊湲€
$sql = " select bo_table, bo_subject from $g4[board_table] order by gr_id, bo_table ";
$result = sql_query($sql);
for ($i=0; $row=sql_fetch_array($result); $i++) {
    // ???⑥닔媛€ 諛붾줈 理쒖떊湲€??異붿텧?섎뒗 ??븷???⑸땲??
    // ?ㅽ궓?€ ?낅젰?섏? ?딆쓣 寃쎌슦 愿€由ъ옄 > ?섍꼍?ㅼ젙??理쒖떊湲€ ?ㅽ궓寃쎈줈瑜?湲곕낯 ?ㅽ궓?쇰줈 ?⑸땲??

    // ?ъ슜諛⑸쾿
    // latest(?ㅽ궓, 寃뚯떆?먯븘?대뵒, 異쒕젰?쇱씤, 湲€?먯닔);
    echo latest("basic", $row['bo_table'], 10, 70);
    echo "<p>\n";
}
?>
</td></tr></table>
<!-- 硫붿씤?붾㈃ 理쒖떊湲€ ??-->

<?
include_once("./_tail.php");
?>
  • 복사

댓글 전체

전 방금 해결했는데요, 제가 쓰는 에디터기준으로 설명을 드리자면,
저장하실때 인코딩방식을 UTF-8 No BOM 으로 저장했더니 해결되었습니다
에디터는 울트라에딧입니다.
© SIRSOFT
현재 페이지 제일 처음으로