회원가입 약관에서 오류가뜨네요 ㅠㅠ 정보
회원가입 약관에서 오류가뜨네요 ㅠㅠ
본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://dochis.woobi.co.kr/bbs/register.php
현재 로컬서버로 테스트중인데요 ㅠㅠ
웹서버에 업로드해도 이렇게 오류가뜨네요 ㅠㅠ
왜이런지 알려주세요 ㅠㅠ
<-------------------------------------------
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
#in1 { width: 1024px; margin:0 auto; text-align:center;}
#head { height: 150px; margin:1px 0 1px 0; text-align:center; }
#agree { margin: 15; }
#agree2 { margin: 15; }
#end { width: 1024px; text-align:center; }
</style>
<form name="fregister" method="POST" onsubmit="return fregister_submit(this);" autocomplete="off">
<div id="in1">
<div id="head">
<p><img src="./img/head1.gif" width="1024" height="100" /></p>
<p> </p>
</div>
<? if ($config[cf_use_jumin]) { // 주민등록번호를 사용한다면 ?>
<!-- 2012년 8월 부터 주민등록번호 수집과 이용이 제한됨 (사실상 수집 금지)
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=25></td>
</tr>
<tr>
<td bgcolor="#cccccc">
<table cellspacing=1 cellpadding=0 width=100% border=0>
<tr bgcolor="#ffffff">
<td width="140" height=30> <b>이름</b></td>
<td width=""> <input name=mb_name itemname="이름" required minlength="2" nospace hangul class=ed></td>
</tr>
<tr bgcolor="#ffffff">
<td height=30> <b>주민등록번호</b></td>
<td> <input name=mb_jumin itemname="주민등록번호" required jumin minlength="13" maxlength=13 class=ed><font style="font-family:돋움; font-size:9pt; color:#66a2c8"> ※ 숫자 13자리 중간에 - 없이 입력하세요.</font></td>
</tr>
</table></td>
</tr>
</table> -->
<? } ?>
</div>
<table width="1024" border="0" align="center" >
<tr>
<td width="1025" align="left"><img src="./img/icon1.gif" width="300" height="25" /><br />
<br />
<div id="agree">
<img src="./img/icon2.gif" alt="" width="259" height="25" /><br />
<table width="100%" border="0">
<tr>
<td><textarea name="textarea" rows="10" readonly class="ed" style="width: 98%"><?=get_text($config[cf_stipulation])?>
</textarea></td>
</tr>
</table><input type="checkbox" name="agree1" id="agree1" value=1>
<label for=agree1>회원가입약관을 읽었으며 내용에 동의합니다.</label>
</div>
<p> </p>
<div id="agree2">
<img src="./img/icon3.gif" alt="" width="259" height="25" /><br />
<table width="100%" border="0">
<tr>
<td><textarea name="textarea2" rows="10" readonly class="ed" style="width: 98%"><?=get_text($config[cf_privacy])?>
</textarea></td>
</tr>
</table>
<input type="checkbox" name="agree3" id="agree3" value=1 />
<label for=agree3>개인정보취급방침을 읽었으며 내용에 동의합니다. </label>
</div>
<p>
<div id="end"><img src="./img/cancle.gif" alt="" width="100" height="30" />
<input type="image" src="./img/next.gif" />
</div>
</p></td>
</tr>
</table>
</form>
<script type="text/javascript">
function fregister_submit(f)
{
var agree1 = document.getElementsByName("agree1");
if (!agree1[0].checked) {
alert("회원가입약관의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
agree1[0].focus();
return false;
}
var agree2 = document.getElementsByName("agree3");
if (!agree3[0].checked) {
alert("개인정보취급방침의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
agree3[0].focus();
return false;
}
f.action = "./register_form.php";
return true;
}
if (typeof(document.fregister.mb_name) != "undefined")
document.fregister.mb_name.focus();
</script>
-------------------------------------->
오류 주소 : http://dochis.woobi.co.kr/bbs/register.php
현재 로컬서버로 테스트중인데요 ㅠㅠ
웹서버에 업로드해도 이렇게 오류가뜨네요 ㅠㅠ
왜이런지 알려주세요 ㅠㅠ
<-------------------------------------------
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
#in1 { width: 1024px; margin:0 auto; text-align:center;}
#head { height: 150px; margin:1px 0 1px 0; text-align:center; }
#agree { margin: 15; }
#agree2 { margin: 15; }
#end { width: 1024px; text-align:center; }
</style>
<form name="fregister" method="POST" onsubmit="return fregister_submit(this);" autocomplete="off">
<div id="in1">
<div id="head">
<p><img src="./img/head1.gif" width="1024" height="100" /></p>
<p> </p>
</div>
<? if ($config[cf_use_jumin]) { // 주민등록번호를 사용한다면 ?>
<!-- 2012년 8월 부터 주민등록번호 수집과 이용이 제한됨 (사실상 수집 금지)
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=25></td>
</tr>
<tr>
<td bgcolor="#cccccc">
<table cellspacing=1 cellpadding=0 width=100% border=0>
<tr bgcolor="#ffffff">
<td width="140" height=30> <b>이름</b></td>
<td width=""> <input name=mb_name itemname="이름" required minlength="2" nospace hangul class=ed></td>
</tr>
<tr bgcolor="#ffffff">
<td height=30> <b>주민등록번호</b></td>
<td> <input name=mb_jumin itemname="주민등록번호" required jumin minlength="13" maxlength=13 class=ed><font style="font-family:돋움; font-size:9pt; color:#66a2c8"> ※ 숫자 13자리 중간에 - 없이 입력하세요.</font></td>
</tr>
</table></td>
</tr>
</table> -->
<? } ?>
</div>
<table width="1024" border="0" align="center" >
<tr>
<td width="1025" align="left"><img src="./img/icon1.gif" width="300" height="25" /><br />
<br />
<div id="agree">
<img src="./img/icon2.gif" alt="" width="259" height="25" /><br />
<table width="100%" border="0">
<tr>
<td><textarea name="textarea" rows="10" readonly class="ed" style="width: 98%"><?=get_text($config[cf_stipulation])?>
</textarea></td>
</tr>
</table><input type="checkbox" name="agree1" id="agree1" value=1>
<label for=agree1>회원가입약관을 읽었으며 내용에 동의합니다.</label>
</div>
<p> </p>
<div id="agree2">
<img src="./img/icon3.gif" alt="" width="259" height="25" /><br />
<table width="100%" border="0">
<tr>
<td><textarea name="textarea2" rows="10" readonly class="ed" style="width: 98%"><?=get_text($config[cf_privacy])?>
</textarea></td>
</tr>
</table>
<input type="checkbox" name="agree3" id="agree3" value=1 />
<label for=agree3>개인정보취급방침을 읽었으며 내용에 동의합니다. </label>
</div>
<p>
<div id="end"><img src="./img/cancle.gif" alt="" width="100" height="30" />
<input type="image" src="./img/next.gif" />
</div>
</p></td>
</tr>
</table>
</form>
<script type="text/javascript">
function fregister_submit(f)
{
var agree1 = document.getElementsByName("agree1");
if (!agree1[0].checked) {
alert("회원가입약관의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
agree1[0].focus();
return false;
}
var agree2 = document.getElementsByName("agree3");
if (!agree3[0].checked) {
alert("개인정보취급방침의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
agree3[0].focus();
return false;
}
f.action = "./register_form.php";
return true;
}
if (typeof(document.fregister.mb_name) != "undefined")
document.fregister.mb_name.focus();
</script>
-------------------------------------->
댓글 전체
adm/config_form.php에 $config[cf_privacy] 변수값이 정확하게 구성되어 있는지 확인해 보시기 바랍니다.
똑같이 설정되있네요;; ㅠㅠ
이페이지는 아무문제가 없습니다.
http://dochis.woobi.co.kr/bbs/register.php
이페이지를 원본으로 덥어 보세요.
우의 소스는 skin\member\basic\register.php
의 것이여야합니다.
혹시 bbs/register.php 의 소스를 수정한것이 아닌지 확인해보세요.
http://dochis.woobi.co.kr/bbs/register.php
이페이지를 원본으로 덥어 보세요.
우의 소스는 skin\member\basic\register.php
의 것이여야합니다.
혹시 bbs/register.php 의 소스를 수정한것이 아닌지 확인해보세요.
아~ 재가 스킨을 잘못바꿧군요 ㅠㅠ
감사합니다^^
감사합니다^^
그럴줄 알았습니다.ㅋㅋㅋ