ITADN

[Bug]: Nextcloud 32.0.6 Photos issue

#3415Closedprbt2016 创建于 2026-02-13
bug1. to developregression
P
prbt2016commented
### ⚠️ This issue respects the following points: ⚠️ - [x] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [x] This issue is **not** already reported on [Github](https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3Abug) OR [Nextcloud Community Forum](https://help.nextcloud.com/) _(I've searched it)_. - [x] Nextcloud Server **is** up to date. See [Maintenance and Release Schedule](https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule) for supported versions. - [x] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/). ### Bug description Hello, I was in the process of manual installation of Nextcloud 32.0.6 downloaded from https://download.nextcloud.com/server/releases/nextcloud-32.0.6.zip on Alma Linux 9.7 with Apache 2.4, MYSQL 8.0, PHP 8.1. However post successful install I see that under admin panel 'Photos' tab nothing is shown. Here is the screenshot for the same : <img width="512" height="244" alt="Image" src="https://github.com/user-attachments/assets/65215739-7ec1-430b-b9b6-fdfd5d3836e0" /> Under browser console i see the following i.e : ``` Uncaught TypeError: can't access property "translations", E is undefined addTranslations gettext.mjs:23 build gettext.mjs:101 <anonymous> index.mjs:9 gettext.mjs:23:32 ``` What could be causing the issue?. Could you please replicate?. I got the same issue while testing on two servers which have the same above mentioned environment. ### Steps to reproduce 1.Install Nextcloud 2.Go to Admin panel -> Photos tab 3.Nothing is shown under Photos ### Expected behavior Photos tab should be shown with default photos. ### Nextcloud Server version 32 ### Operating system RHEL/CentOS ### PHP engine version PHP 8.1 ### Web server Apache (supported) ### Database engine version MySQL ### Is this bug present after an update or on a fresh install? Fresh Nextcloud Server install ### 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 ```json { "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "example.com" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "32.0.6.1", "overwrite.cli.url": "https:\/\/example.com\/manual\/nextcloud3206", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "installed": true } } ``` ### List of activated Apps ```shell Enabled: - activity: 5.0.0 - app_api: 32.0.0 - bruteforcesettings: 5.0.0 - circles: 32.0.0 - cloud_federation_api: 1.16.0 - comments: 1.22.0 - contactsinteraction: 1.13.1 - dashboard: 7.12.0 - dav: 1.34.2 - federatedfilesharing: 1.22.0 - federation: 1.22.0 - files: 2.4.0 - files_downloadlimit: 5.0.0-dev.0 - files_pdfviewer: 5.0.0 - files_reminders: 1.5.0 - files_sharing: 1.24.1 - files_trashbin: 1.22.0 - files_versions: 1.25.0 - firstrunwizard: 5.0.0 - logreader: 5.0.0 - lookup_server_connector: 1.20.0 - nextcloud_announcements: 4.0.0 - notifications: 5.0.0 - oauth2: 1.20.0 - password_policy: 4.0.0 - photos: 5.0.0 - privacy: 4.0.0 - profile: 1.1.0 - provisioning_api: 1.22.0 - recommendations: 5.0.0 - related_resources: 3.0.0 - serverinfo: 4.0.0 - settings: 1.15.1 - sharebymail: 1.22.0 - support: 4.0.0 - survey_client: 4.0.0 - systemtags: 1.22.0 - text: 6.0.1 - theming: 2.7.0 - twofactor_backupcodes: 1.21.0 - updatenotification: 1.22.0 - user_status: 1.12.0 - viewer: 5.0.0 - weather_status: 1.12.0 - webhook_listeners: 1.3.0 - workflowengine: 2.14.0 Disabled: - admin_audit: 1.22.0 - encryption: 2.20.0 - files_external: 1.24.1 - suspicious_login: 10.0.0 - twofactor_nextcloud_notification: 6.0.0 - twofactor_totp: 14.0.0 - user_ldap: 1.23.0 ``` ### Nextcloud Signing status ```shell No errors have been found. ``` ### Nextcloud Logs ```json ``` ### Additional info ``` Uncaught TypeError: can't access property "translations", E is undefined addTranslations gettext.mjs:23 build gettext.mjs:101 <anonymous> index.mjs:9 gettext.mjs:23:32 ```
关闭于 2026-02-15 14 条评论