회원가입이랑 쪽지 기능이 이상이 있어요 도와주세요 ㅠ 정보
회원가입이랑 쪽지 기능이 이상이 있어요 도와주세요 ㅠ본문
화면을 캡쳐 한것입니다.
이것처럼 증상이 에러가 뜹니다 .
회원가입을 할때에 아이디부분이나 이메일 부분등 원래는 아이디를 적어넣거나 하게되면은
사용할수있는아이디인지 없는 아이디인지 텍스트박스옆에 빨간 글씨로 나타내주었습니다.
하지만 지금은 그런기능이 전혀 작동하질않고 이런 에러문구가 나타나네요.,
그리고 자동기입 방지를 하는 부분에 이미지가 나타나질않습니다 .쪽지며 리플이며,회원가입이며,
아이디/비번찾기등등, 하나도 나타나질 않네요 ... 어떤부분이 문제가 된것일지 도무지 알수가 없네요
혹 예상으로는
얼마전에 ,어떠한 스킨을 생성했는데
아래와 같은 에러문구가 떳었습니다 .
*****************************************************************************************
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 41
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 43
*****************************************************************************************
그래서 제가
head.sub.php 파일에서 아래부분을
주석처리 했었습니다.
이것이 문제인것인가요 .....
제가 설명이 부족한부분이있다면 말씀주시면 추가로 올리겠습니다 .
도와주세용 ㅠ
감사합드립니다.
//내가 임의로 주석처리 header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
//내가 임의로 주석처리 header("Expires: 0"); // rfc2616 - Section 14.21
//내가 임의로 주석처리 header("Last-Modified: " . $gmnow);
//내가 임의로 주석처리 header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
//내가 임의로 주석처리 header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
//내가 임의로 주석처리 header("Pragma: no-cache"); // HTTP/1.0
/*
// 만료된 페이지로 사용하시는 경우
header("Cache-Control: no-cache"); // HTTP/1.1
header("Expires: 0"); // rfc2616 - Section 14.21
header("Pragma: no-cache"); // HTTP/1.0
*/
이것처럼 증상이 에러가 뜹니다 .
회원가입을 할때에 아이디부분이나 이메일 부분등 원래는 아이디를 적어넣거나 하게되면은
사용할수있는아이디인지 없는 아이디인지 텍스트박스옆에 빨간 글씨로 나타내주었습니다.
하지만 지금은 그런기능이 전혀 작동하질않고 이런 에러문구가 나타나네요.,
그리고 자동기입 방지를 하는 부분에 이미지가 나타나질않습니다 .쪽지며 리플이며,회원가입이며,
아이디/비번찾기등등, 하나도 나타나질 않네요 ... 어떤부분이 문제가 된것일지 도무지 알수가 없네요
혹 예상으로는
얼마전에 ,어떠한 스킨을 생성했는데
아래와 같은 에러문구가 떳었습니다 .
*****************************************************************************************
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 41
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 42
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/swootel09/www/extend/hp.latest.php:130) in /home/hosting_users/swootel09/www/head.sub.php on line 43
*****************************************************************************************
그래서 제가
head.sub.php 파일에서 아래부분을
주석처리 했었습니다.
이것이 문제인것인가요 .....
제가 설명이 부족한부분이있다면 말씀주시면 추가로 올리겠습니다 .
도와주세용 ㅠ
감사합드립니다.
//내가 임의로 주석처리 header("Content-Type: text/html; charset=$g4[charset]");
$gmnow = gmdate("D, d M Y H:i:s") . " GMT";
//내가 임의로 주석처리 header("Expires: 0"); // rfc2616 - Section 14.21
//내가 임의로 주석처리 header("Last-Modified: " . $gmnow);
//내가 임의로 주석처리 header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
//내가 임의로 주석처리 header("Cache-Control: pre-check=0, post-check=0, max-age=0"); // HTTP/1.1
//내가 임의로 주석처리 header("Pragma: no-cache"); // HTTP/1.0
/*
// 만료된 페이지로 사용하시는 경우
header("Cache-Control: no-cache"); // HTTP/1.1
header("Expires: 0"); // rfc2616 - Section 14.21
header("Pragma: no-cache"); // HTTP/1.0
*/
댓글 전체