I have newly setup TYPO3, but when I try to add/save content, it gives me this error:
SQL error: \'Incorrect integer value: \'\' for column \'sys_lang
In latest TYPO3 Versions you have to add this in LocalConfiguration.php
'setDBinit' => 'SET SESSION sql_mode = \'NO_ENGINE_SUBSTITUTION\';',