묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
include 사용법
2009.01.03 15:06
왕초보입니다.
include기능을 활용하여 기존에 만든 상단메뉴와 하단 메뉴를 붙여 넣고 싶습니다.
include파일을 만들어 실행시켰더니 다음과 같은 에러 메시지가 뜹니다.
Warning: include(top-1.html) [function.include]: failed to open stream: No such file or directory in /home1/suduk45/public_html/xe/index-2.php on line 3
Warning: include() [function.include]: Failed opening 'top-1.html' for inclusion (include_path='.:/usr/local/php/lib/php') in /home1/suduk45/public_html/xe/index-2.php on line 3
Warning: include(tail-1.html) [function.include]: failed to open stream: No such file or directory in /home1/suduk45/public_html/xe/index-2.php on line 4
Warning: include() [function.include]: Failed opening 'tail-1.html' for inclusion (include_path='.:/usr/local/php/lib/php') in /home1/suduk45/public_html/xe/index-2.php on line 4
제로보드 설치경로 문제인가 싶어 경로를 바꾸려 했지만 도무지 바꿀 길이 없네요.
고수님들의 넉넉한 답변 부탁합니다.
참고로 제로보드 버전은 xe 1.1.3이고,
include 내용은
<?
include "top-1.html";
include "tail-1.html";
?>
입니다.
감사합니다.
include기능을 활용하여 기존에 만든 상단메뉴와 하단 메뉴를 붙여 넣고 싶습니다.
include파일을 만들어 실행시켰더니 다음과 같은 에러 메시지가 뜹니다.
Warning: include(top-1.html) [function.include]: failed to open stream: No such file or directory in /home1/suduk45/public_html/xe/index-2.php on line 3
Warning: include() [function.include]: Failed opening 'top-1.html' for inclusion (include_path='.:/usr/local/php/lib/php') in /home1/suduk45/public_html/xe/index-2.php on line 3
Warning: include(tail-1.html) [function.include]: failed to open stream: No such file or directory in /home1/suduk45/public_html/xe/index-2.php on line 4
Warning: include() [function.include]: Failed opening 'tail-1.html' for inclusion (include_path='.:/usr/local/php/lib/php') in /home1/suduk45/public_html/xe/index-2.php on line 4
제로보드 설치경로 문제인가 싶어 경로를 바꾸려 했지만 도무지 바꿀 길이 없네요.
고수님들의 넉넉한 답변 부탁합니다.
참고로 제로보드 버전은 xe 1.1.3이고,
include 내용은
<?
include "top-1.html";
include "tail-1.html";
?>
입니다.
감사합니다.
관련 FAQ : http://www.zeroboard.com/3947220