claudehohl / Stikked

An advanced and beautiful pastebin written in PHP
992 stars 220 forks source link

IPv6 too long? #543

Closed Gunni closed 3 years ago

Gunni commented 3 years ago

See

hpP3Sd9

fasterit commented 3 years ago

Thanks for the report @Gunni. This was caused by the database not having been updated when the host got IPv6 added. The field used to be a varchar(16) and now is a varchar(45) in stikked's code. But it did not upgrade the database schema. This issue can be closed.