Crone problem, can't run

Hi I can’t get crone to works, I edited all the files, adden lines, nothing seems to work. I stiil have last job was 3days ago. Here’s my log:

[no app in context] Error: OCP\Files\NotFoundException: No mount for path /files_encryption/OC_DEFAULT_MODULE/pubShare_e41b4bed.publicKey existing mounts: at <>

  1. /var/www/html/nextcloud/lib/private/Files/Filesystem.php line 320
    OC\Files\Mount\Manager->find()
  2. /var/www/html/nextcloud/lib/private/Files/View.php line 1166
    OC\Files\Filesystem::resolvePath()
  3. /var/www/html/nextcloud/lib/private/Files/View.php line 546
    OC\Files\View->basicOperation()
  4. /var/www/html/nextcloud/lib/private/Encryption/Keys/Storage.php line 269
    OC\Files\View->file_exists()
  5. /var/www/html/nextcloud/lib/private/Encryption/Keys/Storage.php line 229
    OC\Encryption\Keys\Storage->getKey()
  6. /var/www/html/nextcloud/lib/private/Encryption/Keys/Storage.php line 121
    OC\Encryption\Keys\Storage->getKeyWithUid()
  7. /var/www/html/nextcloud/apps/encryption/lib/KeyManager.php line 614
    OC\Encryption\Keys\Storage->getSystemUserKey()
  8. /var/www/html/nextcloud/apps/encryption/lib/KeyManager.php line 170
    OCA\Encryption\KeyManager->getPublicShareKey()
  9. /var/www/html/nextcloud/apps/encryption/lib/Users/Setup.php line 62
    OCA\Encryption\KeyManager->validateShareKey()
  10. /var/www/html/nextcloud/apps/encryption/lib/AppInfo/Application.php line 55
    OCA\Encryption\Users\Setup->setupSystem()
  11. /var/www/html/nextcloud/apps/encryption/appinfo/app.php line 37
    OCA\Encryption\AppInfo\Application->setUp()
  12. /var/www/html/nextcloud/lib/private/legacy/OC_App.php line 306
    require_once(“/var/www/html/n … p”)
  13. /var/www/html/nextcloud/lib/private/legacy/OC_App.php line 187
    OC_App::requireAppFile()
  14. /var/www/html/nextcloud/lib/private/legacy/OC_App.php line 141
    OC_App::loadApp()
  15. /var/www/html/nextcloud/lib/private/Files/SetupManager.php line 132
    OC_App::loadApps()
  16. /var/www/html/nextcloud/lib/private/Files/SetupManager.php line 340
    OC\Files\SetupManager->setupBuiltinWrappers()
  17. /var/www/html/nextcloud/lib/private/Files/SetupManager.php line 380
    OC\Files\SetupManager->setupRoot()
  18. /var/www/html/nextcloud/lib/private/Files/Mount/Manager.php line 95
    OC\Files\SetupManager->setupForPath()
  19. /var/www/html/nextcloud/lib/private/Files/View.php line 1390
    OC\Files\Mount\Manager->find()
  20. /var/www/html/nextcloud/lib/private/Files/Node/Root.php line 205
    OC\Files\View->getFileInfo()
  21. <>
    OC\Files\Node\Root->get()
  22. /var/www/html/nextcloud/lib/private/Files/Node/LazyFolder.php line 72
    call_user_func_array()
  23. /var/www/html/nextcloud/lib/private/Files/Node/LazyFolder.php line 149
    OC\Files\Node\LazyFolder->__call()
  24. /var/www/html/nextcloud/lib/private/Files/AppData/AppData.php line 132
    OC\Files\Node\LazyFolder->get()
  25. /var/www/html/nextcloud/lib/private/Template/JSCombiner.php line 88
    OC\Files\AppData\AppData->getFolder()
  26. /var/www/html/nextcloud/lib/private/Template/JSResourceLocator.php line 125
    OC\Template\JSCombiner->process()
  27. /var/www/html/nextcloud/lib/private/Template/JSResourceLocator.php line 77
    OC\Template\JSResourceLocator->cacheAndAppendCombineJsonIfExist()
  28. /var/www/html/nextcloud/lib/private/Template/ResourceLocator.php line 78
    OC\Template\JSResourceLocator->doFind()
  29. /var/www/html/nextcloud/lib/private/TemplateLayout.php line 379
    OC\Template\ResourceLocator->find()
  30. /var/www/html/nextcloud/lib/private/TemplateLayout.php line 211
    OC\TemplateLayout::findJavascriptFiles()
  31. /var/www/html/nextcloud/lib/private/legacy/OC_Template.php line 184
    OC\TemplateLayout->__construct()
  32. /var/www/html/nextcloud/lib/private/Template/Base.php line 132
    OC_Template->fetchPage()
  33. /var/www/html/nextcloud/lib/base.php line 817
    OC\Template\Base->printPage()
  34. /var/www/html/nextcloud/lib/base.php line 1144
    OC::init()
  35. /var/www/html/nextcloud/index.php line 34
    require_once(“/var/www/html/nextcloud/lib/base.php”)

GET /.git/config
from 64.62.197.119 at 2023-01-12T13:22:57+00:00

You’ll want to restore a backup according to the linked github issue.

Hi @nyorbee,
You are missing the required support template. Please fill this form out and edit into your post.

This will give us the technical info and logs needed to help you! Thanks.

I don’t see any solution in the link you gave me :frowning: I’m must say I’m new to the linux systems :stuck_out_tongue:

Solved:
I needed to run:
sudo chown -R www-data:www-data nextcloud

Somehow this changed recently…

@nyorbee in which folder you needed to run this command?

I tried on /var/www but made not difference.