최근게시물설치 자꾸 오류나는데 ~ 정보
최근게시물설치 자꾸 오류나는데 ~
본문
이 최근게시물을 설치 할려고 하니 까 자꾸
---
| Warning: include(./skin/latest/img_scroll/latest.skin.php) [function.include]: failed to open stream: No such file or directory in /home/bolggeori/public_html/gboard/lib/latest.lib.php on line 27 Warning: include() [function.include]: Failed opening './skin/latest/img_scroll/latest.skin.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home/bolggeori/public_html/gboard/lib/latest.lib.php on line 27 |
--- 이런 오류가 나네요 http://bolggeori.com/gboard/index.php
어떻게 해결해야될지를 모르겠네요
인덱스 페이지에 제일 상단에
<?
include_once("_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
include_once("_common.php");
include_once("$g4[path]/lib/latest.lib.php"); // latest() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
이렇게 코드를 삽입했구여
최근게시물 불러오는것은
<table width="192" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1" rowspan="3" bgcolor="CCCCCC"></td>
<td height="1" bgcolor="CCCCCC"></td>
<td width="1" rowspan="3" bgcolor="CCCCCC"></td>
</tr>
<tr>
<td width="190" height="125" bgcolor="#FFFFFF">
<? echo latest("img_scroll", "fun_02", 10, 70, "1,125,220,20,20,#3300FF"); ?> </td>
</tr>
<tr>
<td height="1" bgcolor="CCCCCC"></td>
</tr>
</table>
<tr>
<td width="1" rowspan="3" bgcolor="CCCCCC"></td>
<td height="1" bgcolor="CCCCCC"></td>
<td width="1" rowspan="3" bgcolor="CCCCCC"></td>
</tr>
<tr>
<td width="190" height="125" bgcolor="#FFFFFF">
<? echo latest("img_scroll", "fun_02", 10, 70, "1,125,220,20,20,#3300FF"); ?> </td>
</tr>
<tr>
<td height="1" bgcolor="CCCCCC"></td>
</tr>
</table>
이렇게 삽입을 하였습니다
그누보드 최근게시물 설치하기가 너무 어렵네요 ~스킨보면은 좋은게정말 많이 있는데 흑
실력이 안되서 잘 해보지도 못하고 있네요 답변 부탁드리겠습니다
댓글 전체
경로를 잘 확인해보세요
저도 삽질점하다가 경로 확인하구 한방에 됏음
저도 삽질점하다가 경로 확인하구 한방에 됏음
include_once("_common.php");
대신에
if(!isset($g4_path)) $g4_path = "..";
include_once("$g4_path/common.php");
을 넣어보세요
대신에
if(!isset($g4_path)) $g4_path = "..";
include_once("$g4_path/common.php");
을 넣어보세요