최근게시물 추출시 에러 ;; 정보
최근게시물 추출시 에러 ;;본문
Warning: Cannot modify header information - headers already sent by (output started at /free/home/hanriver/html/index.php:16) in /free/home/hanriver/html/gnuboard4/common.php on line 8
라고 제가 index.php에
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
를 입력하는 줄이 에러라고 위같은 경고가 나타납니다.
제발 알려주세요...
라고 제가 index.php에
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
를 입력하는 줄이 에러라고 위같은 경고가 나타납니다.
제발 알려주세요...
댓글 전체
common.php 파일에서
<?
위 코드 이전에 엔터값이나 공백이 들어있는지 확인해보시고 지우시면될것같네요
<?
위 코드 이전에 엔터값이나 공백이 들어있는지 확인해보시고 지우시면될것같네요
_common.php에 공백이나 엔터값이 없는데요..어떻게 해야할까요..