Skip to content

이미 해결책이 제시되어있긴한데, 그래도 안되는경우의 방법입니다.


write.php  에서 스크립트 오류가 발생되고 그 부분이  check_kcaptcha(f.wr_key) 이라면.
일반회원일때는 wr_key 입력항목이 없어서 그런것입니다.  다음과 같이 변경하면 됩니다.

write.skin.php 에서 수정
변경전:
    if (!check_kcaptcha(f.wr_key)) {
        return false;
    }

변경후:

    if (typeof(f.wr_key) != "undefined" && !check_kcaptcha(f.wr_key)) {
        return false;
    }

profile

일요일은 짜빠게뤼~ 먹는날~^^

엮인글 :
http://adminplay.com/74373/773/trackback
List of Articles
번호 제목 글쓴이 날짜 조회 수

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234