|
From: Marcus H. <ma...@ha...> - 2025-01-13 08:20:26
|
On 12. Jan 2025 21:45, Florian Schlichting wrote: > Hi Marcus, > > I think this is the interesting part of the debug log you sent: > > > > PHP message: davical: BUG: :DAViCal Fatal Error: [42703] SQLSTATE[42703]: Undefined column: 7 ERROR: column "count" of relation "addressbook_address_email" does not exist > > > 2025-01-04 18:34:15: (mod_fastcgi.c.449) FastCGI-stderr:LINE 1: INSERT INTO addressbook_address_email (dav_id, count, type, ... > > > 2025-01-04 18:34:15: (mod_fastcgi.c.449) FastCGI-stderr: ^ at /usr/share/awl/inc/AwlDatabase.php:94; > > That field was added in > https://gitlab.com/davical-project/davical/-/commit/6819d6d7d159f0100330e469be7ca9c2776be9b4 > prior to the release of DAViCal 1.1.12, and an appropriate database > migration patch is part of that commit. It seems your database schema is > not up-to-date with your DAViCal code! Is that not displayed on the > Setup page in the Admin UI? I was not aware of an Admin UI. > Whenever you update to a new DAViCal release, you need to run the > update-davical-database script from the dba directory. The Debian > package will do that for you, but in other cases you need to do that > yourself. Hmm, I use the debian version. But thanks. I think with this I'll be able to fix it. Best, -- Marcus. |