[ubuntu-mono] [Bug 135152] Re: "SQL logic error or missing database" when importing
Ulisse
uli.peru at tin.it
Sun Sep 9 22:09:38 UTC 2007
I solved by running a newer version of f-spot (0.4.0), but I had to do
some other stuff to have it working:
(on Ubuntu 7.04)
- dump the database with sqlite to a flat file (sqlite photos.db .dump > flat-file.dump)
- backup the original photos db (mv photos.db photos.db.bak)
- recreate the database with sqlite3 (sqlite3 photos.db < flat-file.dump)
- uninstall sqlite and libsqlite0 (not sure if it is needed, the first time it didn't work w/o uninstalling, but now it is...)
--
"SQL logic error or missing database" when importing
https://bugs.launchpad.net/bugs/135152
You received this bug notification because you are a member of MOTU Mono
Team, which is a bug contact for f-spot in ubuntu.
More information about the Ubuntu-mono
mailing list