최신글 문의입니다 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

최신글 문의입니다 정보

최신글 문의입니다

본문

스킨자료실 회원 게시판에서, 8page 321번 간단한 thumb 엔진갤러리 자료문의 입니다
latest폴더에 압축풀고 난후 불러오고자 하는곳에
 <?=latest("emp_460_photo", "gallery1", 5, 6);?>                             
//<?=latest("스킨명", "게시판아이디", 출력라인수, 출력글자수);?>

이렇게 불러왔습니다, 아래와같이 에러가 납니다 어떻게 어떤소스를 수정해야하는지요?
초보라 자세히 알려주셔야 따라할수있습니다
수고하세요
 Warning: latest(gnuboard/skin/latest/emp_460_photo/latest.skin.php) [function.latest]: failed to open stream: No such file or directory in /www/suwondent/public_html/gnuboard/lib/latest.lib.php on line 29

Warning: latest(gnuboard/skin/latest/emp_460_photo/latest.skin.php) [function.latest]: failed to open stream: No such file or directory in /www/suwondent/public_html/gnuboard/lib/latest.lib.php on line 29

Warning: latest() [function.include]: Failed opening 'gnuboard/skin/latest/emp_460_photo/latest.skin.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /www/suwondent/public_html/gnuboard/lib/latest.lib.php on line 29
//

select * from g4_write_게시판아이디 where wr_is_comment = 0 order by wr_num limit 0, 출력라인수

1064 : You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '출력라인수' at line 1

error file : /index10.html

  • 복사

댓글 전체

//<?=latest("스킨명", "게시판아이디", 출력라인수, 출력글자수);?>
삭제하세요
<?//=latest("스킨명", "게시판아이디", 출력라인수, 출력글자수);?>
이렇게 바꾸시든가요

그리고 skin/latest/emp_460_photo 폴더 확인하시구요
검색을 조금만 해보시면 나오는데..
index10.html  상단에

<?
$g4_path = "./gnuboard4"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
© SIRSOFT
현재 페이지 제일 처음으로