최근게시물 정말 안됩니다. 도와주세요. 정보
최근게시물 정말 안됩니다. 도와주세요.본문
계속이런메세지만 뜹니다. 아래 클릭
폴더 gnuboard4
폴더 ict의 index
gnuboard4 폴더에서 _common.php 파일을가져와서
<?
$g4_path = "../gnuboard4";
include_once("$g4_path/common.php");
?>
$g4_path = "../gnuboard4";
include_once("$g4_path/common.php");
?>
이렇게 변경후 ict폴더에 삽입
index를
<?
include_once "_common.php";
include_once "$g4[path]/lib/latest.lib.php";
?>
<html>
<head>
include_once "_common.php";
include_once "$g4[path]/lib/latest.lib.php";
?>
<html>
<head>
<?= latest("ictsub41", "ictsub41", 5, 70); ?>
</head>
</html>
이방법이 틀린것 같지 않은데 계속 에러 뜹니다.
답변부탁드릴께요.
댓글 전체
gnuboard4/skin/latest/ictsub42
디렉토리와 디렉토리 안에
latest.skin.php
파일이 존재하는지 확인해보시기 바랍니다.
디렉토리와 디렉토리 안에
latest.skin.php
파일이 존재하는지 확인해보시기 바랍니다.
답변감사합니다.
latest.skin.php파일안 29줄에 이건데요.
include "$latest_skin_path/latest.skin.php";
latest.skin.php파일안 29줄에 이건데요.
include "$latest_skin_path/latest.skin.php";
디렉토리 : gnuboard4/skin/latest/ictsub42
파일 : gnuboard4/skin/latest/ictsub42/latest.skin.php
실제로 존재하는지 확인해보셔야 합니다.
파일 : gnuboard4/skin/latest/ictsub42/latest.skin.php
실제로 존재하는지 확인해보셔야 합니다.
감사합니다.
ㅋㅋㅋ최근게시물도 스킨이 있는줄 몰랐네요. 감사합니다.