jijeshmohan / redmine_track_control

Redmine Plugin to control issue creation with specific tracker
http://jijeshmohan.wordpress.com/2011/12/24/redmine-tracker-control-plugin-released
Other
18 stars 17 forks source link

Problems on redmine 2.3.3 and 2.5.2 #23

Open acosta-edgar opened 9 years ago

acosta-edgar commented 9 years ago

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

alterdaemon commented 9 years ago

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

a-herbe commented 9 years ago

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

a-herbe commented 9 years ago

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

jijeshmohan commented 9 years ago

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

foi commented 9 years ago

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" :)