I just upgraded from 4.7, to 5.19, then to 6.13. All seemed to go smoothly, except when updating the poll module during the 6.13 transition I had 4 errors. Here is the output from watchdog logs. Any idea how to fix this?
1. array_pop() [function.array-pop]: The argument should be an array in /var/www/domain.com/update.php on line 314
2. Table 'poll_choices' already exists query: CREATE TABLE poll_choices ( chid int unsigned NOT NULL auto_increment, nid int unsigned NOT NULL default '0', chtext varchar(128) NOT NULL default '', chvotes int NOT NULL default '0', chorder int NOT NULL default '0', PRIMARY KEY (chid), KEY nid (nid) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/domain.com/includes/database.mysql.inc on line 174.
3. Table 'poll_votes' already exists query: CREATE TABLE poll_votes ( nid int unsigned NOT NULL, uid int unsigned NOT NULL default 0, chorder int NOT NULL default -1, hostname varchar(128) NOT NULL default '', INDEX (nid), INDEX (uid), INDEX (hostname) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/domain.com/includes/database.mysql.inc on line 174.