You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error while running background job OCA\Theming\Jobs\RestoreBackgroundImageColor
An exception occurred while executing a query:
SQLSTATE[42601]: Syntax error: 7 ERROR:
syntax error at or near
"" FROM "" LINE 1: ..."oc_preferences" "a" LEFT JOIN "oc_(SELECT "userid" FROM "oc...
^
The syntax created by
server/apps/theming/lib/Jobs/RestoreBackgroundImageColor.php
Line 72 in 9836e9b
It's basically failing this check in oracle and when sharding is used:
server/lib/private/DB/QueryBuilder/QueryBuilder.php
Lines 1331 to 1333 in 48d69c7