redmine_track_control icon indicating copy to clipboard operation
redmine_track_control copied to clipboard

Problems on redmine 2.3.3 and 2.5.2

Open acosta-edgar opened this issue 10 years ago • 5 comments

Great work! this plugin is what we are looking for.

I have installed the plugin, set up the permissions for a role to create issues for only one tracker, added the module to a project. However, when a user tries to create a new issue on that project we only get a 500 error with the message: "No tracker is associated to this project. Please check the Project settings" I upgraded from 2.3.3 to 2.5.2 trying to see if the issue would go away with the upgrade, but nothing changed.

I tried version 1.0.5, the latest from git and another one posted as working for redmine 2.4.3 on the plugin page. 1.0.5 seem to break redmine, but the others have the same problem.

The logs show records like the following: Started GET "/projects/project-name/issues/new" for IP address at 2014-07-18 16:29:18 -0400 Processing by IssuesController#new as HTML Parameters: {"project_id"=>"project-name"} Current user: edgar (id=101) Rendered common/error.html.erb within layouts/base (7.6ms) Filter chain halted as :build_new_issue_from_params rendered or redirected Completed 500 Internal Server Error in 746.6ms (Views: 209.2ms | ActiveRecord: 19.1ms)

Any suggestions?

Thanks in advance

acosta-edgar avatar Jul 18 '14 19:07 acosta-edgar

We have the same problem. Any help would be welcome!

alterdaemon avatar Aug 05 '14 19:08 alterdaemon

have same problem too with version 2.5.2 of Redmine and version 1.0.8 of plugin.

a-herbe avatar Aug 25 '14 13:08 a-herbe

Are you going to have a look at it, @jijeshmohan ? Thank you in advance.

a-herbe avatar Aug 25 '14 13:08 a-herbe

@a-herbe I have modified the code, Could you please try with the new version (1.0.9) and let me know?

jijeshmohan avatar Aug 25 '14 15:08 jijeshmohan

Everything works fine (1.0.9 lstest version, redmine 2.5.2)! I had the same problem, but I just casually read manual and forgot about the item "To enable tracker permissions to project, Go to the project -> Settings -> Modules and enable Tracker Permissions Module" :)

foi avatar Sep 11 '14 00:09 foi