in2code-de / in2faq

FAQ extension for TYPO3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Missing default value leads to SQL error

mschwemer opened this issue · comments

When copying and inserting a category or a faq, an error occurs in the backend.

2: SQL error: 'Incorrect integer value: '' for column 'l10n_parent' at row 1' (tx_in2faq_domain_model_category:NEW60d9eed76c108753101707)

Reason is, that the field is missing a default value in the TCA. In setups with mysql strict mode, this is a problem.