출석게시판 디비관련

- - 짧은주소 : http://e3net.fineyes.com/bbs/?t=13n
본문
출석부가 잘 작동을 안해서 디비를 지우고 원본을 다시 설치를 했는데 자동으로 디비가 설치가 안되어서 다음을 실행을
했는데 오류가 납니다
어떻게 하는지 부탁드립니다
$sql = "
create table if not exists `".G5_TABLE_PREFIX."eyoom_attendance` (
`atd_no` int(11) unsigned NOT NULL auto_increment,
`atd_mb_id` varchar(30) NOT NULL,
`atd_content` text NOT NULL,
`atd_wr_name` varchar(50) NOT NULL,
`atd_wr_ip` varchar(50) NOT NULL,
`atd_datetime` datetime NOT NULL default '0000-00-00 00:00:00',
`def_point` int(11) NOT NULL default '0',
`hard_point` int(11) NOT NULL default '0',
`group_point` int(11) NOT NULL default '0',
`lucky_point` int(11) NOT NULL default '0',
`someday_point` int(11) NOT NULL default '0',
`ranking_point` int(11) NOT NULL default '0',
`ranking` int(2) NOT NULL default '0',
`atd_count` int(11) NOT NULL default '1',
PRIMARY KEY (`atd_no`)
) engine=myisam default charset=utf8
";
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '$sql = "
create table if not exists `".G5_TABLE_PREFIX."eyoom_attendance` (
' at line 1

댓글목록 3
이윰IN님의 댓글
왜 그런 에러를 뿌리게 하고 그러세요.
아직 해결되지 않았다면 일대일 상담을 받아보셔야 할 것 같습니다.
1:1 문의에 FTP계정 정보 및 테스트 할 수 있는 계정정보 부탁드립니다.
오늘도 활기찬 하루 되세요.
축하합니다. 첫댓글 포인트 35포인트를 획득하였습니다.
gang님의 댓글
^^헉 질책
죄송합니다...네 몇번 해보고 안되면 도움을 받아야겠습니다
gang님의 댓글
디비는 공부를 해서 설치를 했는데 역시 처움에 문의드린 현상이 그대로 나타닙니다
사이드레이아웃을 오른쪽으로 설정하면 출석부페이지에서 사이드가 아래로 내려갑니다
첫번째 회원만 출석이 잘나오고 두번째 회원부터는 아이콘만 나오고 다른 정보는 나오지 않습니다
해보고 안되면 도움 부탁드립니다