최근글 쓰기 에러와, more 클릭시 상하파일이 안나오는 문제 > 그누4 질문답변

그누4 질문답변

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

최근글 쓰기 에러와, more 클릭시 상하파일이 안나오는 문제 정보

최근글 쓰기 에러와, more 클릭시 상하파일이 안나오는 문제

본문

파일은  게시판은  root/gnuboard4/에 게시판 설치 하였으며,
작성한 파일은 root/include/ 에 있습니다.
경로 에러인것 같은데,최근글 나오기는 하는데 에러가 같이 나오네요...
함번 봐 주세요....
제컴에서 그냥 하는거라 사이트가 없네요.

Warning: Cannot modify header information - headers already sent by (output started at c:\apm_setup\htdocs\main\w_index.php:12) in c:\apm_setup\htdocs\gnuboard4\common.php on line 8

에러 메시지 후 아래 최근글 나옴


<?
      $g4_path = "../gnuboard4";
         include_once("$g4_path/common.php");
         include_once("$g4[path]/lib/latest.lib.php");
    ?>
    <?=latest("basic", "notice", 5, 70); ?>

그리고, 최근글이 표시가 되면, more나 게시물 내용을 클릭하면 게시판만 나오는데요.
상하 파일 연결로 걸어 놓았는데 잘못하고 있는건가요? 답변 기다리겠습니다. 감사합니다.

상단 파일 ../include/header.php   하단파일 ../include/footer.php
 
--> footer.php 파일 내용입니다.
 ---------------------------------------------------------------------------------------
  <tr>
    <td height="40" colspan="3" align="center"><h1><img src="../img/info-bar.jpg" width="1040" height="50" /></h1></td>
  </tr>
  <tr>
    <td width="200" height="138" align="right">1111</td>
    <td width="532" align="center">

    <?
      $g4_path = "../gnuboard4";
         include_once("$g4_path/common.php");
         include_once("$g4[path]/lib/latest.lib.php");
    ?>

    <?=latest("basic", "wibro_notice", 5, 70); ?>
    </td>
    <td width="368">2222</td>
  </tr>
  <tr>
    <td height="60" colspan="3"><img src="../img/footer.jpg" width="1100" height="80" /></td>
  </tr>
  <tr>
    <td height="60" colspan="3"> </td>
  </tr>
</table>
</body>
</html>
-------------------------------------------------------------------------------------------

  • 복사

댓글 전체

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