[급]서브페이지에서인클루드가 에러나여 정보
[급]서브페이지에서인클루드가 에러나여관련링크
첨부파일
본문
서브페이지에서 head.php랑tail.php가 경로를 맞게 설정했는데도 자꾸 에러가 납니다.
head부분
Warning: main(./restaurant/head.php): failed to open stream: No such file or directory in /home/hosting_users/myweb_dmgarden/www/restaurant/ceo.php on line 1
Warning: main(): Failed opening './restaurant/head.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/myweb_dmgarden/www/restaurant/ceo.php on line 1
Warning: main(): Failed opening './restaurant/head.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/myweb_dmgarden/www/restaurant/ceo.php on line 1
tail부분
Warning: main(./tail.php): failed to open stream: No such file or directory in /home/hosting_users/myweb_dmgarden/www/restaurant/ceo.php on line 63
Warning: main(): Failed opening './tail.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/myweb_dmgarden/www/restaurant/ceo.php on line 63
Warning: main(): Failed opening './tail.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/myweb_dmgarden/www/restaurant/ceo.php on line 63
혹시나해서 사이트주소랑 php소스올립니다.
댓글 전체
이렇게 한 번 해 보세요.
include_once ("./restaurant/head.php");<-- 수정전
include_once ("$g4[path]/restaurant/head.php"); <-- 수정후
include_once("./tail.php"); <-- 수정전
include_once("$g4[path]/tail.php"); <-- 수정후
include_once ("./restaurant/head.php");<-- 수정전
include_once ("$g4[path]/restaurant/head.php"); <-- 수정후
include_once("./tail.php"); <-- 수정전
include_once("$g4[path]/tail.php"); <-- 수정후