With PHP version 8.0-8.x the task board is not displayed correctly #5218
carlosnewmusic
started this conversation in
Installation
Replies: 2 comments 2 replies
-
I think the problem is related to some incorrect configuration on your server. The official Kanboard Docker image is currently using PHP 8.1 and that works fine. You should try to look at the log files to see what is the real problem. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Highly plausible you have a plugin that does not work with php 8. i would make sure all your plugins are up to date, and that they are all php 8 compatible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checklist
Actual behaviour
with PHP version 8.0.23 and 8.1.11 the task board is not displayed correctly, however with version 7.4 it is.
/?controller=BoardViewController&action=show&project_id=3
PHP 8.0.23
PHP 8.1.11
Expected behaviour
PHP 7.4.30
to be displayed correctly
Steps to reproduce
see the board page
Screenshots
Logs
Configuration
Beta Was this translation helpful? Give feedback.
All reactions