Alanaktion / phproject

A high performance full-featured project management system
https://www.phproject.org
GNU General Public License v3.0
387 stars 106 forks source link

PDOStatement: Data too long for column #397

Closed Raphael-MOUQUIN closed 3 years ago

Raphael-MOUQUIN commented 3 years ago

just got a "500 Internal Server Error

PDOStatement: Data too long for column 'size_estimate' at row 1"

when hitting the Back button of the browser , everything that's been entered/typed was lost

Alanaktion commented 3 years ago

The "size estimate" field cannot be more than 20 characters. I can add a limit on the input to prevent this error.