Customizer plugin doesn't work correctly

i passed from kanboard version 1.2.27 to 1.2.35, but there is problem with Customizer plugin, when i change the theme, they change nothing, i don’t know why.

you can see that in those images

I choose for exemple Blueboard Theme
image

he sad changes are successful

But they change nothing

Hi Aymene,

what I see in your posting:

  1. You switched settings from Default Theme to Bloeboard Theme
  2. View changed from Defauot Theme to Bloeboard Theme

So what is your problem?

Please:

  • Write a clear Summary for heading
  • Contribute a detailed step by step instruction how to reproduce your problem with every key press and evera mouse click
  • Tell us you config details

I Can’t see any problems switching Theme with

My Configuration

  • Application version: 1.2.36 , installed at hoster All-Inkl

  • PHP version: 8.3.6

  • PHP SAPI: fpm-fcgi

  • HTTP Client: cURL

  • OS version: Linux 5.4.0-181-generic

  • Database driver: mysql

  • Database version: 10.5.23-MariaDB-1:10.5.23+maria~ubu2004-log

  • Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:117.0a) Gecko/20100101 SeaMonkey/2.53.18, Build 20240329110002

  • Profile Language: English

  • Plugins:

    • Wiki 0.3.3a by Alfred
    • MarkdownPlus with modfied MarkdownPlusHelper.php (by colonelpopcorn 2024-05-20)
    • Broadcast 1.0.1
    • Customizer 1.14.2
    • MarkdownPlus 1.1.4_Master240531
    • PasteImageToMarkdown 1.1.0
    • PluginManager 4.7.0
    • Self-Registration 1.0.8
    • SubtaskDescription 1.1.1
    • Task2pdf 1.8.0

Hi Rainer,

Thank you for your response.

Although the view shows as having changed from Default Theme to Bloeboard Theme, in reality, nothing has changed, and it is still displaying the Default Theme.

My Configuration:

Version de l'application : 1.2.36
Version de PHP : 8.1.2-1ubuntu2.18
PHP SAPI : apache2handler
Client HTTP : cURL
Version du système d'exploitation : Linux 5.15.0-112-generic
Type de base de données : postgres
Version de la base de donnée : 13.9 (Ubuntu 13.9-1.pgdg20.04+1)
Navigateur web : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0

And my apllication is in kubernetes

Plugins:
Group_assign-1.8.2
Gantt-1.0.6
Gravatar-1.0.0
Broadcast-1.0.1
Coverimage-1.2.14.1
MetaMagik-1.5.5
KanboardCSS-3.6
Calendar v1.5.0
Customizer-1.14.2

I also install openidc (libapache2-mod-auth-openidc) for authentication with apache
Then i setup a config file to retrieve the user
"config.php: |
<?php

define('REVERSE_PROXY_AUTH', true);
define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER'); "

and I mount this 3 volumes:
volumeMounts:
- name: kanboard-data
mountPath: /var/www/html/data
- name: kanboard-themes
mountPath: /var/www/html/plugins/Customizer/Assets/css/userthemes
- name: config-php
mountPath: /var/www/html/config.php

And Also when i delete custom theme that i create i got this warning:

Warning: filemtime(): stat failed for /var/www/html/plugins/Customizer/Assets/css/userthemes/Theme_Ay_Default.css in /var/www/html/app/Helper/AssetHelper.php on line 41