설치시 에러사항 > 그누4 플러그인

그누4 플러그인

그누보드에는 여러가지 기능 추가가 쉽도록 제작 되었습니다.
플러그인의 저작권은 해당 플러그인 제작자님께 있으며, 그누보드의 저작권과 다를 수 있습니다.
플러그인 다운로드시 좋아요와 감사의 코멘트를 남기시면 제작자에게 큰 힘이됩니다. ^^y

설치시 에러사항 정보

설치시 에러사항

본문

이런 에러메세지가 뜨는데 원인과 해결방안이 뭘까요?.

Warning: main(../../g4/common.php): failed to open stream: No such file or directory in /home/hosting_users/skihur/www/g4/club/admin/_common.php on line 5

Warning: main(): Failed opening '../../g4/common.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/skihur/www/g4/club/admin/_common.php on line 5

Fatal error: Call to undefined function: alert() in /home/hosting_users/skihur/www/g4/club/admin/admin.lib.php on line 43

현재 설치사이트
그누보드4 : 도메인/g4
클럽 : 도메인/g4/club

g4/club/_common.php
$g4_path = "../g4";                    // g4 상대경로
$cb_path = ".";

g4/club/admin/_common.php
$g4_path = "../../g4";                      // g4 상대경로
$cb_path = "..";

g4/skin/board/club/_common.php
$cb_path = "../club";

으로 설정되어 있습니다..
추천
0
  • 복사

댓글 전체

제가 쓰는 설정 입니다.

g4/club/_common.php
$g4_path = "..";                    // g4 상대경로
$cb_path = ".";

g4/club/admin/_common.php
$g4_path  = "../..";                    // g4 상대경로
$cb_path  = "..";
그렇게 다시 설정하니 이런 메세지가 나옵니다... ㅠ.ㅠ

select count(*) as cnt from nc_config
1146 : Table 'skihur.nc_config' doesn't exist
error file : /g4/club/admin/install1.php
© SIRSOFT
현재 페이지 제일 처음으로