테이블 오류? 처리 방법좀 알려주세요.
미션 출석부을 설치하였는데...
select * from g4_jy_attend_config where cf_id = 'attend'
1146 : Table 'manamoo.g4_jy_attend_config' doesn't exist
error file : /adm/jy.attend/attend_config.php
=======================================================
또 다른 포인트 로또를 설치하였는데.
ALTER TABLE `g4_jy_lotto_index` CHANGE `id_status` `id_status` INT NOT NULL
1146 : Table 'manamoo.g4_jy_lotto_index' doesn't exist
error file : /jy.lotto/jy.lotto.php
이런 오류가 뜹니다.
테이블에 이상있다는 말 같은데 어떤 방법으로 조치을 해야 될련지
알려주시면 감사하겠습니다. jy홈페이지에도 올렸는데 답변이 없어서
여기에도 올립니다 ㅠ
select * from g4_jy_attend_config where cf_id = 'attend'
1146 : Table 'manamoo.g4_jy_attend_config' doesn't exist
error file : /adm/jy.attend/attend_config.php
=======================================================
또 다른 포인트 로또를 설치하였는데.
ALTER TABLE `g4_jy_lotto_index` CHANGE `id_status` `id_status` INT NOT NULL
1146 : Table 'manamoo.g4_jy_lotto_index' doesn't exist
error file : /jy.lotto/jy.lotto.php
이런 오류가 뜹니다.
테이블에 이상있다는 말 같은데 어떤 방법으로 조치을 해야 될련지
알려주시면 감사하겠습니다. jy홈페이지에도 올렸는데 답변이 없어서
여기에도 올립니다 ㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.
로그인
댓글 5개
테이블이 없어서 생긴 오류입니다.
이런 오류가 나오네용 ㅠ
select * from g4_jy_attend_config where cf_id = 'attend'
1054 : Unknown column 'cf_id' in 'where clause'
error file : /adm/jy.attend/attend_config.php
cf_id 라는 필드가 없어서 생긴 오류입니다.