Bug tracker

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

Out of range for new Topic Icons (fix completed in vcs)

Error:
Out of range value adjusted for column 'icons_width' at row 1 [1264]

SQL:
INSERT INTO `phpbb_icons` (icons_url, icons_width, icons_height, display_on_posting, icons_order) VALUES ('a51674p13jp0.jpg', 900, 900, 1, 1)

ACP -> Topics -> Topic-Icons -> add a new Icon

Comments / History

Posted by Kellanved (Former Team Member) on Apr 25th 2009, 08:46

You are trying to add a 900*900 pixel topic icon :o ?

Posted by Kostenloses-Forum on Apr 25th 2009, 11:34

hehe no, I not, but the error was reported on my system. (Hosting Service)

can you please add a maximum check for this? ;)
I'm not sure where is the best place.

Posted by leviatan21 on Jul 8th 2009, 18:58

I think this is a problem with MySQL only, based on this article MySQL 5.0 Reference Manual : 10.2. Numeric Types

This patch fix it, but is a bit hardcore :oops:
bug-44415.patch (4.79 KB)

Changed ticket status from "New" to "Not a bug"

Action performed by Acyd Burn (Server Manager) on Sep 1st 2009, 12:32

Changed ticket status from "Not a bug" to "New"

Action performed by Acyd Burn (Server Manager) on Sep 1st 2009, 12:33

Linked ticket with changeset: r10088

Action performed by TerraFrost (Former Team Member) on Sep 2nd 2009, 05:12

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

Action performed by TerraFrost (Former Team Member) on Sep 2nd 2009, 05:14

Assigned ticket to user "TerraFrost"

Action performed by TerraFrost (Former Team Member) on Sep 2nd 2009, 05:19

Ticket details

Related SVN changesets