에러가 나요 ㅠ 정보
에러가 나요 ㅠ본문
여러가지 스킨을 설치하고 나서
홈페이지에ㅐ 들어가려고 하니
Warning: include_once(../../../common.php): failed to open stream: No such file or directory in /home/pizza50/www/gnuboard4/_common.php on line 3 Warning: include_once(): Failed opening '../../../common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/pizza50/www/gnuboard4/_common.php on line 3 Warning: include_once(/lib/latest.lib.php): failed to open stream: No such file or directory in /home/pizza50/www/gnuboard4/index.php on line 3 Warning: include_once(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/pizza50/www/gnuboard4/index.php on line 3
라는 에러가 납니다. ㅠㅠ 접속자체가 안되어 어떻게 손도 못쓰고 있네요..
대체 뭘 잘못했는지를 모르겠군요.... 도와주세요 ㅠ
홈페이지에ㅐ 들어가려고 하니
Warning: include_once(../../../common.php): failed to open stream: No such file or directory in /home/pizza50/www/gnuboard4/_common.php on line 3 Warning: include_once(): Failed opening '../../../common.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/pizza50/www/gnuboard4/_common.php on line 3 Warning: include_once(/lib/latest.lib.php): failed to open stream: No such file or directory in /home/pizza50/www/gnuboard4/index.php on line 3 Warning: include_once(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /home/pizza50/www/gnuboard4/index.php on line 3
라는 에러가 납니다. ㅠㅠ 접속자체가 안되어 어떻게 손도 못쓰고 있네요..
대체 뭘 잘못했는지를 모르겠군요.... 도와주세요 ㅠ
댓글 전체
failed to open stream: <= 경로가 잘못 되었거나 파일이 없다는 소리임돠.
인클루드도 경로가 잘못됬다고 나오니
우선 경로확인부터 해보시죠...
인클루드도 경로가 잘못됬다고 나오니
우선 경로확인부터 해보시죠...

경로 잘못 사용하거나 어디 충돌이 난것 같은데... include_once 는 거이 충돌이 안생기는데...
일단은 include_once 에 지정된 파일들 하나하나 체크해보고요 그다음 그파일들 하나하나 주석처리하면서 찾아요 ..
일단은 include_once 에 지정된 파일들 하나하나 체크해보고요 그다음 그파일들 하나하나 주석처리하면서 찾아요 ..