| Summary: | Errro "cannot write archive to final destination" | ||
|---|---|---|---|
| Product: | [Applications] korganizer | Reporter: | info |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
info
2007-02-17 12:46:09 UTC
I had the same problem. Turns out that the directory that my korganizer archive file lives in didn't exist. You may want to check that the directory exists in: File -> Archive old entries -> Archive file Cheers, Jeremy Thans Jeremy, that was the problem. SVN commit 847222 by winterz: fix bug "Errro "cannot write archive to final destination"" Basically, we simply use more description error string from KIO::NetAccess. But strings have changed so we can't backport. BUG: 141817 M +13 -5 eventarchiver.cpp |