k

최근게시물 관련

제로보드사용하다 이번에 그누보드 사용할려는데 역시 어렵네요..

최근게시물달려고하는데...

main.php 파일에 넣을려고합니다..

head 부분에 넣어야할거

<?PHP
$g4_path="../gnuboard4";
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>

이렇게 넣고

최근게시물출력될부분에 <?=latest("basic", gallery, 12, 70);?>

이렇게 넣었습니다
물론 gallery 게시판있습니다

www / gnuboard4
/ index.html
/ main.php

이렇게있습니다
같은 경로에 그누보드 메인php 있습니다...



Warning: main(../gnuboard4/_common.php): failed to open stream: No such file or directory in /home/hosting_users/digital016/www/main.php on line 10

Warning: main(): Failed opening '../gnuboard4/_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/digital016/www/main.php on line 10

Warning: main(/lib/latest.lib.php): failed to open stream: No such file or directory in /home/hosting_users/digital016/www/main.php on line 11

Warning: main(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/digital016/www/main.php on line 11
function bluring(){ if(event.srcElement.tagName=="A"||event.srcElement.tagName=="IMG") document.body.focus(); } document.onfocusin

라고 뜨네요..
|

댓글 2개

<?PHP
$g4_path="../gnuboard4";
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>

부분을

<?PHP
$g4_path=".";
include_once("$g4_path/_common.php");
include_once("$g4[path]/lib/latest.lib.php");
?>

이렇게...
그래도 안되네요 ㅠㅠ


Warning: main(./_common.php): failed to open stream: No such file or directory in /home/hosting_users/digital016/www/main.php on line 10

Warning: main(): Failed opening './_common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/digital016/www/main.php on line 10

Warning: main(/lib/latest.lib.php): failed to open stream: No such file or directory in /home/hosting_users/digital016/www/main.php on line 11

Warning: main(): Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/digital016/www/main.php on line 11

라고 뜹니다..
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

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

+
제목 글쓴이 날짜 조회
17년 전 조회 1,733
17년 전 조회 1,168
17년 전 조회 918
17년 전 조회 791
17년 전 조회 762
17년 전 조회 742
17년 전 조회 1,656
17년 전 조회 783
17년 전 조회 811
17년 전 조회 671
17년 전 조회 730
17년 전 조회 751
17년 전 조회 981
17년 전 조회 731
17년 전 조회 652
17년 전 조회 841
17년 전 조회 649
17년 전 조회 655
17년 전 조회 817
17년 전 조회 840