nextcloud / calendar

📆 Calendar app for Nextcloud
https://apps.nextcloud.com/apps/calendar
GNU Affero General Public License v3.0
982 stars 241 forks source link

missing column reference error after upgrading to NC 30 #6347

Open darix opened 1 month ago

darix commented 1 month ago

Steps to reproduce

DriverException An exception occurred while executing a query: SQLSTATE[42803]: Grouping error: 7 ERROR: column "cr.id" must appear in the GROUP BY clause or be used in an aggregate function LINE 1: SELECT "cr".*, "co"."calendardata", "c"."displayname", "c"."... ^ Error while running background job OCA\DAV\BackgroundJob\EventReminderJob (id: 1467, arguments: null)

Expected behavior

no exception

Actual behaviour

exception

Calendar app version

5.0.0

CalDAV-clients used

multiple

Browser

No response

Client operating system

No response

Server operating system

No response

Web server

None

Database engine version

None

PHP engine version

None

Nextcloud version

No response

Updated from an older installed version or fresh install

None

List of activated apps

No response

Nextcloud configuration

No response

Web server error log

No response

Log file

No response

Browser log

No response

Additional info

No response

tcitworld commented 1 month ago

Fix is in https://github.com/nextcloud/server/pull/47996