Project

General

Profile

Redmine 500 error

Added by Isaac Paulsen almost 11 years ago

I have been getting this error while trying to go to the log in page, just happened haven't changed-ed anything as far as versions...

error log below

app/views/layouts/base.html.erb:37:in `_app_views_layouts_base_html_erb___695339911_32923608'

Started GET "/redmine/login" for ..***.*** at 2013-06-27 11:17:13 -0600
Processing by AccountController#login as HTML
Current user: ipaulsen (id=1)
Redirected to http://***.***.***.**/redmine/
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
Started GET "/redmine/" for ..***.*** at 2013-06-27 11:17:13 -0600
Processing by WelcomeController#index as HTML
Current user: ** (id=1)
Rendered welcome/index.html.erb within layouts/base (0.0ms)
Completed 500 Internal Server Error in 31ms

ActionView::Template::Error (undefined local variable or method render_projects_jump_box' for #<#<Class:0x3f1dcb8>:0x3e74758>):
34: <%= hidden_field_tag(controller.default_search_scope, 1, :id => nil) if controller.default_search_scope >
35: <label for='q'>
36: <
= link_to l(:label_search), {:controller => 'search', :action => 'index', :id => Projects Projects}, :accesskey => accesskey(:search) >:
37: </label>
38: <
= text_field_tag 'q', @question, :size => 20, :class => 'small', :accesskey => accesskey(:quick_search) >
39: <
end >
40: <
= render_projects_jump_box %>
app/views/layouts/base.html.erb:37:in_app_views_layouts_base_html_erb___695339911_32923608'

thanks, please help!