[질문]index.html 의 에러... > 그누3질답

그누3질답

[질문]index.html 의 에러... 정보

그누보드 [질문]index.html 의 에러...

본문

인덱스 화일 태그입니다.
아래와 같이 했는데 이런 에러가 납니다...알려 주세요
참고로 그누보드 최신 버젼입니다.
==================================================================================
Warning: main(lib.inc.php): failed to open stream: No such file or directory in /home/naul/public_html/index.html on line 2

Warning: main(): Failed opening 'lib.inc.php' for inclusion (include_path='.:/usr/lib/php') in /home/naul/public_html/index.html on line 2

Fatal error: Call to undefined function: head() in /home/naul/public_html/index.html on line 3
=======================================================================================

<?
include_once "lib.inc.php";
echo head("그누보드");
?>

<html>
<head>
<title>naul.net</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="800">
  <tr>
    <td height="14" clospan="2">
    </td>
    </tr>
    <tr>
      <td width="150" height="400">
      </td>   
    <td height="17">
    </td>
    </tr>
    <tr>
    <td colspan="2">
      </td>
    </tr>
</table>
</body>
</html>
<?
echo tail();
?>
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로