Content
internal error displaying users
Added by Mihai Badici over 7 years ago
I installed openproject 6.1.5 on ubuntu precise ( manually following this guide: https://github.com/opf/openproject/blob/release/6.1/docs/installation/manual/README.md)
The installation seems to work normally, except the “users” and the “settings” section where I have internal error .
The production.log show this error I don’t know to debug.
[2017-06-06T22:02:09.216819 #1669] DEBUG — : User Load (0.3ms) SELECT `users`.* FROM `users` WHERE `users`.`type` IN (‘User’, ‘AnonymousUser’, ‘DeletedUser’, ‘SystemUser’) AND `users`.`status` = 1 AND `users`.`id` = 3 LIMIT 1
D, [2017-06-06T22:02:09.218699 #1669] DEBUG — : (0.2ms) SELECT MAX (`settings`.`updated_on`) FROM `settings`
D, [2017-06-06T22:02:09.226484 #1669] DEBUG — : Group Load (0.2ms) SELECT `users`.* FROM `users` WHERE `users`.`type` IN (‘Group’)
I, [2017-06-06T22:02:09.301887 #1669] INFO — : Rendering users/index.html.erb within layouts/admin
I, [2017-06-06T22:02:09.346407 #1669] INFO — : Rendered users/index.html.erb within layouts/admin (44.3ms)
I, [2017-06-06T22:02:09.346899 #1669] INFO — : Completed 500 Internal Server Error in 134ms (ActiveRecord: 0.7ms)
F, [2017-06-06T22:02:09.348525 #1669] FATAL — :
F, [2017-06-06T22:02:09.348619 #1669] FATAL — : ActionView::Template::Error (Template missing: view: `show.erb` prefixes: [“app/cells/views/users/user_filter”, “app/cells/views/user_filter”, “app/cells/views/rails”]):
F, [2017-06-06T22:02:09.348900 #1669] FATAL — : 38: <%= call_hook(:user_admin_action_menu) %>
F, [2017-06-06T22:02:09.348999 #1669] FATAL — : 39: <% end %>
F, [2017-06-06T22:02:09.349105 #1669] FATAL — : 40:
F, [2017-06-06T22:02:09.349188 #1669] FATAL — : 41: <%= cell Users::UserFilterCell, params, groups: groups, status:
status %>
F, [2017-06-06T22:02:09.349270 #1669] FATAL — : 42:
F, [2017-06-06T22:02:09.349331 #1669] FATAL — : 43: <%= cell Users::TableCell, users, project:
project, current_user: current_user %>
F, [2017-06-06T22:02:09.349391 #1669] FATAL — :
F, [2017-06-06T22:02:09.349463 #1669] FATAL — : app/cells/rails_cell.rb:21:in `show’
F, [2017-06-06T22:02:09.349553 #1669] FATAL — : app/views/users/index.html.erb:41:in `_app_views_users_index_html_erb**_4528061386030538465_70119280254600’
F, [2017-06-06T22:02:09.349650 #1669] FATAL — : app/controllers/users_controller.rb:61:in `block (2 levels) in index’
F, [2017-06-06T22:02:09.349791 #1669] FATAL — : app/controllers/users_controller.rb:59:in `index’
F, [2017-06-06T22:02:09.349897 #1669] FATAL — : app/middleware/reset_current_user.rb:47:in `call’
Any idea?
Replies (1)
Hey, I am also running a manual installation of the Community Edition with Nginx. With your start script or start command, take out the "-d" flag. Essentially, do not run the ruby server as a daemon service.
A similar issue can be found here: https://github.com/trailblazer/cells-rails/issues/17
Good luck