Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/routes.rb needs to be updated #42

Open
allancarter opened this issue Aug 4, 2015 · 0 comments
Open

config/routes.rb needs to be updated #42

allancarter opened this issue Aug 4, 2015 · 0 comments

Comments

@allancarter
Copy link

After installing the plugin and enabling it for a project the web page breaks. The message from the logfile is:

ActionView::Template::Error (No route matches {:action=>"index", :controller=>"importer", :id=>"mango-hw-architecture", :project_id=>#}):
    42:     <% end %>
    43: 
    44:     

<%= page_header_title %>

45: 46: <% if display_main_menu?(@project) %> 47:
48: <%= render_main_menu(@project) %> lib/redmine/menu_manager.rb:150:in `render_single_menu_node' lib/redmine/menu_manager.rb:102:in `render_menu_node' lib/redmine/menu_manager.rb:91:in `block in render_menu' lib/redmine/menu_manager.rb:166:in `block in menu_items_for' lib/redmine/menu_manager.rb:163:in `each' lib/redmine/menu_manager.rb:163:in `menu_items_for' lib/redmine/menu_manager.rb:90:in `render_menu' lib/redmine/menu_manager.rb:80:in `render_main_menu' app/views/layouts/base.html.erb:45:in `_app_views_layouts_base_html_erb__1109490136092492547_70167698725960'

I found the following issue that indicates that /config/routes.rb must be updated starting in version 1.4.

http://www.redmine.org/issues/9778

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant