외부로그인적용하는데요 이오류가 정보
외부로그인적용하는데요 이오류가본문
Warning: main(./_common.php): failed to open stream: 그런 파일이나 디렉토리가 없음 in /home/popous/public_html/index.php on line 49
Warning: main(): Failed opening './_common.php' for inclusion (include_path='.:/usr/lib/php/pear') in /home/popous/public_html/index.php on line 49
Warning: main(/lib/outlogin.lib.php): failed to open stream: 그런 파일이나 디렉토리가 없음 in /home/popous/public_html/index.php on line 50
Warning: main(): Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/lib/php/pear') in /home/popous/public_html/index.php on line 50
Fatal error: Call to undefined function: outlogin() in /home/popous/public_html/index.php on line 52
제가 절대경로를 설정안한거같은데 어디서 설정하죠 faq보라고해도 이해가안가네요
Warning: main(): Failed opening './_common.php' for inclusion (include_path='.:/usr/lib/php/pear') in /home/popous/public_html/index.php on line 49
Warning: main(/lib/outlogin.lib.php): failed to open stream: 그런 파일이나 디렉토리가 없음 in /home/popous/public_html/index.php on line 50
Warning: main(): Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/lib/php/pear') in /home/popous/public_html/index.php on line 50
Fatal error: Call to undefined function: outlogin() in /home/popous/public_html/index.php on line 52
제가 절대경로를 설정안한거같은데 어디서 설정하죠 faq보라고해도 이해가안가네요
댓글 전체
index.php 의 49/50번째 줄에서 에러가 나는데요...
에러 내용은 글 내용 그대로 "_common.php 파일이 없어서 나는 에러"거든요
_common.php 파일을 만드셔서 넣어주심 될겁니다.
index에서 사용되는 _common.php 의 내용
<?
$g4_path = ".";
include_once("$g4_path/common.php");
?>
에러 내용은 글 내용 그대로 "_common.php 파일이 없어서 나는 에러"거든요
_common.php 파일을 만드셔서 넣어주심 될겁니다.
index에서 사용되는 _common.php 의 내용
<?
$g4_path = ".";
include_once("$g4_path/common.php");
?>