데이터를 백업해서 서버이전을 했는데... 정보
데이터를 백업해서 서버이전을 했는데...본문
첨에 DB오류가 떠서
dbconfig.php 수정해서 올렸는데..다음과 같이 뜨네요 ㅠㅠ
어찌해야 하나요 ㅠㅠ
select * from g4_config
1146 : Table 'comular.g4_config' doesn't exist
error file : /index.php
dbconfig.php 수정해서 올렸는데..다음과 같이 뜨네요 ㅠㅠ
어찌해야 하나요 ㅠㅠ
select * from g4_config
1146 : Table 'comular.g4_config' doesn't exist
error file : /index.php
댓글 전체

g4_config 테이블이 있는지 확인하세요
해석은 하는데... 프로그램 지식이 없어서요
index.php 파일에서 확인하라는 건가요?
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
이렇게 되어있긴 합니다만...
index.php 파일에서 확인하라는 건가요?
<?
include_once("./_common.php");
include_once("$g4[path]/lib/latest.lib.php");
$g4['title'] = "";
include_once("./_head.php");
?>
이렇게 되어있긴 합니다만...

디비에서 확인하셔야 합니다.