just downloaded it and when I wnet to install I get this message:
SQL/DB Error:
[You have an error in your SQL syntax near ') ' at line 1]
CREATE TABLE b2pollsa ( aid int(10) unsigned NOT NULL auto_increment, qid int(10) NOT NULL default '0', answers varchar(200) NOT NULL default '', votes int(10) NOT NULL default '0', PRIMARY KEY (aid),)
SQL/DB Error:
[You have an error in your SQL syntax near ') ' at line 1]
CREATE TABLE b2pollsq ( id int(10) unsigned NOT NULL auto_increment, question varchar(200) NOT NULL default '', timestamp varchar(20) NOT NULL default '', total_votes tinyint(4) NOT NULL default '0', PRIMARY KEY (id),)
any idea?