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

[Bug]: Files app no longer displays files after upgrade #43302

Closed
5 of 8 tasks
michmoor0725 opened this issue Feb 2, 2024 · 7 comments
Closed
5 of 8 tasks

[Bug]: Files app no longer displays files after upgrade #43302

michmoor0725 opened this issue Feb 2, 2024 · 7 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback bug needs info

Comments

@michmoor0725
Copy link

⚠️ This issue respects the following points: ⚠️

Bug description

After ugrading from 28.0.1 to 28.0.2, i no longer can create/upload anything within the Files app. External mounts no longer load although the connectivity checks are green.

Steps to reproduce

  1. Upgrade to newest stable release from 28.0.1

Expected behavior

There shouldve been no functional/operational changed to the files application

Installation method

Community Manual installation with Archive

Nextcloud Server version

28

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.3

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

Updated from a MINOR version (ex. 22.1 to 22.2)

Are you using the Nextcloud Server Encryption module?

None

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "192.168.15.22",
            "nc.networkingtitan.com"
        ],
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "28.0.2.5",
        "overwrite.cli.url": "http:\/\/192.168.15.22",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "default_phone_region": "US",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "filelocking.enabled": true,
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0
        },
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "mail_smtpauth": 1,
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "maintenance": false,
        "app_install_overwrite": [
            "facerecognition"
        ],
        "loglevel": "debug",
        "logdateformat": "F d, Y H:i:s",
        "force_language": "en",
        "updater.secret": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "maintenance_window_start": "1"
    }
}

List of activated Apps

Enabled:
  - activity: 2.20.0
  - admin_audit: 1.18.0
  - bruteforcesettings: 2.8.0
  - calendar: 4.6.4
  - circles: 28.0.0-dev
  - cloud_federation_api: 1.11.0
  - comments: 1.18.0
  - contacts: 5.5.1
  - contactsinteraction: 1.9.0
  - dashboard: 7.8.0
  - dav: 1.29.1
  - drawio: 3.0.2
  - federatedfilesharing: 1.18.0
  - federation: 1.18.0
  - files: 2.0.0
  - files_accesscontrol: 1.18.0
  - files_antivirus: 5.4.1
  - files_external: 1.20.0
  - files_fulltextsearch: 28.0.0
  - files_pdfviewer: 2.9.0
  - files_reminders: 1.1.0
  - files_retention: 1.17.0
  - files_sharing: 1.20.0
  - files_trashbin: 1.18.0
  - files_versions: 1.21.0
  - firstrunwizard: 2.17.0
  - fulltextsearch: 28.0.0
  - integration_google: 2.1.0
  - limit_login_to_ip: 4.0.0
  - logreader: 2.13.0
  - lookup_server_connector: 1.16.0
  - maps: 1.3.1
  - nextcloud_announcements: 1.17.0
  - notes: 4.9.2
  - notifications: 2.16.0
  - oauth2: 1.16.3
  - password_policy: 1.18.0
  - photos: 2.4.0
  - privacy: 1.12.0
  - provisioning_api: 1.18.0
  - quota_warning: 1.18.0
  - recommendations: 2.0.0
  - related_resources: 1.3.0
  - richdocuments: 8.3.1
  - richdocumentscode: 23.5.705
  - serverinfo: 1.18.0
  - settings: 1.10.1
  - sharebymail: 1.18.0
  - spreed: 18.0.3
  - support: 1.11.0
  - survey_client: 1.16.0
  - suspicious_login: 6.0.0
  - systemtags: 1.18.0
  - text: 3.9.1
  - theming: 2.3.0
  - thesearchpage: 1.2.5
  - transfer: 0.6.3
  - twofactor_backupcodes: 1.17.0
  - twofactor_totp: 10.0.0-beta.2
  - updatenotification: 1.18.0
  - user_status: 1.8.1
  - viewer: 2.2.0
  - weather_status: 1.8.0
  - workflowengine: 2.10.0
Disabled:
  - encryption: 2.16.0
  - user_ldap: 1.19.0

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

