PDA

View Full Version : Error Database Vote


asimovietnam
09-18-2009, 03:33 AM
help me !

I have upgrade Vbb 3.6.8 to 3.8.3 . When I vote error database . Please help me fix error ??

Thanks !!

Database error in vBulletin 3.8.3:

Invalid SQL:
INSERT IGNORE INTO pollvote
(pollid, votedate, voteoption, userid, votetype)
VALUES
(27, 1253248212, 2, 1, 0);

MySQL Error : Unknown column 'votetype' in 'field list'
Error Number : 1054
Request Date : Friday, September 18th 2009 @ 11:30:12 AM
Error Date : Friday, September 18th 2009 @ 11:30:12 AM

snakes1100
09-18-2009, 01:58 PM
I would guess when you ran the upgrade, it failed to run correctly or timed out etc and possibly you tried to refresh duiring one of the steps.

Run this command in phpmyadmin or the admincp maintenance area.

ALTER TABLE forumpollvote ADD votetype INT UNSIGNED NOT NULL DEFAULT '0';

asimovietnam
09-21-2009, 12:31 AM
I would guess when you ran the upgrade, it failed to run correctly or timed out etc and possibly you tried to refresh duiring one of the steps.

Run this command in phpmyadmin or the admincp maintenance area.

ALTER TABLE forumpollvote ADD votetype INT UNSIGNED NOT NULL DEFAULT '0';


I defered to your but still impossible guideline. Hope you helps