8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This page hasnt been updated with this fix #12641 for "Preparing the Database to Store Sessions" on MySQL db, causing error:
SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'sess_lifetime' at row 1
Its fixed by changing MEDIUMINT to INTEGER UNSIGNED for sess_lifetime column.
Its the same miss in 4.4, 5.0 and 5.1
Sorry, something went wrong.
Update column type for MySQL sessions table
4b1146e
Closing in favor of #13765.
@beejaz thanks for this contribution. However, it's not necessary because you did the same change in another pull request that targets 4.4, a lower branch. Because of how Symfony Docs maintainers merge contributions, you only need to submit a pull request to fix the issue in the lowest maintained branch that contains the error (4.4 in this case). Later, when merging things, mergers take care of merging the same change in all supported branches up to master. That's why we're closing this and keeping only the pull request targeted at 4.4 branch. Thanks!
master
Thanks and sorry for missunderstanding!
Successfully merging this pull request may close these issues.