-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap31-feedbackbug
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
Listing configuration will not include background_color
sudo -u www-data php occ theming:config
PHP Warning: Module "pdo_mysql" is already loaded in Unknown on line 0
Current theming config:
- name: noCloud
- url: https://nc.example.com
- imprintUrl:
- privacyUrl:
- slogan: No Clout
- color:
- primary_color: #000000
- disable-user-theming: True
- background: backgroundColor
- logo:
- logoheader:
- favicon:
Setting background_color is not possible either
sudo -u www-data php occ theming:config background_color '#000000'
PHP Warning: Module "pdo_mysql" is already loaded in Unknown on line 0
Invalid config key provided
Steps to reproduce
- Run occ tool like
sudo -u www-data php occ theming:config - Or run occ tool like
sudo -u www-data php occ theming:config background_color '#000000'
Expected behavior
background_color should be displayed and configurable via occ tool
Nextcloud Server version
31
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Nginx
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmap31-feedbackbug