Log flooded with errors after upgrading to Nextcloud 31

The Basics

  • Nextcloud Server version 31

  • Operating system and version _ Rocky Linux 9.5

  • Web server and version _ Apache/2.4.62

  • PHP version _ PHP 8.3.17

  • Is this the first time you’ve seen this error? (Yes):

  • When did this problem seem to first start?

    • Imediately after upgrade to nextcloud 31 from nextcloud 30
  • Installation method (Bare Metal)

  • Are you using CloudfIare, mod_security, or similar? (Yes)

Summary of the issue you are facing:

The nextcloud log is flooding with repeated error messages - appears to be related to the groupfolders app which appears to have disappeared after the upgrade.

|Fatal|no app in context|TypeError OCA\GroupFolders\ACL\ACLManagerFactory::__construct(): Argument #3 ($config) must be of type OCP\IAppConfig, OC\AllConfig given, called in /var/www/html/nextcloud/apps/groupfolders/lib/AppInfo/Application.php on line 217

Could not boot files_versions: OCA\GroupFolders\ACL\ACLManagerFactory::__construct(): Argument #3 ($config) must be of type OCP\IAppConfig, OC\AllConfig given, called in /var/www/html/nextcloud/apps/groupfolders/lib/AppInfo/Application.php on line 217|
| — | — |

I notice that the app store :slight_smile:

Now refers to Team Folders? Maybe the app name was changed or something. However the error message keeps repeating in the logs. Maybe I need do disable the Team Folders app for now?

Report this at GitHub - nextcloud/groupfolders: 📁👩‍👩‍👧‍👦 Admin-configured folders shared by everyone in a group or team. https://github.com/nextcloud-releases/groupfolders

Yes it has changed.

Looks like the error messages have stopped after I restarted the php-fpm service. Nextcloud and associated apps appear to be functioning normally now. Maybe something was left cached?

2 Likes

In that case, yes. Do you have opcache configured correctly?

1 Like

But this is probably not what’s causing the issue, because the internal names of apps never change. If you run occ app:list, it’s still listed as groupfolders. The same goes for other apps that have changed their names over time. Teams is still circles, Talk is still spreed, etc…

2 Likes

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