갤러리 에러 정보
갤러리 에러본문
갤러리 스킨 mw.basic
사용 중 갑자기 아래와 같이 에러가 발생하였습니다.
create table if not exists ( mb_id varchar(20) not null, ok_ip varchar(50) not null, ok_datetime datetime not null, primary key (mb_id))
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( mb_id varchar(20) not null, ok_ip varchar(50) not null, ok_datetim' at line 1
error file : /bbs/board.php
사용 중 갑자기 아래와 같이 에러가 발생하였습니다.
create table if not exists ( mb_id varchar(20) not null, ok_ip varchar(50) not null, ok_datetime datetime not null, primary key (mb_id))
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '( mb_id varchar(20) not null, ok_ip varchar(50) not null, ok_datetim' at line 1
error file : /bbs/board.php
댓글 전체
스킨을 다른것으로 바꾸면 나오긴 나옵니다.... 그러면 테이블이 존재하는 건데요...

mw.basic 스킨에서 게시판을 수정하는게 아니고 새로 생성할려고 해서 오류가 나는것 같은데요