|
|
|
22년 전
|
조회 945
|
|
|
|
22년 전
|
조회 814
|
|
|
|
22년 전
|
조회 740
|
|
|
|
22년 전
|
조회 2,108
|
|
|
|
22년 전
|
조회 692
|
|
|
|
22년 전
|
조회 739
|
|
|
|
22년 전
|
조회 812
|
|
|
|
22년 전
|
조회 720
|
|
|
|
22년 전
|
조회 869
|
|
|
|
22년 전
|
조회 783
|
|
|
|
22년 전
|
조회 845
|
|
|
|
22년 전
|
조회 790
|
|
|
|
22년 전
|
조회 1,041
|
|
|
|
22년 전
|
조회 763
|
|
|
|
22년 전
|
조회 840
|
|
|
|
22년 전
|
조회 830
|
|
|
|
22년 전
|
조회 1,182
|
|
|
|
22년 전
|
조회 946
|
|
|
|
22년 전
|
조회 1,315
|
|
|
|
22년 전
|
조회 1,423
|
댓글 1개
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버전은 상단파일과 하단파일을 로드하는부분이 디폴트로 안되어 있다고 하는 글을 읽었는데 어떻게 해야하는지 꼭 부탁드려요.... 제가 아직 암것도 모르는지라.........