You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When navigating to the dashboard page,
by clicking "Dashboard" in the top left corner of the Redmine menu,
instead of a dashboard, a HTTP 500 error page is displayed:
Redmine 500 error
Internal Server Error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.
If you are the Redmine administrator, check your log files for details about the error.
The log contains the following error message:
Processing by DashboardController#index as HTML
Current user: ...
Completed 500 Internal Server Error in 11ms (ActiveRecord: 5.5ms)
ActiveRecord::StatementInvalid (SQLite3::SQLException:
no such column:
false:
SELECT "issue_statuses".*
FROM "issue_statuses"
WHERE (is_closed = false)
ORDER BY "issue_statuses"."position"
ASC
):
plugins/dashboard/app/controllers/dashboard_controller.rb:37:in `get_statuses'
plugins/dashboard/app/controllers/dashboard_controller.rb:11:in `index'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
"GET /dashboard HTTP/1.1" 500 648
The database table "issues_statuses" has the following structure:
When navigating to the dashboard page,
by clicking "Dashboard" in the top left corner of the Redmine menu,
instead of a dashboard, a HTTP 500 error page is displayed:
The log contains the following error message:
The database table "issues_statuses" has the following structure:
System:
The text was updated successfully, but these errors were encountered: