martin-denizet / redmine_login_audit

Redmine plugin to log successful login attempts in Redmine
44 stars 30 forks source link

hmm.. #16

Closed alexyang12 closed 8 years ago

alexyang12 commented 8 years ago

finished migration.. but

what is this ? on 3.1.1 stable

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

NoMethodError (undefined method initialize_grid' for #<LoginAuditController:0x8da5ff0>): lib/redmine/sudo_mode.rb:63:insudo_mode'

martin-denizet commented 8 years ago

Hello, Did the bundle install work correctly? The plugin requires wice_grid gem. Cheers,

ghost commented 8 years ago

\htdocs > bundle list

the git source https://github.com/ ~~~~~ is not yet checked out. plz run bundle install '

\redmine_login_audit > bundle list

why different? @_@

martin-denizet commented 8 years ago

The plugin has its own Gemfile: https://github.com/martin-denizet/redmine_login_audit/blob/master/Gemfile Is that what's bothering you? I need to update the README to reflect this change.

ghost commented 8 years ago

can not enter login_audit page : (

ok now different error message .

Rendered plugins/redmine_login_audit/app/views/login_audit/index.html.erb within layouts/admin (842.4ms) Completed 500 Internal Server Error in 920ms (ActiveRecord: 0.0ms)

ActionView::Template::Error (TypeError: 개체가 이 속성 또는 메서드를 지원하지 않습니다.): 1: <% content_for :header_tags do %> 2: <%= stylesheet_link_tag 'login_audit', :plugin => 'redmine_login_audit' %> 3: <%= stylesheet_link_tag 'wice_grid', :plugin => 'redmine_login_audit' %> 4: <%= javascript_include_tag 'wice_grid' %> 5: Githubissues.

  • Githubissues is a development platform for aggregating issues.