nextcloud / files_fulltextsearch

🔍 Index the content of your files
GNU Affero General Public License v3.0
58 stars 30 forks source link

files_fulltextsearch error: update needed #235

Closed btakita closed 11 months ago

btakita commented 1 year ago

Steps to reproduce

  1. Run Nextcloud

Expected behavior

No error.

Actual behavior

Error occurs in files_fulltextsearch

Host OS

Linux

Nextcloud AIO version

v6.2.1

Current channel

Other valuable info

  "message": "OC\\App\\AppManager::checkAppForUser(): Argument nextcloud/all-in-one#2 ($user) must be of type ?OCP\\IUser, string given, called in /var/www/html/lib/private/App/AppManager.php on line 307",
{
  "Trace": [
    {
      "file": "/var/www/html/lib/private/App/AppManager.php",
      "line": 307,
      "function": "checkAppForUser",
      "class": "OC\\App\\AppManager",
      "type": "->",
      "args": [
        "yes",
        "btak"
      ]
    },
    {
      "file": "/var/www/html/custom_apps/files_fulltextsearch/lib/Service/GroupFoldersService.php",
      "line": 103,
      "function": "isEnabledForUser",
      "class": "OC\\App\\AppManager",
      "type": "->",
      "args": [
        "groupfolders",
        "btak"
      ]
    },
  ]
}

This was fixed 2 weeks ago.

Please update files_fulltextsearch.

Also, is it possible to update files_fulltextsearch to the git master branch?

Zoey2936 commented 1 year ago

you need to wait until there is a new release of this app published then you can update it yourself

joshtrichards commented 11 months ago

227 has since been published. Closing.