You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
- background_color: #000000
- disable-user-theming: True
- background: backgroundColor
- logo:
- logoheader:
- favicon:
sudo -u www-data php occ theming:config background_color '#000000'
PHP Warning: Module "pdo_mysql" is already loaded in Unknown on line 0
Updated background_color to #000000
Bug description
Listing configuration will not include
background_color
Setting
background_color
is not possible eitherSteps to reproduce
sudo -u www-data php occ theming:config
sudo -u www-data php occ theming:config background_color '#000000'
Expected behavior
background_color
should be displayed and configurable via occ toolNextcloud 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?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: