[왕초보] 최근글 오류 ㅠㅠ
index.php 파일에서...
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/lib/latest.lib.php");
?>
최근글 위치
<?= latest("notice", "g1_1", 5, 70);?>
=========================================
최근글 스킨 경로
skin/latest/notice
==========================================
결과문
Fatal error: Call to undefined function latest() in /home1/****/****/index.php on line 29
ㅠㅠ 해결좀 해 주세요.
index.php 29번줄에 <?= latest("notice", "g1_1", 5, 70);?> 이렇게 했는데 오류가 떠요
뭘 잘못했는지 못찾겠네요.
스킨 : notice
게시판명 : g1_1
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
include_once("$g4[path]/lib/latest.lib.php");
?>
최근글 위치
<?= latest("notice", "g1_1", 5, 70);?>
=========================================
최근글 스킨 경로
skin/latest/notice
==========================================
결과문
Fatal error: Call to undefined function latest() in /home1/****/****/index.php on line 29
ㅠㅠ 해결좀 해 주세요.
index.php 29번줄에 <?= latest("notice", "g1_1", 5, 70);?> 이렇게 했는데 오류가 떠요
뭘 잘못했는지 못찾겠네요.
스킨 : notice
게시판명 : g1_1
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 1개
이렇게 해보세요.