Defect #21868
closedredmine_login_audit 0.2.2
0%
Description
When install version 0.2.2 of plugin redmine_login_audit I get this error when trying to access it:
===========================================================================================================
Rendered plugins/redmine_login_audit/app/views/login_audit/index.html.erb within layouts/admin (1.8ms)
Completed 500 Internal Server Error in 11ms (ActiveRecord: 2.3ms)
ActionView::Template::Error (Asset was not declared to be precompiled in production.
Add `Rails.application.config.assets.precompile += w( wice_grid.js )` to `config/initializers/assets.rb` and restart your server):
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: <script type="text/javascript">
6: function filterByDate(value) {
7: $('#grid_f_date option[value=' + value + ']').prop('selected', true);
app/helpers/application_helper.rb:1224:in `javascript_include_tag'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
===============================================================================
Here some of info of my env:
Ubuntu 14.04.3 LTS
Environment:
Redmine version 3.2.0.stable
Ruby version 2.2.4-p230 (2015-12-16) [x86_64-linux]
Rails version 4.2.5
Environment production
Database adapter PostgreSQL
What can I do to resolve this issue?
Updated by Toshi MARUYAMA almost 9 years ago
- Category deleted (
Plugin API) - Status changed from New to Closed
- Resolution set to Invalid
Please contact plugin author.