Project

General

Profile

404 page when trying to use my page customization plugin

Added by Joe C about 8 years ago

I'm running 3.0.1/Ubuntu 14.04 and tried installing the Redmine My Page Customization plugin by Rupesh J. The installation goes smoothly, but as soon as I try using one of the plugin blocks I get a 404. Once I get the 404, I need to uninstall the plugin and restart nginx to get the my page area working again.

The log shows that it's unable to find a template, but I'm new to rails and don't know how to go about fixing the issue or even understanding why it's happening.

This is happening when I try to install other 'my page' plugins as well, so I'm guessing it's something to do with my setup/configuration. Any help would be greatly appreciated!

Processing by MyController#page as HTML
Current user: daywalker (id=4)
Rendered my/page.html.erb within layouts/base (2.3ms)
Missing template, responding with 404
Rendered common/error.html.erb within layouts/base (0.3ms)
Completed 404 Not Found in 37ms (Views: 22.8ms | ActiveRecord: 1.2ms)
Started GET "/my/page" for 50.196.5.22 at 2016-02-09 12:38:29 -0500
Processing by MyController#page as HTML
Current user: daywalker (id=4)
Rendered my/page.html.erb within layouts/base (43.6ms)
Missing template, responding with 404
Rendered common/error.html.erb within layouts/base (0.9ms)
Completed 404 Not Found in 661ms (Views: 394.8ms | ActiveRecord: 6.7ms)

Replies (3)

RE: 404 page when trying to use my page customization plugin - Added by Tom Filiaggi almost 7 years ago

I too am seeing this. It is a shame, as this plugin looks to be very useful, but I certainly cannot install it on our system if it will delete users' My Pages.

RE: 404 page when trying to use my page customization plugin - Added by peter samoilov over 6 years ago

To avoid this error, you need to extract plugin into the directory:
plugins/redmine_my_page
(may be case sensitive)
so you got path:
plugins/redmine_my_page/init.rb
(for example)

RE: 404 page when trying to use my page customization plugin - Added by Tom Filiaggi over 6 years ago

I had installed it there the first time - but re-tested just in case. But no success.

I am able to manage My Page for the first attempt (as admin user), but for any other subsequent user, it fails with 404.

    (1-3/3)