For my installation
Application Config:
Version: 1.2.36
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 Version: 10.5.23-MariaDB-1:10.5.23+maria~ubu2004-log
Tons of Plugins
Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Installed on web server at all-inkl.com
and 3 other ones on same web server, failed. I followed Update instructions:
Did Backup of complete KANBOARD to my HDD, afterwards Renamed old installation on server
unzipped new version from gitnub on my HDD
Renamed to Name of KANBOARD installation
Uploaded to Webserver
Uploaded data folder to webserver
uploadet all plugins
Did some tests.
After some first tests it looked as if everything woks fine.
Symptoms:
Comments destroy view on screen. I can add a first new comment to a Task, but then task looks so:
Page view is completely destroyed!
Never saw that in upgrades before. Any Ideas?
CU
Rainer
1 Like
I had to downgrade to backuped version of my KANBOARDS (2.33 … 2.35)
Well, so I will have to go the hard way. New KANBOARD, step by step …
My STR:
Clean new installation 1.2.36
Uploaded Data
installed Plugin “Wiki”, did some Tests (incl. Comments view and creation), work fine.
installed Plugin “Task2pdf”, did some Tests (incl. Comments view and creation), work fine.
installed Plugin “Subtaskdescription”, did some Tests (incl. Comments view and creation), work fine.
installed Plugin “Registration”, did some Tests (incl. Comments view and creation), work fine.
installed Plugin “PluginManager” , did some Tests (incl. Comments view and creation), work fine.
installed Plugin “PITM” + MarkdownPlus, did some Tests (incl. Comments view and creation), most works fine, but Comment view Problem appears !
UN installed Plugin “PITM”, Comment view Problem remains !
UN installed Plugin “MarkdownPlus”, Comment view Problem disappeared !
Of course this might be some bad interaction with other Plugins, we need a test with a clean new KANBOARD installation.
Now I uninstalled Plugins one by one
until only MarkdwonPlus remained. Comment problem remained .
Then I removed the last remaining Plugin MarkdwonPlus: Problem vanishes.
Hey Rainer,
AFAIK, the commenting-feature is still broken in 1.2.36. I had to switch back to 1.2.35 until it’s completely fixed.
1 Like
Seems so.
My last test for now:
Uploaded unzipped 1.2.36
Upload Config.php to Installation
Launch KANBOARD, I see my tasks because of existing database, Comments look fine.
I upload Plugin MarkdownPlus: Comments broken
So I will do update to 1.2.35 where necessary and stay on that version for now.
Did I miss something, where could I have read abotu this problem (and may be others) with 1.2.36??
opened 09:11AM - 03 May 24 UTC
closed 07:52PM - 03 May 24 UTC
bug
triage needed
### Checklist
- [x] I verified that Kanboard is correctly installed
- [x] I … verified that the problem does not come from a plugin
- [x] I verified that the problem is not already reported
- [x] I understand that Kanboard is in maintenance mode. It doesn't mean it's abandoned, but there is no significant feature development
### Actual behaviour
When I want to add a comment via the `Add a comment` modal after e.g. pressing `c` to open it, the comment cannot be saved and the modal stays open. Also the edit cursors in the text box jumps to the start of the text.
### Expected behaviour
When I add a comment via the comment modal I want the comment to be saved and shown after hitting the "Save" button.
### Steps to reproduce
- Update Kanboard to version v1.2.36 (or switch to the commit by `git checkout tags/v1.2.36`)
- Open any task you might have in the database (or create a new task)
- Press `c` to open the comment modal or use `Add a comment` from the left sitebar
- Enter text and hit `Save`
### Logs
Unfortunately there are no logs. Yet I plan to investigate the issue as well on my own. In the meantime maybe @YannisHoareau can help as well, since they added the new comment features, right?
### Configuration
Since I tested it on my webspace and locally on my machine I basically tested on two different kinds of versions for DB, PHP and Linux OS.
- Kanboard version: v1.2.36
- Database type and version: MariaDB 10.2 and MariaDB 10.11.4
- PHP version: 8.1.28 and 8.2.0
- OS: Linux 6.1.67 and 4.15.0
- Browser: Firefox
It is marked as closed, but there isn’t a new release of Kanboard available.
So in case you want it, you’ll have to patch your installations.
Well, I don’t know any user friendly instruction how to verify that Kanboard is correctly installed.
I’m afraid, there isn’t one at all.
May be we can create some hints? Hints by you, I test whether a user can understand? May be based on these instructions ?
Out of curiosity, I’ve repeated your tests with Kanboard 1.2.36, but I’ve applied the Patch for the comment bug. The commenting works now, as promised, but MarkdownPlus is now completely broken.
I still cannot use Kanboard 1.2.36 for develop nor productive tasks. Commenting, MarkdownPlus and PITM are all strong requirements, I cannot drop any of them.
1 Like
Same here, MarkdownPlus and PITM are essential for my KANBOARD use.
1 Like
dhcpy
May 25, 2024, 2:59am
14
Heloo! I have the same issue. Thank you so much for reporting!
If you uninstall “MarkdownPlus”, and “PITM”, does the KB still works?
Is there a way to just disable and not uninstalling this plugins?
No, unfortunately there is none.
Still the same issue with Kanboard 1.2.37. As soon a task gets a comment, any styling in completely lost.
I got it fixed for me, just submitted a pull request.
For me the problem became resolved with these modifications in MarkdownPlus file MarkdownPlusHelper.php .
1 Like