아웃로그인설치 중인데요

· 2012-02-05 (일) 20:19:39 · 1764 · 5
http://refe.tistory.com/370

요 링크와 같은 구조로 되어 있길래;; 해당 소스와 똑같이 ...
소스수정 하나없이 적용 했는데 하얀화면만 뜨네요-_-;;

제로보드를 사용하다가 이전해와서 그누보드에대해서는 전혀 무지한상태라...
걍 저렇게 적용해버렸는데;; 무식하면 용감하다더니 어디가 어떻게 잘못됐는지 모르겠습니다;ㅅ;
|

댓글 5개

2012-02-05 (일) 20:31:10
$g4_path="./gnuboard4";



$g4_path=".";
으로 변경하시고 해보세요.

그리고 링크에서


include_once("./gnuboard4/common.php");

이렇게 호출하지 마시고.

우선 common.php 만, 호출해놓으면

"$g4[path]/head_sub.php"
이런식으로 호출하셔서 사용하셔야합니다.
Warning: include_once(./common.php) [function.include-once]: failed to open stream: No such file or directory in /home1/lifen/public_html/index1.html on line 3

Warning: include_once() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home1/lifen/public_html/index1.html on line 3

Warning: include_once(/head_sub.php) [function.include-once]: failed to open stream: No such file or directory in /home1/lifen/public_html/index1.html on line 4

Warning: include_once() [function.include]: Failed opening '/head_sub.php' for inclusion (include_path='.:/usr/local/php/lib/php') in /home1/lifen/public_html/index1.html on line 4


라고뜨네요.ㅠㅠ html 에다 고대로 적용해서 그런거일까요.ㅡ,.ㅡ
<?
$g4_path=".";
include_once("./common.php");
include_once("$g4[path]/head_sub.php");
include_once("./gnuboard4/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.
?>
이렇게 넣었는데-_-;
<?
$g4_path="./gnuboard4";
include_once("$g4_path/common.php");
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php"); // outlogin() 함수를 사용하여야 하므로 이 프로그램을 포함시킵니다.

echo outlogin("basic"); // basic 스킨으로 아웃로그인을 출력합니다.
?>
쪽지 드릴께요 ㅠㅠ
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

66,531건

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

+
제목 글쓴이 날짜 조회
12-02-05 조회 944
12-02-05 조회 1,765
12-02-05 조회 972
12-02-05 조회 923
12-02-05 조회 1,136
12-02-05 조회 883
12-02-05 조회 947
12-02-05 조회 1,656
12-02-04 조회 1,599
12-02-04 조회 1,064
12-02-04 조회 1,134
12-02-04 조회 1,230
12-02-04 조회 930
12-02-04 조회 975
12-02-04 조회 1,717
12-02-04 조회 928
12-02-04 조회 1,191
12-02-04 조회 1,061
12-02-04 조회 2,650
12-02-04 조회 1,649