After the installation of your plugin project settings page fails to open with 404 error.
Here is the contents of my log file:
Started GET "/projects/methodology/settings" for 172.16.6.84 at 2017-03-13 11:01:27 +0300
Processing by ProjectsController#settings as HTML
Parameters: {"id"=>"methodology"}
Current user: fankertiban (id=5)
Completed 404 Not Found in 13ms (ActiveRecord: 5.7ms)
ActiveRecord::RecordNotFound (Couldn't find all IssueCustomFields with 'id': (all, {:order=>"custom_fields.position"}) [WHERE custom_fields.type IN ('IssueCustomField')] (found 0 result
plugins/redmine_gsc_plantillas/lib/projects_controller_patch.rb:10:in settings_with_template' lib/redmine/sudo_mode.rb:63:insudo_mode'
Environment:
Redmine version 3.3.2.stable
Ruby version 2.3.1-p112 (2016-04-26) [x86_64-linux-gnu]
Rails version 4.2.7.1
Environment production
Database adapter Mysql2
Redmine plugins:
redmine_gsc_plantillas 0.1.0
redmine_loader 0.3b
yes, I see the same behaviour with my configuration:
Redmine version 3.3
Ruby 2.1
Rails 4.2
I found several issues in the source code, and solved it local in my copy of the plugin.
I guess that the best thing would be to update the master branch. But I don't know how to become a contributor, and provide the corrections to the community.
There are 18 forks already. I don't think it is a good idea to create a new one.
Unfortunately this plugin is no more maintained, and the company that create it gsc.es don't exists any more.
Hi!
After the installation of your plugin project settings page fails to open with 404 error.
Here is the contents of my log file:
Environment: Redmine version 3.3.2.stable Ruby version 2.3.1-p112 (2016-04-26) [x86_64-linux-gnu] Rails version 4.2.7.1 Environment production Database adapter Mysql2 Redmine plugins: redmine_gsc_plantillas 0.1.0 redmine_loader 0.3b
Please, help! ;)