테이블 오류? 처리 방법좀 알려주세요. 정보
테이블 오류? 처리 방법좀 알려주세요.본문
미션 출석부을 설치하였는데...
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홈페이지에도 올렸는데 답변이 없어서
여기에도 올립니다 ㅠ
댓글 전체

g4_jy_attend_config, g4_jy_lotto_index 테이블을 만드세요
테이블이 없어서 생긴 오류입니다.
테이블이 없어서 생긴 오류입니다.
테이블을 만들어주었는데...
이런 오류가 나오네용 ㅠ
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
이런 오류가 나오네용 ㅠ
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 라는 필드를 만들어주세요
cf_id 라는 필드가 없어서 생긴 오류입니다.
cf_id 라는 필드가 없어서 생긴 오류입니다.
해당 스킨 설명이나 디렉토리에 테이블 만드는 방법이 있을겁니다.

_install.php 에서 4곳 TYPE = MYISAM를 ENGINE=MyISAM로 수정해주세요