원프레임구현시 파일이 적용이 안되는 경우........? 정보
그누보드 원프레임구현시 파일이 적용이 안되는 경우........?본문
안녕하세요...
얼마전에 2.60으로 업을 한후 홈피 수정중에 예전에는 잘 사용됬는데 2.60에서 상단파일 하단 파일이 적용이 안됩니다.
어디를 체크해야 할까요? 파일을 불러 들이는 부분이 아예 소스가 보이지 않는것 같습니다..
언제나 수고하세요...............
얼마전에 2.60으로 업을 한후 홈피 수정중에 예전에는 잘 사용됬는데 2.60에서 상단파일 하단 파일이 적용이 안됩니다.
어디를 체크해야 할까요? 파일을 불러 들이는 부분이 아예 소스가 보이지 않는것 같습니다..
언제나 수고하세요...............
댓글 전체
<?
include_once "../../lib.inc.php";
echo head("Hotel")
?>
<html>
<head>
<title>:::: Your Dream Tour :::::::::</title>
<link href='<?=$reldir?>/style.css' rel=stylesheet type=text/css>
<!-- 스크립트로드 //-->
<!-- 스크립트끝 //-->
</head>
<body bgcolor="#FFFFFF" style="margin:0;">
<?
include "/절대경로/gnuboard.php?bo_table=hotel"
?>
</body>
</html>
<?
echo tail();
?>
이게 index.html 파일 소스이구요, 경로때문인지는 모르겠지만.... 그누보드가 루트에 설치되어있고 index.html은 한단계아래 서브에 있습니다. 관리자 설정으로 상단파일과 하단파일을 넣었구요... 뭐가 문제인지 좀 가르쳐 주세요... 이대로 로드하면 세션오류로 화면이 도배가 됩니다...
Warning: session_start() [function.session-start]: open(../data/session/sess_1e425b3d32ebc19c949144317c7c0eb8, O_RDWR) failed: No such file or directory (2) in www/lib.inc.php on line 35
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at www/lib.inc.php:35) in /www/lib.inc.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /www/lib.inc.php:35) in /www/lib.inc.php on line 992
Warning: Cannot modify header information - headers already sent by (output started at /www/lib.inc.php:35) in /www/lib.inc.php on line 993
Warning: Cannot modify header information - headers already sent by (output started at /www/lib.inc.php:35) in /www/lib.inc.php on line 994 ..................................
2.60버전은 상단파일과 하단파일을 로드하는부분이 디폴트로 안되어 있다고 하는 글을 읽었는데 어떻게 해야하는지 꼭 부탁드려요.... 제가 아직 암것도 모르는지라.........
include_once "../../lib.inc.php";
echo head("Hotel")
?>
<html>
<head>
<title>:::: Your Dream Tour :::::::::</title>
<link href='<?=$reldir?>/style.css' rel=stylesheet type=text/css>
<!-- 스크립트로드 //-->
<!-- 스크립트끝 //-->
</head>
<body bgcolor="#FFFFFF" style="margin:0;">
<?
include "/절대경로/gnuboard.php?bo_table=hotel"
?>
</body>
</html>
<?
echo tail();
?>
이게 index.html 파일 소스이구요, 경로때문인지는 모르겠지만.... 그누보드가 루트에 설치되어있고 index.html은 한단계아래 서브에 있습니다. 관리자 설정으로 상단파일과 하단파일을 넣었구요... 뭐가 문제인지 좀 가르쳐 주세요... 이대로 로드하면 세션오류로 화면이 도배가 됩니다...
Warning: session_start() [function.session-start]: open(../data/session/sess_1e425b3d32ebc19c949144317c7c0eb8, O_RDWR) failed: No such file or directory (2) in www/lib.inc.php on line 35
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at www/lib.inc.php:35) in /www/lib.inc.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /www/lib.inc.php:35) in /www/lib.inc.php on line 992
Warning: Cannot modify header information - headers already sent by (output started at /www/lib.inc.php:35) in /www/lib.inc.php on line 993
Warning: Cannot modify header information - headers already sent by (output started at /www/lib.inc.php:35) in /www/lib.inc.php on line 994 ..................................
2.60버전은 상단파일과 하단파일을 로드하는부분이 디폴트로 안되어 있다고 하는 글을 읽었는데 어떻게 해야하는지 꼭 부탁드려요.... 제가 아직 암것도 모르는지라.........