-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
nextcloud-libraries/nextcloud-files
#902Labels
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
These errors happened:
[ERROR] files: nc:share-attributes already registered {app: 'files', uid: 'e2cd37b6-6ebf-103d-84c2-addc165358a8', level: 2, prop: 'nc:share-attributes'}
[ERROR] files: oc:share-types already registered {app: 'files', uid: 'e2cd37b6-6ebf-103d-84c2-addc165358a8', level: 2, prop: 'oc:share-types'}
[ERROR] files: ocs:share-permissions already registered {app: 'files', uid: 'e2cd37b6-6ebf-103d-84c2-addc165358a8', level: 2, prop: 'ocs:share-permissions'}
Steps to reproduce
Login -> Go to Files Dashboard -> Error happened.
Expected behavior
No error should happen
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
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": [
"x.x.x.x",
"x.x.x.x",
"x.x.x.x"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "28.0.3.2",
"overwrite.cli.url": "https:\/\/x.x.x.x\/",
"htaccess.RewriteBase": "\/",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"filelocking.enabled": "true",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"dbindex": 0,
"password": "***REMOVED SENSITIVE VALUE***",
"timeout": 0
},
"default_phone_region": "ID",
"default_locale": "id_ID",
"simpleSignUpLink.shown": false,
"auth.webauthn.enabled": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"ldapUserCleanupInterval": 60,
"lost_password_link": "disabled",
"allow_local_remote_servers": true,
"loglevel": 2,
"maintenance": false,
"session_lifetime": 604800,
"session_keepalive": true,
"remember_login_cookie_lifetime": 1296000,
"allow_user_to_change_display_name": false,
"enable_previews": true,
"preview_max_x": 1024,
"preview_max_y": 1024,
"preview_concurrency_all": 32,
"preview_concurrency_new": 16,
"preview_max_memory": 384,
"preview_max_filesize_image": 10,
"enabledPreviewProviders": [
"OC\\Preview\\PNG",
"OC\\Preview\\JPEG",
"OC\\Preview\\GIF",
"OC\\Preview\\BMP",
"OC\\Preview\\XBitmap",
"OC\\Preview\\MP3",
"OC\\Preview\\TXT",
"OC\\Preview\\MarkDown",
"OC\\Preview\\OpenDocument",
"OC\\Preview\\Krita"
],
"data-fingerprint": "8d383279e56f9ff4bde52a77226fe27d",
"maintenance_window_start": 17,
"default_timezone": "x\/x",
"logtimezone": "x\/x"
}
}List of activated Apps
Enabled:
- activity: 2.20.0
- admin_audit: 1.18.0
- bruteforcesettings: 2.8.0
- cloud_federation_api: 1.11.0
- comments: 1.18.0
- contactsinteraction: 1.9.0
- dav: 1.29.1
- federatedfilesharing: 1.18.0
- federation: 1.18.0
- files: 2.0.0
- files_antivirus: 5.4.2
- files_pdfviewer: 2.9.0
- files_reminders: 1.1.0
- files_sharing: 1.20.0
- files_trashbin: 1.18.0
- files_versions: 1.21.0
- firstrunwizard: 2.17.0
- forms: 4.1.1
- impersonate: 1.15.0
- logreader: 2.13.0
- lookup_server_connector: 1.16.0
- nextcloud_announcements: 1.17.0
- notifications: 2.16.0
- oauth2: 1.16.3
- password_policy: 1.18.0
- photos: 2.4.0
- previewgenerator: 5.4.0
- privacy: 1.12.0
- provisioning_api: 1.18.0
- recommendations: 2.0.0
- related_resources: 1.3.0
- richdocuments: 8.3.1
- serverinfo: 1.18.0
- settings: 1.10.1
- sharebymail: 1.18.0
- support: 1.11.0
- survey_client: 1.16.0
- systemtags: 1.18.0
- text: 3.9.1
- theming: 2.3.0
- twofactor_backupcodes: 1.17.0
- updatenotification: 1.18.0
- user_ldap: 1.19.0
- user_status: 1.8.1
- viewer: 2.2.0
- workflowengine: 2.10.0
Disabled:
- circles: 28.0.0-dev (installed 27.0.1)
- dashboard: 7.8.0 (installed 7.5.0)
- encryption: 2.16.0
- files_external: 1.20.0
- suspicious_login: 6.0.0
- twofactor_totp: 10.0.0-beta.2
- weather_status: 1.8.0 (installed 1.5.0)Nextcloud Signing status
No errors have been found.Nextcloud Logs
No response
Additional info
No response
Reactions are currently unavailable
