| Summary: | Calendar cannot be fetched from server because the login credentials string is too long | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Daniel <horstjoe> |
| Component: | server | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Text file with error message | ||
|
Description
Daniel
2019-05-28 19:33:04 UTC
SOLUTION: I solved the described problem by issuing the following command in my lokal akonadi MariaDB: use akonadi; ALTER TABLE PimItemTable MODIFY remoteId varbinary(1000); *** This bug has been marked as a duplicate of bug 406106 *** *** This bug has been marked as a duplicate of bug 394839 *** |