OCP\App\AppPathNotFoundException: Could not find path for recognizedisabled

If you used recognize (in the past) and it was disabled, the NC32 updater won’t recognize the apps folder.
The apps folder is recognize.disabled. The updater scripting overlooked the period.
To complete the upgrade:

  • Create the folder recognizedisabled in the apps folder.
  • Copy the contents from the recognize.disabled folder into the recognizedisabled folder.
  • chown www-data:www-data -R recognizedisabled (or whatever the owner is in use for the Nextcloud folders)
  • Continue with the upgrade process with nc32.

I presume you mean disabled it by renaming the folder yourself manually at some point? Because that’s not how Nextcloud normally disables apps. :slight_smile:

The app path checking is less lenient in newer Nextcloud versions. The problem is the period in the folder name, which is not permitted in app paths.

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