로그인, 로그아웃시 화면이 안나옵니다.
로그인이나 로그아웃 후 goto_url($g4[path]); 로
메인화면이 나와야 하는데요
화면이 하얗게 아무것도 출력되지 않고 새로고침을 누르면 정상적으로 나옵니다.
새로고침 하기 전과 후에 소스보기로 소스를 확인해봐도 소스는 정상적으로 나오는데
화면에서는 하얗게 아무것도 보이질 않네요 ㅠ
----------------------------------------------
bbs/logout.php
if ($url) {---------------------------------------------------
위 logout 스킨에
$g4[path] = "http://도메인.com/index/index.php";
이런식으로 추가해주면 로그아웃 후에만 정상적으로 출력이 되는데..
혹시 어떤 문제인지 아시는분 계실까요..
답변부탁드립니다. ㅠ
출력될 화면 소스 아래에 넣어드립니다.
| <html> | |
| <head> | |
| <title></title> | |
| <meta name="keywords" content="Globalstudent"> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta http-equiv="imagetoolbar" content="no"> | |
| <meta http-equiv="Cache-Control" content="no-cache"> | |
| <meta http-equiv="Pragma" content="no-cache"> | |
| </head> | |
| <frameset rows="0,*" frameborder="NO" border="0" framespacing="0"> | |
| <frame src="#" name="topFrame" scrolling="NO" noresize marginwidth="0" marginheight="0" namo_target_frame="main"> | |
| <frame src="index/index.php" name="mainFrame" marginwidth="0" marginheight="0" scrolling="auto"> | |
| <noframes> | |
| <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0"> | |
| <p>프레임을 지원하는 브라우저를 확인하세요. [IE][NETS]</p> | |
| </body> | |
| </noframes> | |
| </frameset> | |
| </html> |
답변 2개 / 댓글 3개
답변에 대한 댓글 2개
왜 안되는지 오류가 보일 수 있으니까요
아무것도 없다면 소스보기에서도 없는지 확인 하시구요
index.php 를
root로 올려주세요.
주소/index.php 가 되도록 해주세요.
답변에 대한 댓글 1개
답변을 작성하려면 로그인이 필요합니다.
아이프레임으로 index/index.php 소스를 불러오는 상태구요 다 잘나오는데 로그인 후, 로그아웃 후에만 하얀화면으로
나오고 새로고침을하면 정상적으로 나오는 상태입니다.ㅠㅠ