갤러리 추출이요.. 정보
갤러리 추출이요..본문
공지사항 추출을 하고 그 옆에 최신 갤러리 추출을 하나더 하려고 합니다.
상단에는 <?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?> 이렇게 입력했구요...
공지사항 추출이 들어갈자리는
<td rowspan="2" width="326" valign="top">
<? echo latest("basic", "notice", 3, 34); ?></td>
이렇게 입력해서 잘나오는데요..
추출추출게시물이 들어갈자리에
<td rowspan="2" width="308" valign="top">
<? echo latest("gd_gallery", "gallery", 3, 34); ?></td>
위와 같이 입력했떠니....
Warning: latest(./gnuboard4/skin/latest/gd_gallery/latest.skin.php): failed to open stream: No such file or directory in /home/hosting_users/wjdxornjs1/www/gnuboard4/lib/latest.lib.php on line 29
Warning: latest(./gnuboard4/skin/latest/gd_gallery/latest.skin.php): failed to open stream: No such file or directory in /home/hosting_users/wjdxornjs1/www/gnuboard4/lib/latest.lib.php on line 29
Warning: latest(): Failed opening './gnuboard4/skin/latest/gd_gallery/latest.skin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/wjdxornjs1/www/gnuboard4/lib/latest.lib.php on line 29
이런오류 메시지가 뜹니다....
무엇이 잘못된건가요??? ㅡㅡ;
상단에는 <?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?> 이렇게 입력했구요...
공지사항 추출이 들어갈자리는
<td rowspan="2" width="326" valign="top">
<? echo latest("basic", "notice", 3, 34); ?></td>
이렇게 입력해서 잘나오는데요..
추출추출게시물이 들어갈자리에
<td rowspan="2" width="308" valign="top">
<? echo latest("gd_gallery", "gallery", 3, 34); ?></td>
위와 같이 입력했떠니....
Warning: latest(./gnuboard4/skin/latest/gd_gallery/latest.skin.php): failed to open stream: No such file or directory in /home/hosting_users/wjdxornjs1/www/gnuboard4/lib/latest.lib.php on line 29
Warning: latest(./gnuboard4/skin/latest/gd_gallery/latest.skin.php): failed to open stream: No such file or directory in /home/hosting_users/wjdxornjs1/www/gnuboard4/lib/latest.lib.php on line 29
Warning: latest(): Failed opening './gnuboard4/skin/latest/gd_gallery/latest.skin.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/wjdxornjs1/www/gnuboard4/lib/latest.lib.php on line 29
이런오류 메시지가 뜹니다....
무엇이 잘못된건가요??? ㅡㅡ;
댓글 전체
해당 스킨폴더 위치를 점검해 보세요.
감사합니다.꾸벅~