https://bugs.kde.org/show_bug.cgi?id=373871
Bug ID: 373871 Summary: New mails are not inserted into the database Product: Akonadi Version: GIT (master) Platform: Other OS: Linux Status: UNCONFIRMED Severity: major Priority: NOR Component: general Assignee: kdepim-b...@kde.org Reporter: lacsi...@gmail.com Target Milestone: --- New mails are not inserted into the database because of the following error: org.kde.pim.akonadiserver: DATABASE ERROR: org.kde.pim.akonadiserver: Error code: 1292 org.kde.pim.akonadiserver: DB error: "Incorrect datetime value: '0000-00-00 00:00:00' for column 'datetime' at row 1" org.kde.pim.akonadiserver: Error text: "Incorrect datetime value: '0000-00-00 00:00:00' for column 'datetime' at row 1 QMYSQL3: Unable to execute statement" org.kde.pim.akonadiserver: Query: "INSERT INTO PimItemTable (rev, remoteId, remoteRevision, gid, collectionId, mimeTypeId, datetime, atime, dirty, size) VALUES (:0, :1, :2, :3, :4, :5, :6, :7, :8, :9)" org.kde.pim.akonadiserver: Error during insertion into table "PimItemTable" "Incorrect datetime value: '0000-00-00 00:00:00' for column 'datetime' at row 1 QMYSQL3: Unable to execute statement" org.kde.pim.akonadicore: Creating/updating items from the akonadi database failed: "Unknown error." org.kde.pim.akonadicore: "Unknown error." org.kde.pim.akonadicore: Creating/updating items from the akonadi database failed: "Failed to append item" org.kde.pim.akonadicore: Error during ItemSync: "Failed to append item" -- You are receiving this mail because: You are watching all bug changes.