Thread Starter
nukie
(@nukie)
Nice!! Thanks a lot! =D!!
I am having the same problem!
I suppose there isn’t a solution yet?
I tried the phpmyadmin thing as well,
It comes up with the error:
You have an error in your SQL syntax near ‘)’ at line 1
CREATE TABLE wp_pollsa(
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 ) ,
)