테스트 사이트 - 개발 중인 베타 버전입니다

PHP Warning:  include_once(../_common.php) 오류 채택완료

대전고라니 6년 전 조회 7,093

PHP Warning:  include_once(../_common.php): failed to open stream: No such file or directory in /home/1/public_html/index.php on line 2

 


PHP Warning:  include_once(): Failed opening '../_common.php' for inclusion (include_path='.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/1/public_html/index.php on line 2

 

  thrown in /home/1/public_html/lib/common.lib.php on line 1522

 

현재 이렇게 에러 로그가 잡힙니다  ㅠㅠ

 

폴더내 _common.php index.php 파일을 ./ 도 해보고 ../도 해보고

 

/home/1/public_html/_common.php 도 해보고 다해봤는데 안되서 질문드립니다 ㅠㅠ

 

 

_common 파일에서 ./ ../도 해보고

index.php ./ ../도 해보았습니다

댓글을 작성하려면 로그인이 필요합니다.

답변 2개

6년 전

그누보드 자체가 home/1/public_html/ 폴더에 설지 된 것이 아닙니다

설치된 폴더에서 index.php를 불러오는 것이라면 전혀 수정하지 않아도 나와야 됩니다

 


 

 

 

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

대전고라니
6년 전
해결되었습니다 php 버전 문제입니다.

댓글을 작성하려면 로그인이 필요합니다.

6년 전

index.php 2라인 

 

include_once('../_common.php');

 

코드 부분을

 

include_once('./_common.php');

 

또는

 

include_once('./common.php');

 

로 변경해 보면 어떨까 싶습니다.

 

 

PHP Warning:  include_once(../_common.php): failed to open stream: No such file or directory ~

 

의 의미는 index.php 의 상위 폴더(디렉토리)에 _common.php 파일이 없다는 뜻입니다.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

대전고라니
6년 전
전부 해보았습니다 ..ㅠㅠㅠ

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인