[급] 최근게시물 설정_외부로그인설정 정보
[급] 최근게시물 설정_외부로그인설정관련링크
본문
그동안 홈페이지를 제로보드로만 만들다가 이번에 처음으로 그누보드로 도전합니다.
기본적인 구성은 제로보드보다 훨씬 나은듯.. 합니다.
근데 최근게시물 설정에서 뭔가 이상합니다. ㅠ_ㅜ
제가 뭘 잘못한건지 모르겠습니다.
게시판 설치 폴더는 루트폴더에 board라고 했구요.
인덱스 페이지는 루트폴더에 있습니다.
인덱스 페이지에 뜨는 에러는 아래와 같습니다.
++++++++++++++++++++++++++++++++++++++++++++
Warning: include_once(./common.php) [function.include-once]: failed to open stream: No such file or directory in /home/klassik7/public_html/board/_common.php on line 3
Warning: include_once() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/klassik7/public_html/board/_common.php on line 3
Warning: include_once() [function.include-once]: open_basedir restriction in effect. File(/lib/latest.lib.php) is not within the allowed path(s): (/home/klassik7:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs/webmail) in /home/klassik7/public_html/index_under.php on line 5
Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: Operation not permitted in /home/klassik7/public_html/index_under.php on line 5
Warning: include_once() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/klassik7/public_html/index_under.php on line 5
Warning: include_once() [function.include-once]: open_basedir restriction in effect. File(/lib/outlogin.lib.php) is not within the allowed path(s): (/home/klassik7:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs/webmail) in /home/klassik7/public_html/index_under.php on line 6
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: Operation not permitted in /home/klassik7/public_html/index_under.php on line 6
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/klassik7/public_html/index_under.php on line 6
+++++++++++++++++++++++++++++++++++
이런 에러때문에 처음엔 _commun.php 파일에서 경로를 변경했었구요.
<?
$g4_path = "./board"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
이렇게.. 그랬더니 정상적으로 보이더라구요.
테스트 페이지를 보드 게시판에 올릴때는 정상적으로 올라가는데
루트폴더에 테스트페이지를 올리니 정상작동이 안되더군요.
이런 경우 어디를 어떻게 손대줘야 하는지 고수님들 좀 알려주세요. ㅠ_ㅠ
포인트걸기가 필수라네요... 포인트 없는데.. ㅠ_ㅠ 죄송합니다. 10밖에 못걸었어요.. ㅠ_ㅠ
포인트는 또 어떻게 올리나요... 에구구....
기본적인 구성은 제로보드보다 훨씬 나은듯.. 합니다.
근데 최근게시물 설정에서 뭔가 이상합니다. ㅠ_ㅜ
제가 뭘 잘못한건지 모르겠습니다.
게시판 설치 폴더는 루트폴더에 board라고 했구요.
인덱스 페이지는 루트폴더에 있습니다.
인덱스 페이지에 뜨는 에러는 아래와 같습니다.
++++++++++++++++++++++++++++++++++++++++++++
Warning: include_once(./common.php) [function.include-once]: failed to open stream: No such file or directory in /home/klassik7/public_html/board/_common.php on line 3
Warning: include_once() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/klassik7/public_html/board/_common.php on line 3
Warning: include_once() [function.include-once]: open_basedir restriction in effect. File(/lib/latest.lib.php) is not within the allowed path(s): (/home/klassik7:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs/webmail) in /home/klassik7/public_html/index_under.php on line 5
Warning: include_once(/lib/latest.lib.php) [function.include-once]: failed to open stream: Operation not permitted in /home/klassik7/public_html/index_under.php on line 5
Warning: include_once() [function.include]: Failed opening '/lib/latest.lib.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/klassik7/public_html/index_under.php on line 5
Warning: include_once() [function.include-once]: open_basedir restriction in effect. File(/lib/outlogin.lib.php) is not within the allowed path(s): (/home/klassik7:/usr/lib/php:/usr/local/lib/php:/tmp:/usr/local/apache/htdocs/webmail) in /home/klassik7/public_html/index_under.php on line 6
Warning: include_once(/lib/outlogin.lib.php) [function.include-once]: failed to open stream: Operation not permitted in /home/klassik7/public_html/index_under.php on line 6
Warning: include_once() [function.include]: Failed opening '/lib/outlogin.lib.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/klassik7/public_html/index_under.php on line 6
+++++++++++++++++++++++++++++++++++
이런 에러때문에 처음엔 _commun.php 파일에서 경로를 변경했었구요.
<?
$g4_path = "./board"; // common.php 의 상대 경로
include_once("$g4_path/common.php");
?>
이렇게.. 그랬더니 정상적으로 보이더라구요.
테스트 페이지를 보드 게시판에 올릴때는 정상적으로 올라가는데
루트폴더에 테스트페이지를 올리니 정상작동이 안되더군요.
이런 경우 어디를 어떻게 손대줘야 하는지 고수님들 좀 알려주세요. ㅠ_ㅠ
포인트걸기가 필수라네요... 포인트 없는데.. ㅠ_ㅠ 죄송합니다. 10밖에 못걸었어요.. ㅠ_ㅠ
포인트는 또 어떻게 올리나요... 에구구....
댓글 전체

그누보드...가급적 루트에 그냥 설치하세여........=_=;;
다른 폴더에다 설치하면 이것저것 많이 해줘야 할겁니다.....아마도......=ㅁ=
다른 폴더에다 설치하면 이것저것 많이 해줘야 할겁니다.....아마도......=ㅁ=
ㅇㅏ주 간단한거지만.. 고맙습니다.
개인적으로 루트 폴더에 파일 많은거 딱 질색인데.. 큰일이군요.. -_-;;;
개인적으로 루트 폴더에 파일 많은거 딱 질색인데.. 큰일이군요.. -_-;;;
정말입니까? 다른 방법은 없는건가요? ㅠ_ㅜ
세상에-!!!!
그냥 ftp상에서 파일이동만 시켰더니 문제없이 돌아가네요...
세상에-!!!!
그냥 ftp상에서 파일이동만 시켰더니 문제없이 돌아가네요...