I tried to update: Application Version 1.2.20 Installed on 10 April 2023
PHP Version 7.4.33
PHP SAPI fpm-fcgi
HTTP Client cURL
Server OS Linux 5.4.0-155-generic
Database Driver mysql
Database Version 10.5.21-MariaDB-1:10.5.21+maria~ubu2004-log
Several Plugins: ApplicationBranding , Auto Email Extended Actions , AutomaticActionUX , Broadcast, Chat, Customizer, DueDate, MarkdownPlus, PasteImageToMarkdown, PluginManager, Self-Registration, SubtaskDescription, SynologyChat, Task2pdf, Wiki
Browser Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:117.0a) Gecko/20100101 SeaMonkey/2.53.18
to 1.2.23
Installation: not often used, but seemed to work.
After Udate by replacing folders app, assets, libs, vendor it worked again, but looked as per Attachment
Before I switched to the bleeding edge (aka git clone and from there on just git pull) I usually extracted the newest version to another directory and simply copied the data_dir & plugin_dir. our config was in the data dir as well. worked fine so far until I started developing plugins myself and needed new core features/hooks for my plugins
Hi Alfred,
I’m doing /more or lesw what your recommend – I just used a different technique
some research for details.
The (only) problem was a missing file ““app.min.css” in the installaion set. In my Installation in “\assets\css”
This would also have caused problems with your way to do the update.
Do you have that file in you Installation(s)?
And any ideas what it might be for? Part of a Plugin or so?
This was changed with 1.2.29, I had to fix it in the Essential theme I’m using. See my patch.
Edit
With 1.2.29, the file app.min.css was replaced by the files auto.min.css, dark.min.css and light.min.css, to implement the new dark/light/auto theme switching. Kanboard handles this perfectly, but any theme/plugin that still refers to app.min.css has an issue, like my Essential above.