모닝몰 회원가입 안됩니다ㅠㅠ

· 2010-08-18 (수) 19:46:40 · 1662 · 4
http://sunnyworld.elogin.co.kr/yshop/m_member.php

<회원가입 안되거나 회원가입 작성 다하고 확인버튼 누르면 다음페이지가 없는 페이지로 에러납니다)

이메일 확인이 안되는 오류 인거 같은데 잘모르겠네요

알려주실분 계신가요?~~

첨부파일

m_member.php (358 bytes) 0회 2010-08-18 19:46
m_member_ok.php (8.9 KB) 1회 2010-08-18 19:46
|

댓글 4개

우선은 입력된 변수가 m_member_ok.php 으로 잘 전달되는지 확인하시구요.
m_member_ok.php 에서 다음 부분을 주석 처리하시고 가입을 해보세요.
잘된다면 현재 $cf_mail_method 이 3으로 설정되어 있으니 다음의 메일 발송함수를 확인하시면됩니다.

smtp_sendmail($email,$cf_client_email,$cf_mail_name,$mail_subject,$mail_content,html);
smtp_sendmail($cf_client_email,$cemail,$name,$mail_subject,$mail_content,html);

추측컨데..
smtp_sendmail($cf_client_email,$cemail,$name,$mail_subject,$mail_content,html);
부분만 주석처리해도 잘됄듯합니다.


if($cf_mail_method == "1") {

basic_sendmail($email,$cf_client_email,$cf_mail_name,$mail_subject,$mail_content,html);
basic_sendmail($cf_client_email,$email,$name,$mail_subject,$mail_content,html);

} elseif($cf_mail_method == "2") {

nmail($email,$cf_client_email,$cf_mail_name,$mail_subject,$mail_content,html);
nmail($cf_client_email,$email,$name,$mail_subject,$mail_content,html);

} elseif($cf_mail_method == "3") {

smtp_sendmail($email,$cf_client_email,$cf_mail_name,$mail_subject,$mail_content,html);
smtp_sendmail($cf_client_email,$cemail,$name,$mail_subject,$mail_content,html);
}
2010-08-19 (목) 13:21:20
답변 감사합니다 말씀해주신대로 해당 부분을 주석처리 했는데요
Parse error: syntax error, unexpected '?' in /web/home/sunnyworld/html/yshop/m_member_ok.php on line 7
이런 에러가 뜨네요...
2010-08-19 (목) 13:34:03
회원가입이되긴 하는데 회원가입 완료 버튼을 누르면 페이지 에러가 나요~
주석처리를 잘못하신듯합니다..
다시 확인해보심이 좋을듯합니다..
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
10-08-19 조회 1,596
10-08-19 조회 1,922
10-08-18 조회 1,606
10-08-18 조회 1,701
10-08-18 조회 1,651
10-08-18 조회 2,867
10-08-18 조회 1,353
10-08-18 조회 2,270
10-08-18 조회 1,663
10-08-18 조회 1,770
10-08-18 조회 1,619
10-08-18 조회 1,620
10-08-18 조회 1,614
10-08-18 조회 1,691
10-08-18 조회 1,629
10-08-18 조회 1,981
10-08-18 조회 1,760
10-08-18 조회 2,926
10-08-18 조회 1,616
10-08-18 조회 1,658