그누보드에서 오류가 있는데 도통 ㅠ.ㅠ 몬지 모르겠어요 도움을 주세요 정보
그누보드에서 오류가 있는데 도통 ㅠ.ㅠ 몬지 모르겠어요 도움을 주세요
본문
http://bluspace.co.kr/bbs/board.php?bo_table=free
http://bluspace.co.kr/bbs/board.php?bo_table=notice
등 보드에서 윈도우창아래에 오류 표시가 뜹니다. 눌러서 보면 첨부한 그림처럼 뜹니다.
http://bluspace.co.kr/head.php
http://bluspace.co.kr/tail.php
이 페이지에서 문제가 있는 건지 ㅠ.ㅠ 정말 모르겠네요...
작업중인데.. 오류때문에 진전이 되지를 않습니다. 도움을 주세요 ㅠ.ㅠ
아래는 헤드 파일 소스입니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("./_common.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 960;
?>
<!-- 상단 배경 시작 --><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script>doc_write(flash_movie("<?=$g4['path']?>/flash/m_base.swf", "mainflash", 960, 82, "transparent"));</script>
<!-- 상단 배경 끝 -->
<!-- 상단 로고 및 버튼 시작 -->
<!-- 상단 로고 및 버튼 끝 -->
<!-- 검색 시작 -->
<script language="JavaScript">
function fsearchbox_submit(f)
{
if (f.stx.value == '')
{
alert("검색어를 입력하세요.");
f.stx.select();
f.stx.focus();
return;
}
/*
// 검색에 많은 부하가 걸리는 경우 이 주석을 제거하세요.
var cnt = 0;
for (var i=0; i<f.stx.value.length; i++)
{
if (f.stx.value.charAt(i) == ' ')
cnt++;
}
if (cnt > 1)
{
alert("빠른 검색을 위하여 검색어에 공백은 한개만 입력할 수 있습니다.");
f.stx.select();
f.stx.focus();
return;
}
*/
f.action = "<?=$g4['bbs_path']?>/search.php";
f.submit();
}
</script>
<!-- 검색 끝 -->
<style type="text/css">
#middiv {
width:<?=$table_width?>px;
position:relative;
margin:0px auto;
vertical-align:top;
float:left;
}
#middiv #mleft { width:195px; float:left; padding:0 0 0 0; }
#middiv #mright { width:765px; float:left; padding:0 0 0 0; }
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
</style>
<table width='<?=$table_width?>' cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=0></td>
<!-- 왼쪽 메뉴 -->
<td width=195 valign=top bgcolor="#eeeeee">
<?=outlogin("RobinPC"); // 외부 로그인 ?>
<div style='height:10px;'></div>
<?=my_latest("my_latest", 10, 28); // 내글 모니터?>
<div style='height:10px;'></div>
<?=visit("visit_counter"); // 방문자수 ?>
<div style='height:10px;'></div>
<?=poll("basic"); // 설문조사 ?>
</td>
<td width=5></td>
<!-- 중간 -->
<td width=765 valign=top>
이 아래는 tail 파일 소스구요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
</td>
<td width=5></td>
</tr></table>
<!-- 카피라이트 시작 -->
<div style='float:left;'>
<table width="<?=$table_width?>" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="<?=$g4['path']?>/img/copy_r.gif" width="960" height="65" /></td>
</tr>
</table>
</div>
<!-- 카피라이트 끝 -->
<?
include_once("$g4[path]/tail.sub.php");
?>
모가 잘못된건지 ㅠ.ㅠ 도움을 주세요 .ㅠㅠ
http://bluspace.co.kr/bbs/board.php?bo_table=notice
등 보드에서 윈도우창아래에 오류 표시가 뜹니다. 눌러서 보면 첨부한 그림처럼 뜹니다.
http://bluspace.co.kr/head.php
http://bluspace.co.kr/tail.php
이 페이지에서 문제가 있는 건지 ㅠ.ㅠ 정말 모르겠네요...
작업중인데.. 오류때문에 진전이 되지를 않습니다. 도움을 주세요 ㅠ.ㅠ
아래는 헤드 파일 소스입니다.
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("./_common.php");
//print_r2(get_defined_constants());
// 사용자 화면 상단과 좌측을 담당하는 페이지입니다.
// 상단, 좌측 화면을 꾸미려면 이 파일을 수정합니다.
$table_width = 960;
?>
<!-- 상단 배경 시작 --><style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script>doc_write(flash_movie("<?=$g4['path']?>/flash/m_base.swf", "mainflash", 960, 82, "transparent"));</script>
<!-- 상단 배경 끝 -->
<!-- 상단 로고 및 버튼 시작 -->
<!-- 상단 로고 및 버튼 끝 -->
<!-- 검색 시작 -->
<script language="JavaScript">
function fsearchbox_submit(f)
{
if (f.stx.value == '')
{
alert("검색어를 입력하세요.");
f.stx.select();
f.stx.focus();
return;
}
/*
// 검색에 많은 부하가 걸리는 경우 이 주석을 제거하세요.
var cnt = 0;
for (var i=0; i<f.stx.value.length; i++)
{
if (f.stx.value.charAt(i) == ' ')
cnt++;
}
if (cnt > 1)
{
alert("빠른 검색을 위하여 검색어에 공백은 한개만 입력할 수 있습니다.");
f.stx.select();
f.stx.focus();
return;
}
*/
f.action = "<?=$g4['bbs_path']?>/search.php";
f.submit();
}
</script>
<!-- 검색 끝 -->
<style type="text/css">
#middiv {
width:<?=$table_width?>px;
position:relative;
margin:0px auto;
vertical-align:top;
float:left;
}
#middiv #mleft { width:195px; float:left; padding:0 0 0 0; }
#middiv #mright { width:765px; float:left; padding:0 0 0 0; }
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
</style>
<table width='<?=$table_width?>' cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=0></td>
<!-- 왼쪽 메뉴 -->
<td width=195 valign=top bgcolor="#eeeeee">
<?=outlogin("RobinPC"); // 외부 로그인 ?>
<div style='height:10px;'></div>
<?=my_latest("my_latest", 10, 28); // 내글 모니터?>
<div style='height:10px;'></div>
<?=visit("visit_counter"); // 방문자수 ?>
<div style='height:10px;'></div>
<?=poll("basic"); // 설문조사 ?>
</td>
<td width=5></td>
<!-- 중간 -->
<td width=765 valign=top>
이 아래는 tail 파일 소스구요
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?>
</td>
<td width=5></td>
</tr></table>
<!-- 카피라이트 시작 -->
<div style='float:left;'>
<table width="<?=$table_width?>" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><img src="<?=$g4['path']?>/img/copy_r.gif" width="960" height="65" /></td>
</tr>
</table>
</div>
<!-- 카피라이트 끝 -->
<?
include_once("$g4[path]/tail.sub.php");
?>
모가 잘못된건지 ㅠ.ㅠ 도움을 주세요 .ㅠㅠ
댓글 전체
만약에 다른 파일을 열었을때 비슷한 오류가 뜨지 않는다면 해당 게시판의 스킨에 문제가 있지 않을까요?
게시판 스킨이 다른 게시판을 열었을때 오류가 발생하는지 그렇지 않은지 먼저 확인을 해보세요.
제 생각에는 게시판 스킨을 작업하시면서 오류가 발생한것이 아닌가 생각됩니다.
게시판 스킨이 다른 게시판을 열었을때 오류가 발생하는지 그렇지 않은지 먼저 확인을 해보세요.
제 생각에는 게시판 스킨을 작업하시면서 오류가 발생한것이 아닌가 생각됩니다.
그누보드에서 오류가 있는데 도통 ㅠ.ㅠ 몬지 모르겠어요 도움을 주세요 다시한번...
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : www.bluspace.co.kr
http://www.sir.co.kr/bbs/tb.php/g4_qa/77390/2247d23dfe4401351f76ca8bcb319d1b
위 글을 질문을 했었는데 izen 님의 답변대로 다른 게시물 스킨을…
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : www.bluspace.co.kr
http://www.sir.co.kr/bbs/tb.php/g4_qa/77390/2247d23dfe4401351f76ca8bcb319d1b
위 글을 질문을 했었는데 izen 님의 답변대로 다른 게시물 스킨을…