테스트를 위해서....... 정보
테스트를 위해서.......본문
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="1">
<tr>
<td width="1121" height="320"><?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo outlogin("basic_doasis_euckr"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
위와 같이 만들어서 index.php로 저장을 했습니다. 여기 메뉴얼에 있는 그대로죠.......basic_doasis_euckr은 아웃로긴 스킨이고요......받아서 gnuboard4의 skin에 outlogin에 올렸습니다.
위에 html문은 여기 메뉴얼에 써 놓으신걸 그대로 복사를 해서 스킨명만 바꾼 것이죠.......왜 에러가 날까요???
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<table border="1">
<tr>
<td width="1121" height="320"><?
include_once("./_common.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
echo outlogin("basic_doasis_euckr"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
위와 같이 만들어서 index.php로 저장을 했습니다. 여기 메뉴얼에 있는 그대로죠.......basic_doasis_euckr은 아웃로긴 스킨이고요......받아서 gnuboard4의 skin에 outlogin에 올렸습니다.
위에 html문은 여기 메뉴얼에 써 놓으신걸 그대로 복사를 해서 스킨명만 바꾼 것이죠.......왜 에러가 날까요???
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