[Akonadi] [Bug 305543] "Paramter count mismatch" during akonadi start-up due to broken SQL query

Daniel Vrátil dvratil at redhat.com
Tue Nov 26 12:22:01 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=305543

Daniel Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dvratil at redhat.com

--- Comment #3 from Daniel Vrátil <dvratil at redhat.com> ---
Table CollectionPimItemRelation exists. If it does not exists on your setup,
your database is probably corrupted.

If you are on SQLite, run this query to create the table, then restart Akonadi
and see whether it fixes the problem.

CREATE TABLE CollectionPimItemRelation (Collection_id BIGINT NOT NULL,
                                        PimItem_id BIGINT NOT NULL,
                                        PRIMARY KEY (Collection_id,
PimItem_id))

(for other backends, more queries are needed).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list