게시판 추출이 안되요 > 그누4 질문답변

그누4 질문답변

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

게시판 추출이 안되요 정보

게시판 추출이 안되요

본문

 Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/joycups/www/gnuboard4/la-no.php:1) in /home/hosting_users/joycups/www/gnuboard4/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/joycups/www/gnuboard4/la-no.php:1) in /home/hosting_users/joycups/www/gnuboard4/lib/common.lib.php on line 98
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/joycups/www/gnuboard4/la-no.php:1) in /home/hosting_users/joycups/www/gnuboard4/lib/common.lib.php on line 98
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/joycups/www/gnuboard4/la-no.php:1) in /home/hosting_users/joycups/www/gnuboard4/lib/common.lib.php on line 98
이런 에러가 납니다.
 
_head.php파일엔
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.php");
?>
이렇게 들어가 있구요.
la-no.php파일엔 다음과 같이 있습니다.
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<title>마음까지 따뜻해지는 "JOY CUPS"</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body leftmargin="0" topmargin="0">
<table width="250"><tr><td bgcolor="#00CC66" width="100%">
<?=latest("enaksu", "notice", 5, 60); ?>
</td></tr></table>
</body>
</html>
 
common.lib.php이파일은 건들지 안았어요. 그누보드 설치해서 사용한거라...
메인에 게시물추출을 하려 추출은 되는데 에러메세지와 같이 나오네요.

Fatal error: Uncaught TypeError: mysqli_fetch_assoc(): Argument #1 ($result) must be of type mysqli_result, null given in /home/kagla/new-sir/old/lib/common.lib.php:2339 Stack trace: #0 /home/kagla/new-sir/old/lib/common.lib.php(2339): mysqli_fetch_assoc() #1 /home/kagla/new-sir/old/skin/board/v16/view.skin.php(795): sql_fetch_array() #2 /home/kagla/new-sir/old/bbs/view.php(403): include_once('...') #3 /home/kagla/new-sir/old/bbs/board.php(300): include_once('...') #4 {main} thrown in /home/kagla/new-sir/old/lib/common.lib.php on line 2339