Skip to content

[Bug]: theming:config background_color neither shown nor configurable #51182

@doubleO8

Description

@doubleO8

⚠️ This issue respects the following points: ⚠️

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

  1. Run occ tool like sudo -u www-data php occ theming:config
  2. 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

No one assigned

    Labels

    0. Needs triagePending check for reproducibility or if it fits our roadmap31-feedbackbug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions