Log shows warning for disabled apps

Hi everyone,
I hope you can point me in the right direction since I can’t find anything pertaining to this particular problem:
I have spun up a nextcloud installl using the official VM image for proxmox for testing purposes. After setting everything up I have noticed that the apps that I have disabled (since we will not be using them should we deploy nextcloud in production) cause warning in the daily background job. Now I have not created that background job so I assume it’s something nextcloud does itself.

QueryNotFoundException Could not resolve OCA\FullTextSearch\Cron\Maintenance! Class "OCA\FullTextSearch\Cron\Maintenance" does not exist
failed to create instance of background job: OCA\FullTextSearch\Cron\Maintenance

QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\TrashRetentionJob! Class "OCA\Mail\BackgroundJob\TrashRetentionJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\TrashRetentionJob

QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\CleanupJob! Class "OCA\Mail\BackgroundJob\CleanupJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\CleanupJob

QueryNotFoundException Could not resolve OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob! Class "OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob" does not exist
failed to create instance of background job: OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob

QueryNotFoundException Could not resolve OCA\Deck\Cron\DeleteCron! Class "OCA\Deck\Cron\DeleteCron" does not exist
failed to create instance of background job: OCA\Deck\Cron\DeleteCron

QueryNotFoundException Could not resolve OCA\Collectives\BackgroundJob\ExpirePageVersions! Class "OCA\Collectives\BackgroundJob\ExpirePageVersions" does not exist
failed to create instance of background job: OCA\Collectives\BackgroundJob\ExpirePageVersions

QueryNotFoundException Could not resolve OCA\Collectives\BackgroundJob\PurgeObsoletePages! Class "OCA\Collectives\BackgroundJob\PurgeObsoletePages" does not exist
failed to create instance of background job: OCA\Collectives\BackgroundJob\PurgeObsoletePages

I have checked this by reactivating all apps and just disabling the mail app, and tonight only the mail app caused that error:

QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\TrashRetentionJob! Class "OCA\Mail\BackgroundJob\TrashRetentionJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\TrashRetentionJob
05.03.2025, 03:00:04	
QueryNotFoundException Could not resolve OCA\Mail\BackgroundJob\CleanupJob! Class "OCA\Mail\BackgroundJob\CleanupJob" does not exist
failed to create instance of background job: OCA\Mail\BackgroundJob\CleanupJob
05.03.2025, 03:00:04

Now as far as I can tell nextcloud itself works perfectly fine. I just don’t understand why something that is disabled is not excluded from the background job. How do I fix that? I guess it can’t be a bug because otherwise others would have the same issue, so I assume something went wrong when installing nextcloud?

The Basics

  • Nextcloud Server version (e.g., 29.x.x):
    • 30.0.6
  • Operating system and version (e.g., Ubuntu 24.04):
    • Ubuntu 24.04.2 LTS
  • Web server and version (e.g, Apache 2.4.25):
    • 2.4.58
  • Reverse proxy and version _(e.g. nginx 1.27.2)
    • none I think
  • PHP version (e.g, 8.3):
    • 8.3.6
  • Is this the first time you’ve seen this error? (Yes / No):
    • Yes
  • When did this problem seem to first start?
    • First night after deployment
  • Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
    • nextcloud VM
  • Are you using CloudfIare, mod_security, or similar? (Yes / No)
    • No

Steps to replicate it:

  1. Install nextcloud
  2. Disable contact, mail etc. apps
  3. Wait till 3am

Log entries

Nextcloud

Copied one of the log entries RAW:

{"reqId":"rdaV6wVZpZ1gRlE0uxUh","level":2,"time":"2025-03-04T03:01:40+01:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"failed to create instance of background job: OCA\\Collectives\\BackgroundJob\\PurgeObsoletePages","userAgent":"--","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\Collectives\\BackgroundJob\\PurgeObsoletePages! Class \"OCA\\Collectives\\BackgroundJob\\PurgeObsoletePages\" does not exist","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":148,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"}],"File":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\Collectives\\BackgroundJob\\PurgeObsoletePages","exception":[],"CustomMessage":"failed to create instance of background job: OCA\\Collectives\\BackgroundJob\\PurgeObsoletePages"},"id":"67c87c1811fac"}
{"reqId":"rdaV6wVZpZ1gRlE0uxUh","level":2,"time":"2025-03-04T03:01:42+01:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"failed to create instance of background job: OCA\\Collectives\\BackgroundJob\\ExpirePageVersions","userAgent":"--","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\Collectives\\BackgroundJob\\ExpirePageVersions! Class \"OCA\\Collectives\\BackgroundJob\\ExpirePageVersions\" does not exist","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":148,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"}],"File":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\Collectives\\BackgroundJob\\ExpirePageVersions","exception":[],"CustomMessage":"failed to create instance of background job: OCA\\Collectives\\BackgroundJob\\ExpirePageVersions"},"id":"67c87c1811fa2"}
{"reqId":"rdaV6wVZpZ1gRlE0uxUh","level":2,"time":"2025-03-04T03:01:42+01:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"failed to create instance of background job: OCA\\Deck\\Cron\\DeleteCron","userAgent":"--","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\Deck\\Cron\\DeleteCron! Class \"OCA\\Deck\\Cron\\DeleteCron\" does not exist","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":148,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"}],"File":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\Deck\\Cron\\DeleteCron","exception":[],"CustomMessage":"failed to create instance of background job: OCA\\Deck\\Cron\\DeleteCron"},"id":"67c87c1811f97"}
{"reqId":"rdaV6wVZpZ1gRlE0uxUh","level":2,"time":"2025-03-04T03:01:42+01:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"failed to create instance of background job: OCA\\Calendar\\BackgroundJob\\CleanUpOutdatedBookingsJob","userAgent":"--","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\Calendar\\BackgroundJob\\CleanUpOutdatedBookingsJob! Class \"OCA\\Calendar\\BackgroundJob\\CleanUpOutdatedBookingsJob\" does not exist","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":148,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"}],"File":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\Calendar\\BackgroundJob\\CleanUpOutdatedBookingsJob","exception":[],"CustomMessage":"failed to create instance of background job: OCA\\Calendar\\BackgroundJob\\CleanUpOutdatedBookingsJob"},"id":"67c87c1811f8c"}
{"reqId":"rdaV6wVZpZ1gRlE0uxUh","level":2,"time":"2025-03-04T03:01:42+01:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"failed to create instance of background job: OCA\\Mail\\BackgroundJob\\CleanupJob","userAgent":"--","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\Mail\\BackgroundJob\\CleanupJob! Class \"OCA\\Mail\\BackgroundJob\\CleanupJob\" does not exist","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":148,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"}],"File":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\Mail\\BackgroundJob\\CleanupJob","exception":[],"CustomMessage":"failed to create instance of background job: OCA\\Mail\\BackgroundJob\\CleanupJob"},"id":"67c87c1811f77"}
{"reqId":"rdaV6wVZpZ1gRlE0uxUh","level":2,"time":"2025-03-04T03:01:42+01:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"failed to create instance of background job: OCA\\Mail\\BackgroundJob\\TrashRetentionJob","userAgent":"--","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\Mail\\BackgroundJob\\TrashRetentionJob! Class \"OCA\\Mail\\BackgroundJob\\TrashRetentionJob\" does not exist","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":226,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":148,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"}],"File":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\Mail\\BackgroundJob\\TrashRetentionJob","exception":[],"CustomMessage":"failed to create instance of background job: OCA\\Mail\\BackgroundJob\\TrashRetentionJob"},"id":"67c87c1811f6a"}
{"reqId":"rdaV6wVZpZ1gRlE0uxUh","level":2,"time":"2025-03-04T03:01:42+01:00","remoteAddr":"","user":"--","app":"cron","method":"","url":"--","message":"failed to create instance of background job: OCA\\FullTextSearch\\Cron\\Maintenance","userAgent":"--","version":"30.0.6.2","exception":{"Exception":"OC\\AppFramework\\Utility\\QueryNotFoundException","Message":"Could not resolve OCA\\FullTextSearch\\Cron\\Maintenance! Class \"OCA\\FullTextSearch\\Cron\\Maintenance\" does not exist","Code":0,"Trace":[{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":124,"function":"resolve","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/ServerContainer.php","line":155,"function":"query","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","line":42,"function":"query","class":"OC\\ServerContainer","type":"->"},{"file":"/var/www/nextcloud/lib/public/Server.php","line":39,"function":"get","class":"OC\\AppFramework\\Utility\\SimpleContainer","type":"->"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":288,"function":"get","class":"OCP\\Server","type":"::"},{"file":"/var/www/nextcloud/lib/private/BackgroundJob/JobList.php","line":197,"function":"buildJob","class":"OC\\BackgroundJob\\JobList","type":"->"},{"file":"/var/www/nextcloud/cron.php","line":148,"function":"getNext","class":"OC\\BackgroundJob\\JobList","type":"->"}],"File":"/var/www/nextcloud/lib/private/AppFramework/Utility/SimpleContainer.php","Line":113,"message":"failed to create instance of background job: OCA\\FullTextSearch\\Cron\\Maintenance","exception":[],"CustomMessage":"failed to create instance of background job: OCA\\FullTextSearch\\Cron\\Maintenance"},"id":"67c87c1811f5b"}

Configuration

Nextcloud

{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "localhost",
            "***REMOVED SENSITIVE VALUE***",
            "***REMOVED SENSITIVE VALUE***",
            "***REMOVED SENSITIVE VALUE***"
        ],
        "allowed_admin_ranges": [
            "***REMOVED SENSITIVE VALUE***",
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "30.0.6.2",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": "0",
            "dbindex": "0",
            "timeout": "0.5",
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "memcache.local": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": "true",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "upgrade.disable-web": true,
        "log_type": "file",
        "logfile": "\/var\/log\/nextcloud\/nextcloud.log",
        "loglevel": "2",
        "log.condition": {
            "apps": [
                "admin_audit"
            ]
        },
        "maintenance_window_start": 2,
        "mail_smtpmode": "smtp",
        "remember_login_cookie_lifetime": "1800",
        "log_rotate_size": "10485760",
        "trashbin_retention_obligation": "auto, 60",
        "versions_retention_obligation": "auto, 180",
        "activity_expire_days": "120",
        "simpleSignUpLink.shown": false,
        "default_phone_region": "de",
        "logtimezone": "Europe\/Berlin",
        "htaccess.RewriteBase": "\/",
        "preview_concurrency_new": "8",
        "preview_concurrency_all": "16",
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\HEIC",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MP3",
            "OC\\Preview\\TXT",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\Movie",
            "OC\\Preview\\MKV",
            "OC\\Preview\\MP4",
            "OC\\Preview\\AVI",
            "OC\\Preview\\PDF",
            "OC\\Preview\\TIFF"
        ],
        "preview_imaginary_url": "***REMOVED SENSITIVE VALUE***",
        "preview_max_x": 2048,
        "preview_max_y": 2048,
        "preview_max_memory": 2048,
        "preview_format": "webp",
        "maintenance": false,
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "***REMOVED SENSITIVE VALUE***",
        "profile.enabled": false,
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [],
        "auth.webauthn.enabled": false,
        "memories.db.triggers.fcu": true,
        "memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
        "memories.vod.path": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/go-vod-amd64",
        "memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
        "memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
        "memories.gis_type": 2
    }
}

Apps

Enabled:
  - admin_audit: 1.20.0
  - app_api: 4.0.6
  - bruteforcesettings: 3.0.0
  - cloud_federation_api: 1.13.0
  - contactsinteraction: 1.11.0
  - dav: 1.31.1
  - encryption: 2.18.0
  - federatedfilesharing: 1.20.0
  - federation: 1.20.0
  - files: 2.2.0
  - files_antivirus: 5.6.1
  - files_downloadlimit: 3.0.0
  - files_pdfviewer: 3.0.0
  - files_reminders: 1.3.0
  - files_sharing: 1.22.0
  - files_trashbin: 1.20.1
  - files_versions: 1.23.0
  - firstrunwizard: 3.0.0
  - logreader: 3.0.0
  - lookup_server_connector: 1.18.0
  - memories: 7.5.2
  - music: 2.1.2
  - nextcloud_announcements: 2.0.0
  - notifications: 3.0.0
  - oauth2: 1.18.1
  - password_policy: 2.0.0
  - photos: 3.0.2
  - previewgenerator: 5.8.0
  - privacy: 2.0.0
  - provisioning_api: 1.20.0
  - quota_warning: 1.21.0
  - recognize: 8.2.0
  - recommendations: 3.0.0
  - related_resources: 1.5.0
  - serverinfo: 2.0.0
  - settings: 1.13.0
  - sharebymail: 1.20.0
  - support: 2.0.0
  - survey_client: 2.0.0
  - suspicious_login: 8.0.0
  - systemtags: 1.20.0
  - text: 4.1.0
  - theming: 2.6.0
  - theming_customcss: 1.18.0
  - twofactor_backupcodes: 1.19.0
  - twofactor_totp: 12.0.0-dev
  - updatenotification: 1.20.0
  - viewer: 3.0.0
  - weather_status: 1.10.0
  - webhook_listeners: 1.1.0-dev
  - workflowengine: 2.12.0
Disabled:
  - activity: 3.0.0 (installed 3.0.0)
  - calendar: 5.1.2 (installed 5.1.2)
  - circles: 30.0.0 (installed 30.0.0)
  - collectives: 2.16.1 (installed 2.16.1)
  - comments: 1.20.1 (installed 1.20.1)
  - contacts: 7.0.1 (installed 7.0.1)
  - dashboard: 7.10.0 (installed 7.10.0)
  - deck: 1.14.4 (installed 1.14.4)
  - files_external: 1.22.0
  - fulltextsearch: 30.0.1 (installed 30.0.1)
  - mail: 4.2.3 (installed 4.2.3)
  - twofactor_nextcloud_notification: 4.0.0
  - user_ldap: 1.21.0
  - user_status: 1.10.0 (installed 1.10.0)

When you disable an app in <=v30 that happens to have background jobs associated with it, the very first time one of those jobs runs again, you’ll see this error but they’ll disable themselves at that point. You’ll only see it once after disabling an app.

1 Like

Ah, thank you. I checked today and the entries have not repeated themself.

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