Actions
Bug #79887
closedSQL Error after save new Content-Element
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2017-02-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Try to place new content element on a page (type doesn't matter) and get back the following SQL Error:
Oops, an error occurred!
An exception occurred while executing 'SELECT `uid`, `l10n_state`, `sys_language_uid`, `l18n_parent`, `l10n_source` FROM `tt_content` WHERE (`uid` IN (NULL)) AND ((`tt_content`.`deleted` = 0) AND ((`tt_content`.`t3ver_wsid` = 0) AND (`tt_content`.`pid` <> -1)))': Unknown column 'l10n_state' in 'field list'
Updated by Georg Ringer almost 8 years ago
- Status changed from New to Needs Feedback
did you do a DB compare in the Install Tool?
Updated by Daniel Seinsche almost 8 years ago
Sorry, my fault. That was the solution.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
Thank you for your quick feedback; closing.
Actions