Hi . I don’t find similar issues mentioned in the forum. I’ve previously debugged and manually fixed issues with apps. This issue seems more application-specific.
My YunoHost server
Hardware: On own hardware, in LXC container
YunoHost version: 11.0.11 (stable)
I have access to my server : ssh & lxc shell / pty
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain: running app upgrades, perhaps triggered
If your request is related to an app, specify its name and version: monica 3.7.0~ynh2
Description of my issue
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘address_book_id’ in ‘where clause’ (SQL: select
accounts
., (select count() fromcontacts
whereaccounts
.id
=contacts
.account_id
andaddress_book_id
is null andcontacts
.deleted_at
is null) ascontacts_count
, (select count() fromreminders
whereaccounts
.id
=reminders
.account_id
) asreminders_count
, (select count() fromnotes
whereaccounts
.id
=notes
.account_id
) asnotes_count
, (select count() fromactivities
whereaccounts
.id
=activities
.account_id
) asactivities_count
, (select count() fromgifts
whereaccounts
.id
=gifts
.account_id
) asgifts_count
, (select count(*) fromtasks
whereaccounts
.id
=tasks
.account_id
) astasks_count
fromaccounts
whereaccounts
.id
= 1 limit 1)