Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files_fulltextsearch error: update needed #235

Closed
btakita opened this issue Jun 30, 2023 · 2 comments
Closed

files_fulltextsearch error: update needed #235

btakita opened this issue Jun 30, 2023 · 2 comments

Comments

@btakita
Copy link

btakita commented Jun 30, 2023

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
Copy link

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

@szaimen szaimen transferred this issue from nextcloud/all-in-one Jul 10, 2023
@joshtrichards
Copy link
Member

#227 has since been published. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants