인덱스 공백페이지 질문입니다
본문
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
수정전에 include_once('./_common.php'); 가 원래 있지 않았는지요?
/home/1/public_html/index.php 에는 include_once('./_common.php');
/home/1/public_html/_common.php 에는 include_once('./common.php');
맞는지 확인하셔야 될것 같습니다.