> Unsupported file format? The weird thing is, this server runs two > different trac sites - the other is fine.
This may come from a mismatch between the SQLite library you're using and the SQLite database format. If you can read it w/ sqlite3, this means the DB is using v3, but the Python bindings might still be using the previous version (v2) which has a different and incompatible internal DB format. Search trac.edgewall.org for this message, you'll find some hints, as well as in the MailingList archive. RHEL4 is known to be a PITA when it comes about SQLite versions... HTH, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
