관리자테이블 생성 실패 메시지가 나오면 bbs 폴더 하의 schema.sql를 편집하셔서 $admin_table_schema 아래쪽에 있는 no int(11) default 0 not null auto_increment primary key, 부분에서 default 0을 삭제합니다. 즉, 아래와 같이 되겠죠...
no int(11) not null auto_increment primary key,
참조 : http://www.xpressengine.com/?mid=zb4_tip&search_target=title&search_keyword=생성&document_srl=15933631