Fossil Forum

Database error opening chat on newly created repository
Login

Database error opening chat on newly created repository

(1) By anonymous on 2021-01-05 13:52:45 [source]

Hello everyone, I created a new Fossil repository and opened the /chat page, and I was greeted with this error message:

Database error: no such table: unversioned SELECT 'uv/'||name FROM unversioned WHERE content IS NOT NULL AND (name LIKE 'alert-sounds/%.wav' OR name LIKE 'alert-sounds/%.mp3' OR name LIKE 'alert-sounds/%.ogg')
In a newly created Fossil repo the unversioned table is not present by default, so I added a temporary unversioned file and removed it, therefore fixing the problem. Tested this on the latest check-in from trunk [443f4182].

(2) By Stephan Beal (stephan) on 2021-01-05 13:55:33 in reply to 1 [link] [source]

Database error: no such table: unversioned

Oh, i didn't account for unversioned being optional.

Please update again in about 15 minutes and it will be resolved. We removed that feature from the front-end in the last hour, so i can remove it from the back end as well.

(3) By anonymous on 2021-01-05 14:12:08 in reply to 2 [link] [source]

As of the latest checkin from trunk, this issue is fixed. Thanks :)