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() fromcontactswhereaccounts.id=contacts.account_idandaddress_book_idis null andcontacts.deleted_atis null) ascontacts_count, (select count() fromreminderswhereaccounts.id=reminders.account_id) asreminders_count, (select count() fromnoteswhereaccounts.id=notes.account_id) asnotes_count, (select count() fromactivitieswhereaccounts.id=activities.account_id) asactivities_count, (select count() fromgiftswhereaccounts.id=gifts.account_id) asgifts_count, (select count(*) fromtaskswhereaccounts.id=tasks.account_id) astasks_countfromaccountswhereaccounts.id= 1 limit 1)