Task #54883
closedDocument that TYPO3 CMS is not compatible with MySQL strict modes
100%
Description
TYPO3 is not currently compatible with MySQL configured with "STRICT_TRANS_TABLES" or "STRICT_ALL_TABLES" enabled.
There are currently several issues with this: #20052, #21212, #15295, #18821 and probably many more.
So while this is not solved (if even possible...) we should document how to configure MySQL to avoid this situation, because several "mysql installation documentation" (i.e. on Windows) recommend setting "STRICT_ALL_TABLES" by default.
Updated by Gerrit Code Review almost 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26725
Updated by Gerrit Code Review almost 11 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26725
Updated by Ernesto Baschny almost 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9bbad98c0a9d31da28f1b7aa0e15c679140e3d4f.
Updated by Patrik Nasfors over 10 years ago
I ran into this issue today and after half a day I found that the solution was to disable strict mode.
I will suggest that http://typo3.org/download (and the system requirements page) also be updated with this information and maybe also a short description of why (like you cannot create new records).
Updated by Sybille Peters over 7 years ago
- Related to Bug #82092: Document that TYPO3 CMS 7.6 is not compatible with MySQL strict modes added
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed