Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-9355 now.

VOTE_CONVERTED to huge for poll_option_id column (fix completed in vcs)

The constant VOTE_CONVERTED (9999) is stored by the converter in a table column poll_option_id that is signed tinyint(4) (in mysql5).

That of course creates an error "Out of range value adjusted for column 'poll_option_id'" when converting polls...

According to Mysql max value is 125 for a signed tinyint
http://dev.mysql.com/doc/refman/5.0/en/ ... types.html

Comments / History

Assigned ticket to user "Kellanved"

Action performed by Kellanved (Former Team Member) on Feb 13th 2008, 13:55

Changed ticket status from "New" to "Fix in progress"

Action performed by Kellanved (Former Team Member) on Feb 13th 2008, 14:03

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by Kellanved (Former Team Member) on Feb 13th 2008, 16:26

Posted by Kellanved (Former Team Member) on Feb 13th 2008, 16:26

Thanks. I'm slightly puzzled why it worked.

Linked ticket with changeset: r8379

Action performed by Kellanved (Former Team Member) on Feb 13th 2008, 16:28

Ticket details

Related SVN changesets