설치시 에러사항 정보
설치시 에러사항본문
이런 에러메세지가 뜨는데 원인과 해결방안이 뭘까요?.
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";
으로 설정되어 있습니다..
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
0
댓글 전체
제가 쓰는 설정 입니다.
g4/club/_common.php
$g4_path = ".."; // g4 상대경로
$cb_path = ".";
g4/club/admin/_common.php
$g4_path = "../.."; // g4 상대경로
$cb_path = "..";
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
select count(*) as cnt from nc_config
1146 : Table 'skihur.nc_config' doesn't exist
error file : /g4/club/admin/install1.php