Skip to content

Instantly share code, notes, and snippets.

Created June 29, 2015 11:42
Show Gist options
  • Save anonymous/a1103d06fa7975e98463 to your computer and use it in GitHub Desktop.
Save anonymous/a1103d06fa7975e98463 to your computer and use it in GitHub Desktop.
ActionView::Template::Error (undefined method `path2class' for #<Psych::ClassLoader:0x00000008f308b0>):
22: <div id="top-menu">
23: <div id="account">
24: <%= render_menu :account_menu -%>
25: </div>
26: <%= content_tag('div', "#{l(:label_logged_as)} #{link_to_user(User.current, :format => :username)}".html_safe, :id => 'loggedas') if User.current.logged? %>
27: <%= render_menu :top_menu if User.current.logged? || !Setting.login_required? -%>
28: </div>
app/models/setting.rb:95:in `value'
app/models/setting.rb:110:in `[]'
app/models/setting.rb:226:in `plugin_redmine_contacts'
lib/redmine/menu_manager.rb:446:in `call'
lib/redmine/menu_manager.rb:446:in `allowed?'
lib/redmine/menu_manager.rb:164: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'
app/views/layouts/base.html.erb:25:in `_app_views_layouts_base_html_erb__1155181565855710360_48592400'
Completed 500 Internal Server Error in 473ms (ActiveRecord: 10.4ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment