Jacob,

This is caused by Fossil using a newer version of SQLite3 than the system SQLite3 which "Edit" uses. The system SQLite3 DB can't open the Fossil repository to make some modifications due to the schema being unsupported on some repositories.

I can't make Fossil use the system SQLite3 since it requires newer versions (presumably to support this schema).

I plan to upgrade the SQLite3 used by Flint/PHP next week as I migrate to a new host which should address the issue.

A better fix would be to not talk directly to the SQLite3 DB but make the changes by calling the Fossil binary, but that hasn't been investigated too closely.

Thanks,
        Roy Keene

On Sat, 3 Jun 2017, Jacob MacDonald wrote:

For the past few weeks, I've been unable to edit my repositories on Chisel (page throws a 500). Unfortunately, since I only have access to my account password and not each repo's password, that means I can't get write access to any of my hosted code.
Is this a known issue/something I'm doing wrong?

I've seen a bit of chatter re: Chisel on the list, but if there's a better place for the question, please let me know.

Thanks!

Jacob.


_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to