Project

General

Profile

Error #406

500 Internal Server Error on setting page

Added by Will Yin about 13 years ago. Updated about 13 years ago.

Status:
Rejected
Priority:
Normal
Category:
Data base
Target version:
Start date:
2011-02-22
Due date:
2011-02-22
% Done:

100%

Estimated time:
Source:
Detected on version:
Redmine version:
Milestones:

Description

Following error came out when I was trying to install advanced roadmap plugin to redmine 1.1.0.

CentOS 5.5 + bitnami redmine 1.1.0

I'm wondering is there any help docs for installation?

Processing ProjectsController#settings (for 10.0.0.0 at 2011-01-31 13:49:47) [GET]
  Parameters: {"action"=>"settings", "id"=>"fm81", "controller"=>"projects"}
Rendering template within layouts/base
Rendering projects/settings

ActionView::TemplateError (Mysql::Error: Table 'bitnami_redmine.milestones' doesn't exist: SHOW FIELDS FROM `milestones`) on line #1 of vendor/plugins/advanced_roadmap/app/views/projects/settings/_milestones.rhtml:
1: <% if @project.milestones.any? %>
2: <table class="list">
3:      <thead>
4:     <th><%= l(:label_milestone) %></th>

    vendor/plugins/advanced_roadmap/app/views/projects/settings/_milestones.rhtml:1:in `_run_rhtml_vendor47plugins47advanced_roadmap47app47views47projects47settings47_milestones46rhtml_locals_milestones_object_tab'
    app/views/common/_tabs.rhtml:24:in `_run_rhtml_app47views47common47_tabs46rhtml_locals_object_tabs'
    app/views/common/_tabs.rhtml:23:in `each'
    app/views/common/_tabs.rhtml:23:in `_run_rhtml_app47views47common47_tabs46rhtml_locals_object_tabs'
    app/helpers/application_helper.rb:204:in `render_tabs'
    app/views/projects/settings.rhtml:3:in `_run_rhtml_app47views47projects47settings46rhtml'

Rendering /opt/redmine-1.1.0-0/apps/redmine/public/500.html (500 Internal Server Error)
#1

Updated by Emilio González Montaña about 13 years ago

  • Start date deleted (2011-01-31)
#2

Updated by Emilio González Montaña about 13 years ago

  • Due date set to 2011-02-22
  • Category set to Data base
  • Status changed from New to Rejected
  • Assignee set to Emilio González Montaña
  • Target version set to Advanced roadmap 0.3.2
  • Start date set to 2011-02-22
  • % Done changed from 0 to 100

It seems you didn't follow Redmine instructions to install plugins (not only this one), you must migrate the plugin like this:

rake db:migrate:plugins

This will create plugin tables, then restart your Redmine.

I've added information about the installation at wiki Advanced roadmap plugin for Redmine.

Also available in: Atom PDF