Unable to add a new column #5196
Ice-Drake
started this conversation in
Installation
Replies: 2 comments
-
What database type ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is a good question since I didn't recall having to install one myself. Checking on the setting, it said sqlite 3.27.2. |
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
-
Actual behavior
Got HTTP 500 when clicking on "Add a new column" in Project > Edit columns.
Expected behavior
The link should direct to http://somesite/?controller=ColumnController&action=create&project_id=1, but it didn't. Opening the link manually will bring to a page with text fields to enter Title and Task limit, but there is no way to proceed on afterward to create a new column.
Steps to reproduce
Logs
[2021-01-18 22:01:34] [debug] Kanboard\Core\Controller\Runner::executeMiddleware
[2021-01-18 22:01:34] [debug] Subscriber executed: Kanboard\Subscriber\BootstrapSubscriber::execute
[2021-01-18 22:01:34] [debug] Kanboard\Core\Controller\BaseMiddleware::next => Kanboard\Middleware\AuthenticationMiddleware
[2021-01-18 22:01:34] [debug] Kanboard\Core\Controller\BaseMiddleware::next => Kanboard\Middleware\PostAuthenticationMiddleware
[2021-01-18 22:01:34] [debug] Kanboard\Core\Controller\BaseMiddleware::next => Kanboard\Middleware\ApplicationAuthorizationMiddleware
[2021-01-18 22:01:34] [debug] Kanboard\Core\Controller\BaseMiddleware::next => Kanboard\Middleware\ProjectAuthorizationMiddleware
[2021-01-18 22:01:34] [debug] Kanboard\Core\Controller\Runner::executeController => \Kanboard\Controller\ColumnController::create
Configuration
Beta Was this translation helpful? Give feedback.
All reactions