인덱스페이지에서 벌써 에러가 나네요. 좀 봐주세요. 정보
그누보드 인덱스페이지에서 벌써 에러가 나네요. 좀 봐주세요.본문
초보 그노보더입니다.
열심히 인덱스페이지를 만들어서 그노보드의 아웃로그인이랑 몇가지를 넣어서 만들어 보려구 하는데 메인화면부터 바로 문제가 발생하네요.
화면상에서 보여지는 에러는 어떻게 해서 나타나는 건지 좀 가르쳐주세요.
php를 아시는 분은 해결하실 거 같은데....
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>지붕개량미용실</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body>
<table width=100% border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height=2>
<td colspan="3"></td>
</tr>
<tr>
<td height="40"> </td>
<td align=right>
<?
echo "<a href='./'>HOME</a> | ";
if (!$member[mb_id]) {
echo "
<a href='./?doc=$cfg[bbs_dir]/mblogin.php&url=$urlencode'>로그인</a> |
<a href='./?doc=$cfg[bbs_dir]/mbform.php'>회원가입</a>";
} else {
echo "
<a href='./?doc=$cfg[bbs_dir]/mblogout.php&url=$urlencode'>로그아웃</a> |
<a href='./?doc=$cfg[bbs_dir]/mbform.php&w=u'>정보수정</a>";
if ($is_admin == "default" || $is_admin == "group") {
echo " (<a href='./?doc=$cfg[bbs_dir]/admin/index.php'><u>ADMIN</u></a>)";
}
}
?>
</td>
<td align=right></td>
</tr>
<tr>
<td height="35" colspan="3" bgcolor="FFD4E5"> </td>
</tr>
<tr>
<td height="30" colspan="3" bgcolor="D95BB4"> </td>
</tr>
</table></td>
</tr>
</table>
<!-- 공백 -->
<table width=100% height=5><tr><td></td></tr></table>
<table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" bgcolor="FBC2DE"> </td>
</tr>
<tr>
<td><? include "./$cfg[url]/outlogin.php"; ?></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="25" bgcolor="EFD9E4">
<!-- 투표 시작 -->
<? include "./$cfg[bbs_dir]/vote.php"; ?>
<!-- 투표 끝 -->
</td>
</tr>
<tr>
<td height="500" bgcolor="FAF2F6">
<!-- 카운터 시작 -->
<? include "./$cfg[bbs_dir]/count.php"; ?>
<!-- 카운터 끝 -->
</td>
</tr>
</table></td>
<td width="5"></td>
<td valign=top><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="200"> </td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35"> </td>
</tr>
<tr height=1 bgcolor=#F7E590>
<td bgcolor="#F7E590"></td>
</tr>
<tr>
<td height="50" bgcolor="FFFBE7"> </td>
</tr>
<tr height=1 bgcolor=#F7E590>
<td bgcolor="#F7E590"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35" colspan="3"> </td>
</tr>
<tr height=1>
<td colspan="3" bgcolor="C6C6C6"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td height="150"> </td>
<td height="150"> </td>
<td height="150"> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35" colspan="3"> </td>
</tr>
<tr height=1>
<td colspan="3" bgcolor="C6C6C6"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td height="150"> </td>
<td height="150"> </td>
<td height="150"> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td width="5"> </td>
<td width="150"> </td>
</tr>
</table></td>
</tr>
</table>
<!-- 세번째 큰테이블 -->
<table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
열심히 인덱스페이지를 만들어서 그노보드의 아웃로그인이랑 몇가지를 넣어서 만들어 보려구 하는데 메인화면부터 바로 문제가 발생하네요.
화면상에서 보여지는 에러는 어떻게 해서 나타나는 건지 좀 가르쳐주세요.
php를 아시는 분은 해결하실 거 같은데....
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>지붕개량미용실</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body>
<table width=100% border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr height=2>
<td colspan="3"></td>
</tr>
<tr>
<td height="40"> </td>
<td align=right>
<?
echo "<a href='./'>HOME</a> | ";
if (!$member[mb_id]) {
echo "
<a href='./?doc=$cfg[bbs_dir]/mblogin.php&url=$urlencode'>로그인</a> |
<a href='./?doc=$cfg[bbs_dir]/mbform.php'>회원가입</a>";
} else {
echo "
<a href='./?doc=$cfg[bbs_dir]/mblogout.php&url=$urlencode'>로그아웃</a> |
<a href='./?doc=$cfg[bbs_dir]/mbform.php&w=u'>정보수정</a>";
if ($is_admin == "default" || $is_admin == "group") {
echo " (<a href='./?doc=$cfg[bbs_dir]/admin/index.php'><u>ADMIN</u></a>)";
}
}
?>
</td>
<td align=right></td>
</tr>
<tr>
<td height="35" colspan="3" bgcolor="FFD4E5"> </td>
</tr>
<tr>
<td height="30" colspan="3" bgcolor="D95BB4"> </td>
</tr>
</table></td>
</tr>
</table>
<!-- 공백 -->
<table width=100% height=5><tr><td></td></tr></table>
<table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" bgcolor="FBC2DE"> </td>
</tr>
<tr>
<td><? include "./$cfg[url]/outlogin.php"; ?></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td height="25" bgcolor="EFD9E4">
<!-- 투표 시작 -->
<? include "./$cfg[bbs_dir]/vote.php"; ?>
<!-- 투표 끝 -->
</td>
</tr>
<tr>
<td height="500" bgcolor="FAF2F6">
<!-- 카운터 시작 -->
<? include "./$cfg[bbs_dir]/count.php"; ?>
<!-- 카운터 끝 -->
</td>
</tr>
</table></td>
<td width="5"></td>
<td valign=top><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="200"> </td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35"> </td>
</tr>
<tr height=1 bgcolor=#F7E590>
<td bgcolor="#F7E590"></td>
</tr>
<tr>
<td height="50" bgcolor="FFFBE7"> </td>
</tr>
<tr height=1 bgcolor=#F7E590>
<td bgcolor="#F7E590"></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35" colspan="3"> </td>
</tr>
<tr height=1>
<td colspan="3" bgcolor="C6C6C6"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td height="150"> </td>
<td height="150"> </td>
<td height="150"> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="35" colspan="3"> </td>
</tr>
<tr height=1>
<td colspan="3" bgcolor="C6C6C6"></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td height="150"> </td>
<td height="150"> </td>
<td height="150"> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
<td width="5"> </td>
<td width="150"> </td>
</tr>
</table></td>
</tr>
</table>
<!-- 세번째 큰테이블 -->
<table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
</body>
</html>
댓글 전체
그러니.. 7쟁이님 말이요..
http://hair2u.co.kr/ <-- 이주소를 쓰시지 마시구요..
http://hair2u.co.kr/gnu3/ <-- 이주소를 쓰라는 말이잔소 ^.^
http://hair2u.co.kr/ <-- 이주소를 쓰시지 마시구요..
http://hair2u.co.kr/gnu3/ <-- 이주소를 쓰라는 말이잔소 ^.^
7쟁이님 감사합니다.
그런데 참고로 주신사이트대로 했는데 아직 에러문이 뜨네요.
제가 어떤 잘못을 하고 있는지 잘 알 수가 없네요.
특히, 이런 에러문에는 약한지라...
정상적으로 되려면 어디를 손봐서 무엇을 첨가해야할지 잘 모르겠네요.
아시는 답변이 있으면 부탁드립니다.
그리고 홈페이지 잘 봤습니다. 7쟁이님처럼 만들고 싶습니다. 무엇보다. 그럼
Warning: Failed opening './gnu/kaja_lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 3
Warning: Failed opening './gnu/bbs/gblayer.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 4
Warning: Failed opening './/outlogin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 65
Warning: Failed opening './/vote.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 74
Warning: Failed opening './/count.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 82
그런데 참고로 주신사이트대로 했는데 아직 에러문이 뜨네요.
제가 어떤 잘못을 하고 있는지 잘 알 수가 없네요.
특히, 이런 에러문에는 약한지라...
정상적으로 되려면 어디를 손봐서 무엇을 첨가해야할지 잘 모르겠네요.
아시는 답변이 있으면 부탁드립니다.
그리고 홈페이지 잘 봤습니다. 7쟁이님처럼 만들고 싶습니다. 무엇보다. 그럼
Warning: Failed opening './gnu/kaja_lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 3
Warning: Failed opening './gnu/bbs/gblayer.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 4
Warning: Failed opening './/outlogin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 65
Warning: Failed opening './/vote.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 74
Warning: Failed opening './/count.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/mizobata/www/index.php on line 82
http://www.sir.co.kr/?doc=bbs/gnuboard.php&bo_table=tiptech&wr_id=1059 ---참고
http://hair2u.co.kr/gnu3/ 이렇게 하면 잘되죠?
그누안에서 해결보세요...
head/index.php 를 잘살펴 보시길....
http://hair2u.co.kr/gnu3/ 이렇게 하면 잘되죠?
그누안에서 해결보세요...
head/index.php 를 잘살펴 보시길....