upgrade.php에서 오류가 일어납니다. 정보
upgrade.php에서 오류가 일어납니다.
본문
업그레이드를 실행시켜봤는데
select mb_id from g4_write_ where wr_id = '0'
1146 : Table 'widelang.g4_write_' doesn't exist
error file : /adm/upgrade.php
오류가 나와서 새로운 파일 넣고 해봐도 이러네요.
어떻게 해결해야하죠?
select mb_id from g4_write_ where wr_id = '0'
1146 : Table 'widelang.g4_write_' doesn't exist
error file : /adm/upgrade.php
오류가 나와서 새로운 파일 넣고 해봐도 이러네요.
어떻게 해결해야하죠?
댓글 전체
DB에 g4_write_ 테이블이 없다는 소린데요.
g4_write_가 아니고 g4_write 아닌가요?
upgrade.php 파일에서 해당 쿼리를 수정해 보세요.
g4_write_가 아니고 g4_write 아닌가요?
upgrade.php 파일에서 해당 쿼리를 수정해 보세요.

질문에도 말한그대로, upgrade.php가 그누기본이라서 수정하기가 좀 그러네요.;;