Nextcloud error: root_id does not exist

2025-09-27 22:26:28.177 CEST [121] ERROR: column f.root_id does not exist at character 460
2025-09-27 22:26:28

2025-09-27 22:26:28.177 CEST [121] STATEMENT: SELECT “f”.“folder_id”, “mount_point”, “quota”, “acl”, “c”.“fileid”, “c”.“storage”, “c”.“path”, “c”.“name”, “c”.“mimetype”, “c”.“mimepart”, “c”.“size”, “c”.“mtime”, “c”.“storage_mtime”, “c”.“etag”, “c”.“encrypted”, “c”.“parent”, “a”.“permissions” AS “group_permissions”, “c”.“permissions” AS “permissions” FROM “oc_group_folders” “f” INNER JOIN “oc_group_folders_groups” “a” ON “f”.“folder_id” = “a”.“folder_id” LEFT JOIN “oc_filecache” “c” ON “c”.“fileid” = “f”.“root_id” WHERE “a”.“group_id” IN ($1)

2025-09-27 22:26:28

2025-09-27 22:26:28.177 CEST [121] ERROR: column f.root_id does not exist at character 460
2025-09-27 22:26:28

2025-09-27 22:26:28.177 CEST [121] STATEMENT: SELECT “f”.“folder_id”, “mount_point”, “quota”, “acl”, “c”.“fileid”, “c”.“storage”, “c”.“path”, “c”.“name”, “c”.“mimetype”, “c”.“mimepart”, “c”.“size”, “c”.“mtime”, “c”.“storage_mtime”, “c”.“etag”, “c”.“encrypted”, “c”.“parent”, “a”.“permissions” AS “group_permissions”, “c”.“permissions” AS “permissions” FROM “oc_group_folders” “f” INNER JOIN “oc_group_folders_groups” “a” ON “f”.“folder_id” = “a”.“folder_id” LEFT JOIN “oc_filecache” “c” ON “c”.“fileid” = “f”.“root_id” WHERE “a”.“group_id” IN ($1)

I have the same problem since 27/9 when I probably application updates.

Which version is installed? This is a known problem in Group Folders 19.1.5.

1 Like

So it’s a known problem but is there a solution or workaround since this is stopping Nextcloud from functionning!

The solution seems to be to update to the latest version.

But I’m not sure, so that’s why I asked which version is installed…

OK since the site won’t run I had to use the command line interface:

./occ app:update groupfolders

which effectively updated the app to 19.1.7 and cleared the problem

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.