Actions
Bug #67186
closedEpic #68397: Make TYPO3 work with MySQL strict mode
Impossible to save to tt_content
Status:
Closed
Priority:
Should have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2015-05-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There seems to be a flaw in the SQL definition for the tt_content table.
The current definition is filelink_sorting tinytext NOT NULL,
, however it should have a DEFAULT ''
clause.
This might only happen on SQL strict mode.
I did not actually reproduce it, but note it here so it does not get lost:
http://stackoverflow.com/questions/30484041/typo3-sorry-you-didnt-have-proper-permissions-to-perform-this-change/
Actions