산넘어 산이네... 로그아웃에서 에러 > 그누4 질문답변

그누4 질문답변

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

산넘어 산이네... 로그아웃에서 에러 정보

산넘어 산이네... 로그아웃에서 에러

본문

에러를 하나씩 하나씩 해결하는 중입니다.
하지만 이번거는 참으로 난감하네요..

일단 로그인까지는 문제없습니다. 하지만 로그아웃 클릭하면 에러가 나네요..


Warning: include_once(../common.php) [function.include-once]: failed to open stream: No such file or directory in D:\APM_Setup\htdocs\_common.php on line 3

Warning: include_once() [function.include]: Failed opening '../common.php' for inclusion (include_path='.') in D:\APM_Setup\htdocs\_common.php on line 3

Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: No such file or directory in D:\APM_Setup\htdocs\index.php on line 3

Warning: include_once() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.') in D:\APM_Setup\htdocs\index.php on line 3



common.php의 경로문제인가 해서 일케 저케 바꿔보지만 같은 내용만 출력됩니다.
어떤부분을 손대야 할까요..
  • 복사

댓글 전체

_common.php 파일 내용을 변경해보세요.

<?
$g4_path = ".";
include_once($g4_path."/common.php");
?>

그리고 URL이라도 알려주시면 해결하시는데 더 도움을 드릴 수 있습니다.
© SIRSOFT
현재 페이지 제일 처음으로