Info	updater	
\OC\Updater::resetLogLevel: Reset log level to (debug)
2024-02-02T03:58:21+00:00 	
Error	PHP	
Undefined array key "debug" at /var/www/nc.networkingtitan.com/lib/private/Updater.php#164
2024-02-02T03:58:21+00:00 	
Info	updater	
\OC\Updater::maintenanceDisabled: Turned off maintenance mode
2024-02-02T03:58:21+00:00 	
Info	updater	
\OC\Updater::updateEnd: Update successful
2024-02-02T03:58:21+00:00 	
Info	updater	
\OC\Updater::finishedCheckCodeIntegrity: Finished code integrity check
2024-02-02T03:58:21+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "thesearchpage.page.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "photos.page.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "notes.page.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "maps.page.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "files.view.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "dashboard.dashboard.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "contacts.page.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "calendar.view.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "activity.Activities.index" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "theming.Theming.getManifest" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "theming.Icon.getTouchIcon" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "theming.Icon.getFavicon" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "theming.Theming.getImage" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "richdocuments.document.editOnline" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "ocs.password_policy.API.validate" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "ocs.password_policy.API.generate" as such route does not exist.
2024-02-02T03:58:01+00:00 	
Info	no app in context	
RouteNotFoundException Unable to generate a URL for the named route "cloud_federation_api.RequestHandler.addShare" as such route does not exist.
2024-02-02T03:58:00+00:00 	
Info	updater	
\OC\Updater::startCheckCodeIntegrity: Starting code integrity check...
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Queue a job to generate metadata
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add AI tasks cleanup job
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add possibly missing system config
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Clean up abandoned apps
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add token cleanup job
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add background job to set the lookup server share state for users
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Repair DAV shares
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Queue a one-time job to check for user uploaded certificates
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add job to cleanup the bruteforce entries
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Remove old dashboard app config data
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Check encryption key format
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Keep legacy encryption enabled
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Reset generated avatar flag
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Clear access cache of projects
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: No need to remove link shares.
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Remove potentially over exposing share links
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add background job to cleanup login flow v2 tokens
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Cleanup invalid photocache files for carddav
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Queue a one-time job to cleanup old backups of the updater
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add preview background cleanup job
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Clear every generated avatar
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: JS cache cleared
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: Image cache cleared
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Clear frontend caches
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add log rotate job
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Repair language codes
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: No mounts updated
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Fix potential broken mount points
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: Delete clients (and their related access tokens) with the redirect_uri starting with oc:// or ending with *
2024-02-02T03:57:38+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: Update the oauth2_clients table schema.
2024-02-02T03:57:37+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: Update the oauth2_access_tokens table schema.
2024-02-02T03:57:37+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Migrate oauth2_clients table to nextcloud schema
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add preview cleanup background jobs
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: Add background job
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Add move avatar background job
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: .step file moved to .step-previous-update
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: .step file exists
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Move .step file of updater to backup location
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Repair invalid shares
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags with no entries have been removed.
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: 0 tag entries for deleted tags have been removed.
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags for delete files have been removed.
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: 0 tags of deleted users have been removed.
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Clean tags and favorites
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Repair mime types
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: All tables already have the correct collation -> nothing to do
2024-02-02T03:57:36+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Repair MySQL collation
2024-02-02T03:57:36+00:00 	
Error	no app in context	
Exception App "Face Recognition" cannot be installed because the following dependencies are not fulfilled: PHP with a version lower than 8.2 is required.
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "facerecognition" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "facerecognition" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "workflowengine" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "workflowengine" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "weather_status" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "weather_status" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "viewer" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "viewer" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "user_status" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "user_status" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "updatenotification" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "updatenotification" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "twofactor_totp" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "twofactor_totp" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "twofactor_backupcodes" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "twofactor_backupcodes" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "transfer" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "transfer" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "thesearchpage" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "thesearchpage" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "theming" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "theming" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "text" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "text" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "systemtags" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "systemtags" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "suspicious_login" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "suspicious_login" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "survey_client" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "survey_client" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "support" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "support" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "spreed" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "spreed" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "sharebymail" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "sharebymail" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "settings" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "settings" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "serverinfo" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "serverinfo" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "richdocumentscode" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "richdocumentscode" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "richdocuments" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "richdocuments" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "related_resources" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "related_resources" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "recommendations" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "recommendations" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "quota_warning" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "quota_warning" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "provisioning_api" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "provisioning_api" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "privacy" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "privacy" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "photos" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "photos" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "password_policy" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "password_policy" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "oauth2" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "oauth2" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "notifications" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "notifications" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "notes" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "notes" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "nextcloud_announcements" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "nextcloud_announcements" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "maps" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "maps" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "lookup_server_connector" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "lookup_server_connector" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "logreader" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "logreader" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "limit_login_to_ip" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "limit_login_to_ip" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "integration_google" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "integration_google" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "fulltextsearch" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "fulltextsearch" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "firstrunwizard" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "firstrunwizard" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_versions" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_versions" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_trashbin" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_trashbin" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_sharing" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_sharing" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_retention" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_retention" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_reminders" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_reminders" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_pdfviewer" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_pdfviewer" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_fulltextsearch" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_fulltextsearch" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_external" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_external" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_antivirus" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_antivirus" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files_accesscontrol" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files_accesscontrol" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "files" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "files" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "federation" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "federation" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "federatedfilesharing" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "federatedfilesharing" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "drawio" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "drawio" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "dav" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "dav" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "dashboard" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "dashboard" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "contactsinteraction" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "contactsinteraction" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "contacts" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "contacts" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "comments" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "comments" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "cloud_federation_api" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "cloud_federation_api" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "circles" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "circles" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "calendar" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "calendar" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "bruteforcesettings" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "bruteforcesettings" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "admin_audit" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "admin_audit" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreApp: Checked for update of app "activity" in appstore
2024-02-02T03:57:36+00:00 	
Debug	updater	
\OC\Updater::checkAppStoreAppBefore: Checking for update of app "activity" in appstore
2024-02-02T03:57:33+00:00 	
Info	updater	
\OC\Updater::incompatibleAppDisabled: Disabled incompatible app: facerecognition
2024-02-02T03:57:32+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Removes full_image_scan_done flag for all users, so that new installation can crawl over all images again
2024-02-02T03:57:32+00:00 	
Info	updater	
\OC\Updater::dbUpgrade: Updated database
2024-02-02T03:57:32+00:00 	
Info	updater	
\OC\Updater::dbUpgradeBefore: Updating database schema
2024-02-02T03:57:31+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Drop account terms table when migrating from ownCloud
2024-02-02T03:57:31+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Copy data from accounts table when migrating from ownCloud
2024-02-02T03:57:30+00:00 	
Info	updater	
OC\Repair\Events\RepairInfoEvent: Repair info: All tables already have the correct collation -> nothing to do
2024-02-02T03:57:30+00:00 	
Info	updater	
OC\Repair\Events\RepairStepEvent: Repair step: Repair MySQL collation
2024-02-02T03:57:29+00:00 	
Debug	core	
starting upgrade from 28.0.1.1 to 28.0.2.5
2024-02-02T03:57:29+00:00 	
Info	updater	
\OC\Updater::maintenanceEnabled: Turned on maintenance mode
2024-02-02T03:57:29+00:00 	
Error	core	
InvalidTokenException Token does not exist: token does not exist
Renewing session token failed: Token does not exist: token does not exist
2024-01-22T21:16:36+00:00 	
Error	PHP	
stream_socket_client(): Unable to connect to ssl://172.105.148.134:443 (Connection refused) at /var/www/nc.networkingtitan.com/apps/spreed/lib/Service/CertificateService.php#107
2024-01-22T21:06:55+00:00 	
Error	PHP	
stream_socket_client(): Unable to connect to ssl://172.105.148.134:443 (Connection refused) at /var/www/nc.networkingtitan.com/apps/spreed/lib/Service/CertificateService.php#107
2024-01-22T21:06:52+00:00 	
Warning	suspicious_login	
Could not predict suspiciousness: No models found
2024-01-22T20:52:44+00:00 	
Warning	suspicious_login	
Could not predict suspiciousness: No models found
2024-01-22T19:23:19+00:00 	
Warning	files	
User michael still has unscanned files after running background scan, background scan might be stopped prematurely
2024-01-22T17:30:18+00:00 	
Error	files	
Exception Malformed state response from server
2024-01-22T17:30:18+00:00 	
Error	PHP	
Undefined array key "attributes" at /var/www/nc.networkingtitan.com/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#155
2024-01-22T17:30:18+00:00 	
Error	webdav	
UnsupportedMediaType Virus Win.Test.EICAR_HDB-1 is detected in the file. Upload cannot be completed.
2024-01-22T17:26:38+00:00 	
Error	no app in context	
InvalidContentException Virus Win.Test.EICAR_HDB-1 is detected in the file. Upload cannot be completed.
2024-01-22T17:26:38+00:00 	
Error	files_antivirus	
Infected file deleted. Win.Test.EICAR_HDB-1 File: files/virus.txt.ocTransferId1324702361.part Account: michael
2024-01-22T17:26:38+00:00 	
Warning	files_antivirus	
Infected file deleted. Win.Test.EICAR_HDB-1 Account: michael Path: files/virus.txt.ocTransferId1324702361.part
2024-01-22T17:26:37+00:00 	
Warning	files	
User michael still has unscanned files after running background scan, background scan might be stopped prematurely
2024-01-22T17:15:42+00:00 	
Error	files	
Exception Malformed state response from server
2024-01-22T17:15:42+00:00 	
Error	PHP	
Undefined array key "attributes" at /var/www/nc.networkingtitan.com/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Parser.php#155
2024-01-22T17:15:42+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T17:08:11+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T17:08:11+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T17:08:11+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T17:06:59+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T17:06:59+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T17:06:59+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T17:05:33+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T17:05:33+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T17:05:33+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T17:04:58+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T17:04:58+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T17:04:58+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T17:02:04+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T17:02:04+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T17:02:04+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T17:00:03+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T17:00:03+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T17:00:03+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T16:59:54+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T16:59:54+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T16:59:54+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T16:59:37+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T16:59:37+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T16:59:37+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T16:59:23+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T16:59:23+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T16:59:23+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T16:57:02+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T16:57:02+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T16:57:02+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/public_key.js to load
2024-01-22T16:56:33+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth2.js to load
2024-01-22T16:56:33+00:00 	
Error	jsresourceloader	
Could not find resource files_external/js/oauth1.js to load
2024-01-22T16:56:33+00:00 	
Warning	fulltextsearch	
Admin have not selected any IFullTextSearchPlatform
2024-01-22T16:46:32+00:00 	
Warning	fulltextsearch	
Admin have not selected any IFullTextSearchPlatform
2024-01-22T16:46:31+00:00 	
Warning	fulltextsearch	
Admin have not selected any IFullTextSearchPlatform
2024-01-22T15:09:08+00:00 	
Warning	fulltextsearch	
Admin have not selected any IFullTextSearchPlatform
2024-01-22T14:10:20+00:00 	
Error	core	
InvalidContentException Virus Win.Test.EICAR_HDB-1 is detected in the file. Upload cannot be completed.
Error while running background job (class: OCA\Transfer\BackgroundJob\TransferJob, arguments: Array ( [userId] => michael [path] => /eicar.com.txt [url] => https://www.eicar.org/download/eicar-com-2/?wpdmdl=8842&refresh=65ae75ddf30491705932253 [hashAlgo] => [hash] => ) )
2024-01-22T14:10:19+00:00 	
Error	files_antivirus	
Infected file deleted. Win.Test.EICAR_HDB-1 File: files/eicar.com.txt Account: michael
2024-01-22T14:10:19+00:00 	
Warning	files_antivirus	
Infected file deleted. Win.Test.EICAR_HDB-1 Account: michael Path: files/eicar.com.txt
2024-01-22T14:10:19+00:00 	
Error	webdav	
UnsupportedMediaType Virus Win.Test.EICAR_HDB-1 is detected in the file. Upload cannot be completed.
2024-01-22T14:08:46+00:00 	
Error	no app in context	
InvalidContentException Virus Win.Test.EICAR_HDB-1 is detected in the file. Upload cannot be completed.
2024-01-22T14:08:46+00:00 	
Error	files_antivirus	
Infected file deleted. Win.Test.EICAR_HDB-1 File: files/virus.txt.ocTransferId287326370.part Account: michael
2024-01-22T14:08:46+00:00 	
Warning	files_antivirus	
Infected file deleted. Win.Test.EICAR_HDB-1 Account: michael Path: files/virus.txt.ocTransferId287326370.part
2024-01-22T14:08:46+00:00 	
Error	webdav	
UnsupportedMediaType Virus Win.Test.EICAR_HDB-1 is detected in the file. Upload cannot be completed.
2024-01-22T14:08:22+00:00 	
Error	no app in context	
InvalidContentException Virus Win.Test.EICAR_HDB-1 is detected in the file. Upload cannot be completed.
2024-01-22T14:08:22+00:00 	
Error	files_antivirus	
Infected file deleted. Win.Test.EICAR_HDB-1 File: files/virus.txt.ocTransferId657925557.part Account: michael
2024-01-22T14:08:22+00:00 	
Warning	files_antivirus	
Infected file deleted. Win.Test.EICAR_HDB-1 Account: michael Path: files/virus.txt.ocTransferId657925557.part
2024-01-22T14:08:22+00:00 	
Error	PHP	
stream_socket_client(): Unable to connect to unix:///var/run/clamav/clamd.ctl (No such file or directory) at /var/www/nc.networkingtitan.com/apps/files_antivirus/lib/Scanner/ExternalClam.php#38
2024-01-22T13:57:42+00:00 	
Error	PHP	
stream_socket_client(): Unable to connect to unix:///var/run/clamav/clamd.ctl (No such file or directory) at /var/www/nc.networkingtitan.com/apps/files_antivirus/lib/Scanner/ExternalClam.php#38
2024-01-22T13:55:15+00:00 	
Error	PHP	
stream_socket_client(): Unable to connect to unix:///var/run/clamav/clamd.ctl (No such file or directory) at /var/www/nc.networkingtitan.com/apps/files_antivirus/lib/Scanner/ExternalClam.php#38
2024-01-22T13:54:54+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00 	
Error	files_antivirus	
RuntimeException The antivirus executable could not be found at /usr/bin/clamscan
OCA\Files_Antivirus\BackgroundJob\BackgroundScanner::processFiles, exception: The antivirus executable could not be found at /usr/bin/clamscan
2024-01-22T13:35:02+00:00

Additional info

image

@michmoor0725 michmoor0725 added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Feb 2, 2024
@joshtrichards
Copy link
Member

That red propfind is not a good sign.

Can you check your browser console Network tab to see why (and what HTTP code) transactions are failing?

Also, if you haven't already, make sure to restart Apache/PHP after the upgrade.

@michmoor0725
Copy link
Author

michmoor0725 commented Feb 2, 2024

I restarted the server/vm after the upgrade in the process of tshooting

image

@michmoor0725
Copy link
Author

Additional details.

  1. The files that were saved in the DATA directory are still there as I can browse through them on the shell.
  2. External mounts although show GREEN when testing fails to connect within the files app
  3. I have tried connecting in incognito mode in Chrome and FireFox with the same result.
  4. Although connections are made through a proxy (HA Proxy) i connected directly to the server and the issue is present.
  5. The NextCloud iOS app gives me the same issue - no files seen and unable to create files.

@joshtrichards
Copy link
Member

Ok. We need the details of that 500 error. They'll be in your nextcloud.log.

However your logging is probably messed up because this is invalid syntax:

"loglevel": "debug",

Just remove it; or set it to 2:

'loglevel' => 2,

Fix that, restart Apache, reproduce, check your nextcloud.log.

@michmoor0725
Copy link
Author

I have done what you have instructed. Only log output given is below.

{"reqId":"YWxRSn5LZcLPiL5WEQgY","level":3,"time":"February 02, 2024 21:10:31","remoteAddr":"192.168.50.241","user":"michael","app":"webdav","method":"PROPFIND","url":"/remote.php/dav/files/michael/","message":"No such file or directory","userAgent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36","version":"28.0.2.5","exception":{"Exception":"RedisException","Message":"No such file or directory","Code":0,"Trace":[{"file":"/var/www/nc.networkingtitan.com/lib/private/RedisFactory.php","line":117,"function":"pconnect","class":"Redis","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/RedisFactory.php","line":158,"function":"create","class":"OC\\RedisFactory","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nc.networkingtitan.com/lib/private/Memcache/Redis.php","line":70,"function":"getInstance","class":"OC\\RedisFactory","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Memcache/Redis.php","line":189,"function":"getCache","class":"OC\\Memcache\\Redis","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Lock/MemcacheLockingProvider.php","line":62,"function":"getTTL","class":"OC\\Memcache\\Redis","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Lock/MemcacheLockingProvider.php","line":84,"function":"getTTL","class":"OC\\Lock\\MemcacheLockingProvider","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/Storage/Common.php","line":765,"function":"acquireLock","class":"OC\\Lock\\MemcacheLockingProvider","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/Storage/Wrapper/Wrapper.php","line":607,"function":"acquireLock","class":"OC\\Files\\Storage\\Common","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/Storage/Wrapper/Wrapper.php","line":607,"function":"acquireLock","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/Storage/Wrapper/Wrapper.php","line":607,"function":"acquireLock","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/Storage/Wrapper/Wrapper.php","line":607,"function":"acquireLock","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/View.php","line":1935,"function":"acquireLock","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/View.php","line":2048,"function":"lockPath","class":"OC\\Files\\View","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/View.php","line":1141,"function":"lockFile","class":"OC\\Files\\View","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/View.php","line":581,"function":"basicOperation","class":"OC\\Files\\View","type":"->"},{"file":"/var/www/nc.networkingtitan.com/lib/private/Files/Node/File.php","line":54,"function":"file_get_contents","class":"OC\\Files\\View","type":"->"},{"file":"/var/www/nc.networkingtitan.com/apps/text/lib/DAV/WorkspacePlugin.php","line":119,"function":"getContent","class":"OC\\Files\\Node\\File","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/PropFind.php","line":95,"function":"OCA\\Text\\DAV\\{closure}","class":"OCA\\Text\\DAV\\WorkspacePlugin","type":"->","args":["*** sensitive parameters replaced ***"]},{"file":"/var/www/nc.networkingtitan.com/apps/text/lib/DAV/WorkspacePlugin.php","line":117,"function":"handle","class":"Sabre\\DAV\\PropFind","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"propFind","class":"OCA\\Text\\DAV\\WorkspacePlugin","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/Server.php","line":1052,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/Server.php","line":984,"function":"getPropertiesByNode","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/Server.php","line":1662,"function":"getPropertiesIteratorForPath","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/Server.php","line":1647,"function":"writeMultiStatus","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/CorePlugin.php","line":346,"function":"generateMultiStatus","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/event/lib/WildcardEmitterTrait.php","line":89,"function":"httpPropFind","class":"Sabre\\DAV\\CorePlugin","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/Server.php","line":472,"function":"emit","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/Server.php","line":253,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/3rdparty/sabre/dav/lib/DAV/Server.php","line":321,"function":"start","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/apps/dav/lib/Server.php","line":370,"function":"exec","class":"Sabre\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/apps/dav/appinfo/v2/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->"},{"file":"/var/www/nc.networkingtitan.com/remote.php","line":172,"args":["/var/www/nc.networkingtitan.com/apps/dav/appinfo/v2/remote.php"],"function":"require_once"}],"File":"/var/www/nc.networkingtitan.com/lib/private/RedisFactory.php","Line":117,"message":"No such file or directory","exception":{},"CustomMessage":"No such file or directory"}}

@joshtrichards
Copy link
Member

Your Redis service is offline. This is a configuration matter, not a bug. If you need help troubleshooting, ask for it in the Nextcloud Help Forum: https://help.nextcloud.com

@joshtrichards joshtrichards closed this as not planned Won't fix, can't repro, duplicate, stale Feb 2, 2024
@michmoor0725
Copy link
Author

Would need to add a few points here to clarify and align this issue with others facing the same problem.

  1. My logging configuration in the config.php file was incorrect. Had it been correct I might have spotted the issue immediately

  2. Redis was working fine for a while prior to the upgrade. No OS level changes have been done. The fix was to reinstall Redis using the same config file.

  3. Others have reported the same symptoms as I have although the underlying cause may be different. Reports on GitHub and Reddit do point to this being a quality issue with the update so at this time I would advise not to upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 28-feedback bug needs info
Projects
None yet
Development

No branches or pull requests

2 participants